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