mercurial/localrepo.py
changeset 7814 4421abf8c85d
parent 7803 6d99ff7b79b5
child 7848 89e05c02a4af
--- a/mercurial/localrepo.py	Fri Feb 27 19:10:38 2009 +0100
+++ b/mercurial/localrepo.py	Mon Mar 02 19:19:09 2009 -0600
@@ -227,6 +227,7 @@
                 raise util.Abort(_('working copy of .hgtags is changed '
                                    '(please commit .hgtags manually)'))
 
+        self.tags() # instantiate the cache
         self._tag(names, node, message, local, user, date)
 
     def tags(self):