Mercurial > hg
changeset 6948:359e93ceee3a
fix double indentation and trailing whitespace
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Sun, 31 Aug 2008 11:41:52 +0200 |
parents | a7fcb43af82e |
children | c8c9ce0ed3ee |
files | mercurial/commands.py mercurial/patch.py setup.py |
diffstat | 3 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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. """
--- 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()
--- 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: