equal
deleted
inserted
replaced
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(): |