##// END OF EJS Templates
hooks: distinguish between locally committed and incoming changes....
Daniel Santa Cruz -
r1713:03ee100b default
parent child Browse files
Show More
@@ -1386,7 +1386,7 b' class localrepository(object):'
1386 return 1
1386 return 1
1387
1387
1388 for i in range(cor + 1, cnr + 1):
1388 for i in range(cor + 1, cnr + 1):
1389 self.hook("commit", node=hex(self.changelog.node(i)))
1389 self.hook("incoming", node=hex(self.changelog.node(i)))
1390
1390
1391 return
1391 return
1392
1392
General Comments 0
You need to be logged in to leave comments. Login now