##// END OF EJS Templates
Merge with crew-stable
Patrick Mezard -
r8270:3477ad0b merge default
parent child Browse files
Show More
@@ -176,6 +176,7 b' def concludenode(repo, rev, p1, p2, stat'
176 176 user=repo[rev].user(),
177 177 date=repo[rev].date(),
178 178 extra=extra)
179 repo.dirstate.setbranch(repo[newrev].branch())
179 180 return newrev
180 181 except util.Abort:
181 182 # Invalidate the previous setparents
@@ -28,3 +28,5 b" echo '% Rebase a branch while preserving"
28 28 hg update -C 3
29 29 hg rebase -b 4 -d 3 --keepbranches 2>&1 | sed 's/\(saving bundle to \).*/\1/'
30 30 hg glog --template '{rev}:{desc}:{branches}\n'
31 echo '% dirstate branch should be "notdefault"'
32 hg branch
@@ -31,3 +31,5 b' o 1:c2:'
31 31 |
32 32 o 0:c1:
33 33
34 % dirstate branch should be "notdefault"
35 notdefault
General Comments 0
You need to be logged in to leave comments. Login now