Show More
@@ -1502,7 +1502,9 b' def commitnode(repo, editor, extra, user' | |||||
1502 | text=commitmsg, user=user, date=date, extra=extra, editor=editor |
|
1502 | text=commitmsg, user=user, date=date, extra=extra, editor=editor | |
1503 | ) |
|
1503 | ) | |
1504 |
|
1504 | |||
1505 |
repo.dirstate.setbranch( |
|
1505 | repo.dirstate.setbranch( | |
|
1506 | repo[newnode].branch(), repo.currenttransaction() | |||
|
1507 | ) | |||
1506 | return newnode |
|
1508 | return newnode | |
1507 |
|
1509 | |||
1508 |
|
1510 |
General Comments 0
You need to be logged in to leave comments.
Login now