##// END OF EJS Templates
tests: add hack to avoid problem with graphlog in unified tests
tests: add hack to avoid problem with graphlog in unified tests

File last commit:

r11198:b345b1cc default
r12338:b016fc1c default
Show More
test-rebase-keep-branch.out
27 lines | 423 B | text/plain | TextLexer
/ tests / test-rebase-keep-branch.out
Augie Fackler
rebase: add support to keep branch names...
r7468 0 files updated, 0 files merged, 2 files removed, 0 files unresolved
marked working directory as branch notdefault
@ 4:r1:notdefault
|
| o 3:l2:
| |
| o 2:l1:
|/
o 1:c2:
|
o 0:c1:
% Rebase a branch while preserving the branch name
2 files updated, 0 files merged, 1 files removed, 0 files unresolved
@ 4:r1:notdefault
|
o 3:l2:
|
o 2:l1:
|
o 1:c2:
|
o 0:c1:
Patrick Mezard
rebase: fix bug where --keepbranches could leave wrong branch in dirstate...
r8266 % dirstate branch should be "notdefault"
notdefault