##// END OF EJS Templates
bookmarks: pull --update updates to active bookmark if it moved (issue4007)...
bookmarks: pull --update updates to active bookmark if it moved (issue4007) This makes `hg pull --update` behave the same wrt the active bookmark as `hg pull && hg update` does as of 2096e025a728. A helper function, bookmarks.calculateupdate, is added to prevent code duplication between postincoming and update.

File last commit:

r17482:3afb6181 default
r19523:f37b5a17 2.7 stable
Show More
inotify-failures
21 lines | 515 B | text/plain | TextLexer
Nicolas Dumazet
run-tests: split tests/blacklist in tests/blacklists/*...
r10300 # When --inotify is activated, help output and config changes:
test-debugcomplete
test-empty
test-fncache
test-globalopts
test-help
test-hgrc
test-inherit-mode
test-qrecord
test-strict
# --inotify activates de facto the inotify extension. It does not play well
timeless@mozdev.org
spelling: deactivate
r17482 # with inotify-specific tests, which activate/deactivate inotify at will:
Nicolas Dumazet
run-tests: split tests/blacklist in tests/blacklists/*...
r10300 test-inotify
test-inotify-debuginotify
test-inotify-dirty-dirstate
test-inotify-issue1208
test-inotify-issue1371
test-inotify-issue1542
test-inotify-issue1556
test-inotify-lookup