# HG changeset patch # User Dirkjan Ochtman # Date 1220175712 -7200 # Node ID 359e93ceee3acdc5ba197547a61e204571355dc9 # Parent a7fcb43af82e4a033e2dd34b7a1f60830e1fce50 fix double indentation and trailing whitespace diff -r a7fcb43af82e -r 359e93ceee3a mercurial/commands.py --- a/mercurial/commands.py Sat Aug 30 18:47:54 2008 +0200 +++ b/mercurial/commands.py Sun Aug 31 11:41:52 2008 +0200 @@ -272,7 +272,7 @@ Once you have performed tests, mark the working directory as bad or good and bisect will either update to another candidate changeset or announce that it has found the bad revision. - + As a shortcut, you can also use the revision argument to mark a revision as good or bad without checking it out first. """ diff -r a7fcb43af82e -r 359e93ceee3a mercurial/patch.py --- a/mercurial/patch.py Sat Aug 30 18:47:54 2008 +0200 +++ b/mercurial/patch.py Sun Aug 31 11:41:52 2008 +0200 @@ -537,11 +537,11 @@ # if we hit eof before finishing out the hunk, the last line will # be zero length. Lets try to fix it up. while len(self.hunk[-1]) == 0: - del self.hunk[-1] - del self.a[-1] - del self.b[-1] - self.lena -= 1 - self.lenb -= 1 + del self.hunk[-1] + del self.a[-1] + del self.b[-1] + self.lena -= 1 + self.lenb -= 1 def read_context_hunk(self, lr): self.desc = lr.readline() diff -r a7fcb43af82e -r 359e93ceee3a setup.py --- a/setup.py Sat Aug 30 18:47:54 2008 +0200 +++ b/setup.py Sun Aug 31 11:41:52 2008 +0200 @@ -98,7 +98,7 @@ Extension('mercurial.parsers', ['mercurial/parsers.c']), ] -packages = ['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert', +packages = ['mercurial', 'mercurial.hgweb', 'hgext', 'hgext.convert', 'hgext.highlight'] try: