tests/test-rebase-parameters.t
changeset 20248 3bff26f67169
parent 20247 a259f7b488ab
child 20249 dc5157841361
equal deleted inserted replaced
20247:a259f7b488ab 20248:3bff26f67169
    81 
    81 
    82   $ hg rebase --rev '1 & !1'
    82   $ hg rebase --rev '1 & !1'
    83   abort: empty "rev" revision set - nothing to rebase
    83   abort: empty "rev" revision set - nothing to rebase
    84   [255]
    84   [255]
    85 
    85 
       
    86   $ hg rebase --source '1 & !1'
       
    87   abort: empty "source" revision set - nothing to rebase
       
    88   [255]
       
    89 
    86   $ hg rebase
    90   $ hg rebase
    87   nothing to rebase
    91   nothing to rebase
    88   [1]
    92   [1]
    89 
    93 
    90   $ hg up -q 7
    94   $ hg up -q 7