mercurial/commands.py
changeset 25903 9bbab9decd71
parent 25901 0203c50a589f
child 25931 a0847285d207
--- a/mercurial/commands.py	Sat Jul 18 23:30:17 2015 +0900
+++ b/mercurial/commands.py	Sun Mar 15 14:45:26 2015 +0900
@@ -6248,7 +6248,7 @@
                         raise util.Abort(_("tag '%s' is not a global tag") % n)
                     else:
                         raise util.Abort(_("tag '%s' is not a local tag") % n)
-            rev_ = nullid
+            rev_ = 'null'
             if not message:
                 # we don't translate commit messages
                 message = 'Removed tag %s' % ', '.join(names)