equal
deleted
inserted
replaced
890 $ hg pull |
890 $ hg pull |
891 pulling from $TESTTMP/inhibit |
891 pulling from $TESTTMP/inhibit |
892 searching for changes |
892 searching for changes |
893 no changes found |
893 no changes found |
894 adding remote bookmark foo |
894 adding remote bookmark foo |
|
895 |
|
896 Test that bookmark -D can take multiple branch names |
|
897 $ cd ../inhibit |
|
898 $ hg bookmark book2 book1 book3 |
|
899 $ touch foo && hg add foo && hg ci -m "add foo" |
|
900 $ hg up book1 |
|
901 0 files updated, 0 files merged, 1 files removed, 0 files unresolved |
|
902 (activating bookmark book1) |
|
903 $ hg bookmark -D book2 book3 |
|
904 bookmark 'book2' deleted |
|
905 bookmark 'book3' deleted |
|
906 1 changesets pruned |