Mercurial > public > mercurial-scm > hg-stable
diff mercurial/commands.py @ 6948:359e93ceee3a
fix double indentation and trailing whitespace
author | Dirkjan Ochtman <dirkjan@ochtman.nl> |
---|---|
date | Sun, 31 Aug 2008 11:41:52 +0200 |
parents | 03916abdfb64 |
children | 63b5f4c73c98 |
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. """