diff -r 5214cbdc37e5 -r 9bbab9decd71 mercurial/commands.py --- 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)