mercurial/localrepo.py
changeset 5234 b772c0b9f0bd
parent 5210 90d9ec0dc69d
parent 5211 bddb4ff134c0
child 5248 5517aa5aafb0
--- a/mercurial/localrepo.py	Thu Aug 23 01:48:29 2007 -0300
+++ b/mercurial/localrepo.py	Thu Aug 23 12:24:54 2007 -0700
@@ -151,6 +151,8 @@
             except revlog.LookupError:
                 pass
             fp = self.wfile('.hgtags', 'wb')
+            if prevtags:
+                fp.write(prevtags)
 
         # committed tags are stored in UTF-8
         writetag(fp, name, util.fromlocal, prevtags)