tests/test-rebase-parameters.t
changeset 43114 8197b395710e
parent 40865 4edd427f34c1
child 43899 fff21278554b
equal deleted inserted replaced
43113:37af48031d6f 43114:8197b395710e
    83   abort: cannot specify both a revision and a base
    83   abort: cannot specify both a revision and a base
    84   [255]
    84   [255]
    85 
    85 
    86   $ hg rebase --base 6
    86   $ hg rebase --base 6
    87   abort: branch 'default' has 3 heads - please rebase to an explicit rev
    87   abort: branch 'default' has 3 heads - please rebase to an explicit rev
    88   (run 'hg heads .' to see heads)
    88   (run 'hg heads .' to see heads, specify destination with -d)
    89   [255]
    89   [255]
    90 
    90 
    91   $ hg rebase --rev '1 & !1' --dest 8
    91   $ hg rebase --rev '1 & !1' --dest 8
    92   empty "rev" revision set - nothing to rebase
    92   empty "rev" revision set - nothing to rebase
    93   [1]
    93   [1]