Mercurial > public > mercurial-scm > hg
diff mercurial/hg.py @ 575:7f5ce4bbdd7b
More whitespace cleanups
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
More whitespace cleanups
manifest hash: 6721a7b11295e0127386b080fd7a7b516ebced74
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCxwm/ywK+sNU5EO8RAnl+AKCg/7ZCW7zIoG0nefksZzgLzgNmFACgnAFz
ZkW0LyZcU/hkFgXoGwo7ktk=
=AW+0
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Sat, 02 Jul 2005 13:40:15 -0800 |
parents | b2c9b36bd639 |
children | da11baf5de7b |
line wrap: on
line diff
--- a/mercurial/hg.py Sat Jul 02 13:39:40 2005 -0800 +++ b/mercurial/hg.py Sat Jul 02 13:40:15 2005 -0800 @@ -647,7 +647,7 @@ if cp: meta["copy"] = cp meta["copyrev"] = hex(m1.get(cp, m2.get(cp, nullid))) - self.ui.debug(" %s: copy %s:%s\n" % (f, cp, meta["copyrev"])) + self.ui.debug(" %s: copy %s:%s\n" % (f, cp, meta["copyrev"])) r = self.file(f) fp1 = m1.get(f, nullid) @@ -813,7 +813,7 @@ while n != bottom: p = self.changelog.parents(n)[0] if i == f: - l.append(n) + l.append(n) f = f * 2 n = p i += 1