Show More
@@ -394,6 +394,7 b' class localrepository(object):' | |||||
394 | def hook(self, name, throw=False, **args): |
|
394 | def hook(self, name, throw=False, **args): | |
395 | return hook.hook(self.ui, self, name, throw, **args) |
|
395 | return hook.hook(self.ui, self, name, throw, **args) | |
396 |
|
396 | |||
|
397 | @unfilteredmeth | |||
397 | def _tag(self, names, node, message, local, user, date, extra={}): |
|
398 | def _tag(self, names, node, message, local, user, date, extra={}): | |
398 | if isinstance(names, str): |
|
399 | if isinstance(names, str): | |
399 | names = (names,) |
|
400 | names = (names,) |
General Comments 0
You need to be logged in to leave comments.
Login now