Show More
@@ -540,7 +540,7 b' class localrepository(object):' | |||
|
540 | 540 | return hook.hook(self.ui, self, name, throw, **args) |
|
541 | 541 | |
|
542 | 542 | @unfilteredmethod |
|
543 |
def _tag(self, names, node, message, local, user, date, extra= |
|
|
543 | def _tag(self, names, node, message, local, user, date, extra=None, | |
|
544 | 544 | editor=False): |
|
545 | 545 | if isinstance(names, str): |
|
546 | 546 | names = (names,) |
General Comments 0
You need to be logged in to leave comments.
Login now