Mercurial > public > mercurial-scm > hg
diff mercurial/copies.py @ 10282:08a0f04b56bd
many, many trivial check-code fixups
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Mon, 25 Jan 2010 00:05:27 -0600 |
parents | 25e572394f5c |
children | cade47dcac2d |
line wrap: on
line diff
--- a/mercurial/copies.py Mon Jan 25 00:05:22 2010 -0600 +++ b/mercurial/copies.py Mon Jan 25 00:05:27 2010 -0600 @@ -190,8 +190,10 @@ repo.ui.debug(" all copies found (* = to merge, ! = divergent):\n") for f in fullcopy: note = "" - if f in copy: note += "*" - if f in diverge2: note += "!" + if f in copy: + note += "*" + if f in diverge2: + note += "!" repo.ui.debug(" %s -> %s %s\n" % (f, fullcopy[f], note)) del diverge2