changeset 8266 | 609ce91670d0 |
parent 8242 | aee8455ee8ec |
child 8270 | 3477ad0b1f2c |
--- a/hgext/rebase.py Wed Apr 29 09:30:28 2009 +0200 +++ b/hgext/rebase.py Fri May 01 12:26:37 2009 +0200 @@ -172,6 +172,7 @@ user=repo[rev].user(), date=repo[rev].date(), extra=extra) + repo.dirstate.setbranch(repo[newrev].branch()) return newrev except util.Abort: # Invalidate the previous setparents