166
158
note("Imported %d %s into %d %s with %d %s.",
167
rc, _single_plural(rc, "revision", "revisions"),
168
bc, _single_plural(bc, "branch", "branches"),
169
tc, _single_plural(tc, "tag", "tags"))
159
rc, helpers.single_plural(rc, "revision", "revisions"),
160
bc, helpers.single_plural(bc, "branch", "branches"),
161
tc, helpers.single_plural(tc, "tag", "tags"))
171
163
def note(self, msg, *args):
172
164
"""Output a note but timestamp it."""