mercurial/localrepo.py
changeset 13662 80d6e1f63ed9
parent 13646 31eac42d9123
child 13703 48d606d7192b
--- a/mercurial/localrepo.py	Tue Mar 15 18:33:36 2011 +0100
+++ b/mercurial/localrepo.py	Mon Mar 14 20:53:55 2011 +0100
@@ -1894,10 +1894,6 @@
                 self.hook("incoming", node=hex(cl.node(i)),
                           source=srctype, url=url)
 
-        # FIXME - why does this care about tip?
-        if newheads == oldheads:
-            bookmarks.update(self, self.dirstate.parents(), self['tip'].node())
-
         # never return 0 here:
         if newheads < oldheads:
             return newheads - oldheads - 1