##// END OF EJS Templates
Update on pull -u when heads were closed (fixes issue666)....
Update on pull -u when heads were closed (fixes issue666). Patch written by Benoit Boissinot. This should probably be improved in the future to handle long-living branches, as joining two "other" heads will switch to that new head. But this is not a new problem, as adding to the "other" head would have switched to that new head, too.

File last commit:

r3853:c0b44915 default
r5080:73fdc8bd default
Show More
test-lock-badness
11 lines | 169 B | text/plain | TextLexer
/ tests / test-lock-badness
Vadim Gelfer
fix backtrace printed when cannot get lock....
r2016 #!/bin/sh
hg init a
echo a > a/a
hg --cwd a ci -A -m a
hg clone a b
echo b > b/b
hg --cwd b ci -A -m b
Benoit Boissinot
switch to the .hg/store layout, fix the tests
r3853 chmod 100 a/.hg/store
Vadim Gelfer
fix backtrace printed when cannot get lock....
r2016 hg --cwd b push ../a
Benoit Boissinot
switch to the .hg/store layout, fix the tests
r3853 chmod 700 a/.hg/store