tests/test-rollback.t
branchstable
changeset 13957 044e1356327d
parent 13446 1e497df514e2
child 13958 71f51cc71652
equal deleted inserted replaced
13955:86b5cc1e8be8 13957:044e1356327d
    55   $ hg branch test
    55   $ hg branch test
    56   marked working directory as branch test
    56   marked working directory as branch test
    57   $ rm .hg/undo.branch
    57   $ rm .hg/undo.branch
    58   $ hg rollback
    58   $ hg rollback
    59   repository tip rolled back to revision -1 (undo commit)
    59   repository tip rolled back to revision -1 (undo commit)
    60   Named branch could not be reset, current branch still is: test
    60   named branch could not be reset, current branch is still: test
    61   working directory now based on revision -1
    61   working directory now based on revision -1
    62   $ hg branch
    62   $ hg branch
    63   test
    63   test
    64 
    64 
    65 rollback by pretxncommit saves commit message (issue 1635)
    65 rollback by pretxncommit saves commit message (issue 1635)