diff -r 73fdc8bd3ed8 -r ea7b982b6c08 mercurial/localrepo.py --- 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: