mercurial/localrepo.py
changeset 5081 ea7b982b6c08
parent 4932 f0c25ed40ec6
child 5142 2ffe3e2a1ac2
child 5211 bddb4ff134c0
--- a/mercurial/localrepo.py	Mon Aug 06 20:25:50 2007 +0200
+++ b/mercurial/localrepo.py	Tue Aug 07 10:24:33 2007 +0200
@@ -124,7 +124,7 @@
             fp.write('%s %s\n' % (hex(node), munge and munge(name) or name))
             fp.close()
             self.hook('tag', node=hex(node), tag=name, local=local)
-            
+
         prevtags = ''
         if local:
             try: