tests/test-rebase-keep-branch.t
changeset 12640 6cc4b14fb76b
parent 12608 16b854cb80f1
equal deleted inserted replaced
12639:236058a65cb4 12640:6cc4b14fb76b
    51 Rebase a branch while preserving the branch name:
    51 Rebase a branch while preserving the branch name:
    52 
    52 
    53   $ hg up -q -C 3
    53   $ hg up -q -C 3
    54 
    54 
    55   $ hg rebase -b 4 -d 3 --keepbranches
    55   $ hg rebase -b 4 -d 3 --keepbranches
    56   saved backup bundle to */.hg/strip-backup/*-backup.hg (glob)
    56   saved backup bundle to $TESTTMP/a/.hg/strip-backup/*-backup.hg (glob)
    57 
    57 
    58   $ hg tglog
    58   $ hg tglog
    59   @  4: 'r1' notdefault
    59   @  4: 'r1' notdefault
    60   |
    60   |
    61   o  3: 'l2'
    61   o  3: 'l2'