mercurial/localrepo.py
changeset 5115 ea7b982b6c08
parent 4913 f0c25ed40ec6
child 5116 2ffe3e2a1ac2
child 5211 bddb4ff134c0
--- a/mercurial/localrepo.py
+++ b/mercurial/localrepo.py
@@ -124,7 +124,7 @@ class localrepository(repo.repository):
             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: