##// END OF EJS Templates
add prechangegroup and pretxnchangegroup hooks....
add prechangegroup and pretxnchangegroup hooks. prechangegroup lets you stop push, pull or unbundle before it begins. pretxnchangegroup lets you inspect changegroup before transaction is committed, and roll back if you not like it.

File last commit:

r1620:6c61646f default
r1730:0f1d2c75 default
Show More
test-revert-unknown.out
8 lines | 123 B | text/plain | TextLexer
/ tests / test-revert-unknown.out
mpm@selenic.com
Fix bug with co -C across branches, update tests
r1236 %% Should show unknown
? unknown
%% Should show unknown and b removed
Thomas Arendsen Hein
Adjusted all but one test output for the new behaviour of localrepo.changes()
r1620 ! b
mpm@selenic.com
Fix bug with co -C across branches, update tests
r1236 ? unknown
%% Should show a and unknown
a
unknown