mercurial/localrepo.py
changeset 17820 c547e1acc37c
parent 17740 e6067bec18da
child 17821 361ab1e2086f
--- a/mercurial/localrepo.py	Wed Oct 17 21:32:19 2012 -0500
+++ b/mercurial/localrepo.py	Wed Oct 17 21:39:07 2012 -0500
@@ -385,7 +385,7 @@
     def hook(self, name, throw=False, **args):
         return hook.hook(self.ui, self, name, throw, **args)
 
-    tag_disallowed = ':\r\n'
+    tag_disallowed = ':\0\r\n'
 
     def _tag(self, names, node, message, local, user, date, extra={}):
         if isinstance(names, str):