##// END OF EJS Templates
rebase: explicitly test abort from ambiguous destination...
Pierre-Yves David -
r28190:e8d1460e default
parent child Browse files
Show More
@@ -82,6 +82,11 b' These fail:'
82 abort: cannot specify both a revision and a base
82 abort: cannot specify both a revision and a base
83 [255]
83 [255]
84
84
85 $ hg rebase --base 6
86 abort: branch 'default' has 3 heads - please rebase to an explicit rev
87 (run 'hg heads .' to see heads)
88 [255]
89
85 $ hg rebase --rev '1 & !1' --dest 8
90 $ hg rebase --rev '1 & !1' --dest 8
86 empty "rev" revision set - nothing to rebase
91 empty "rev" revision set - nothing to rebase
87 [1]
92 [1]
General Comments 0
You need to be logged in to leave comments. Login now