Show More
@@ -680,12 +680,12 b' pushing a new bookmark on a new head doe' | |||||
680 |
|
680 | |||
681 | pushing an existing but divergent bookmark with -B still requires -f |
|
681 | pushing an existing but divergent bookmark with -B still requires -f | |
682 |
|
682 | |||
683 | $ hg clone -q . r |
|
683 | $ hg clone -q . ../r | |
684 | $ hg up -q X |
|
684 | $ hg up -q X | |
685 | $ echo 1 > f2 |
|
685 | $ echo 1 > f2 | |
686 | $ hg ci -qAml |
|
686 | $ hg ci -qAml | |
687 |
|
687 | |||
688 | $ cd r |
|
688 | $ cd ../r | |
689 | $ hg up -q X |
|
689 | $ hg up -q X | |
690 | $ echo 2 > f2 |
|
690 | $ echo 2 > f2 | |
691 | $ hg ci -qAmr |
|
691 | $ hg ci -qAmr | |
@@ -696,7 +696,7 b' pushing an existing but divergent bookma' | |||||
696 | abort: push creates new remote head 54694f811df9 with bookmark 'X'! |
|
696 | abort: push creates new remote head 54694f811df9 with bookmark 'X'! | |
697 | (pull and merge or see "hg help push" for details about pushing new heads) |
|
697 | (pull and merge or see "hg help push" for details about pushing new heads) | |
698 | [255] |
|
698 | [255] | |
699 | $ cd .. |
|
699 | $ cd ../addmarks | |
700 |
|
700 | |||
701 | Check summary output for incoming/outgoing bookmarks |
|
701 | Check summary output for incoming/outgoing bookmarks | |
702 |
|
702 |
General Comments 0
You need to be logged in to leave comments.
Login now