Show More
@@ -6248,7 +6248,7 b' def tag(ui, repo, name1, *names, **opts)' | |||||
6248 | raise util.Abort(_("tag '%s' is not a global tag") % n) |
|
6248 | raise util.Abort(_("tag '%s' is not a global tag") % n) | |
6249 | else: |
|
6249 | else: | |
6250 | raise util.Abort(_("tag '%s' is not a local tag") % n) |
|
6250 | raise util.Abort(_("tag '%s' is not a local tag") % n) | |
6251 |
rev_ = |
|
6251 | rev_ = 'null' | |
6252 | if not message: |
|
6252 | if not message: | |
6253 | # we don't translate commit messages |
|
6253 | # we don't translate commit messages | |
6254 | message = 'Removed tag %s' % ', '.join(names) |
|
6254 | message = 'Removed tag %s' % ', '.join(names) |
General Comments 0
You need to be logged in to leave comments.
Login now