mercurial/localrepo.py
changeset 1713 03ee100b8c21
parent 1712 21dcf38e5d7d
child 1716 ef8cd889a78b
child 1717 7a4a16a7d21f
child 1781 284fc722c342
--- a/mercurial/localrepo.py	Thu Feb 09 17:18:43 2006 -0600
+++ b/mercurial/localrepo.py	Fri Feb 10 16:45:56 2006 -0500
@@ -1386,7 +1386,7 @@
                 return 1
 
             for i in range(cor + 1, cnr + 1):
-                self.hook("commit", node=hex(self.changelog.node(i)))
+                self.hook("incoming", node=hex(self.changelog.node(i)))
 
         return