# HG changeset patch # User Henri Wiechers # Date 1265382147 -7200 # Node ID 808c187fc55684ba9a42797128c34168bb22fd3b # Parent 325a6aa95eeaaba0354e25653405c016508e42cc localrepo: minor formatting - remove double space diff -r 325a6aa95eea -r 808c187fc556 mercurial/localrepo.py --- a/mercurial/localrepo.py Fri Feb 05 17:24:38 2010 +0100 +++ b/mercurial/localrepo.py Fri Feb 05 17:02:27 2010 +0200 @@ -748,7 +748,7 @@ return flog.add(text, meta, tr, linkrev, fparent1, fparent2) # are just the flags changed during merge? - if fparent1 != fparent2o and manifest1.flags(fname) != fctx.flags(): + if fparent1 != fparent2o and manifest1.flags(fname) != fctx.flags(): changelist.append(fname) return fparent1