Whitespace cleanups

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Whitespace cleanups

manifest hash: ac954bc3a4f034c12638a259ecd65841f5b63c5c
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)

iD8DBQFCwuubywK+sNU5EO8RAluIAJ98XQpNdZUpSmYKgDmrMRlbL76ZzQCfes0t
rknNUN/PhtyA4bzL646dOz4=
=UyCE
-----END PGP SIGNATURE-----
This commit is contained in:
mpm@selenic.com 2005-06-29 10:42:35 -08:00
parent 1e42f2bba3
commit 0fb5db6915
11 changed files with 50 additions and 53 deletions

1
hg
View File

@ -11,4 +11,3 @@
from mercurial import commands
commands.run()

View File

@ -151,7 +151,6 @@ class revlog:
self.nodemap = dict(m)
self.nodemap[nullid] = -1
def tip(self): return self.node(len(self.index) - 1)
def count(self): return len(self.index)
def node(self, rev): return (rev < 0) and nullid or self.index[rev][6]

View File

@ -84,4 +84,3 @@ class ui:
t = re.sub("(?m)^HG:.*\n", "", t)
return t