comparison mercurial/commands.py @ 7184:380fda3eed13

clean up trailing spaces
author Dirkjan Ochtman <dirkjan@ochtman.nl>
date Mon, 20 Oct 2008 14:51:55 +0200
parents e3f9feb9ab7e
children 67ba74938b15
comparison
equal deleted inserted replaced
7178:98b6c3dde237 7184:380fda3eed13
268 problem as good. Bisect will update your working directory to a 268 problem as good. Bisect will update your working directory to a
269 revision for testing (unless the --noupdate option is specified). 269 revision for testing (unless the --noupdate option is specified).
270 Once you have performed tests, mark the working directory as bad 270 Once you have performed tests, mark the working directory as bad
271 or good and bisect will either update to another candidate changeset 271 or good and bisect will either update to another candidate changeset
272 or announce that it has found the bad revision. 272 or announce that it has found the bad revision.
273 273
274 As a shortcut, you can also use the revision argument to mark a 274 As a shortcut, you can also use the revision argument to mark a
275 revision as good or bad without checking it out first. 275 revision as good or bad without checking it out first.
276 """ 276 """
277 # backward compatibility 277 # backward compatibility
278 if rev in "good bad reset init".split(): 278 if rev in "good bad reset init".split():