changeset 4178 | 0b48e3985765 |
parent 4177 | a7af0eeae8a3 |
child 4209 | dbc3846c09a1 |
child 4210 | caff92047e87 |
--- a/mercurial/localrepo.py Tue Mar 13 15:18:10 2007 -0500 +++ b/mercurial/localrepo.py Tue Mar 13 15:47:55 2007 -0500 @@ -709,7 +709,7 @@ branchname = "" if use_dirstate: - oldname = c1[5].get("branch") or "default" # stored in UTF-8 + oldname = c1[5].get("branch") # stored in UTF-8 if not commit and not remove and not force and p2 == nullid and \ branchname == oldname: self.ui.status(_("nothing changed\n"))