equal
deleted
inserted
replaced
583 |
583 |
584 - see all changesets that took part in the current bisection:: |
584 - see all changesets that took part in the current bisection:: |
585 |
585 |
586 hg log -r "bisect(range)" |
586 hg log -r "bisect(range)" |
587 |
587 |
588 - with the graphlog extension, you can even get a nice graph:: |
588 - you can even get a nice graph:: |
589 |
589 |
590 hg log --graph -r "bisect(range)" |
590 hg log --graph -r "bisect(range)" |
591 |
591 |
592 See :hg:`help revsets` for more about the `bisect()` keyword. |
592 See :hg:`help revsets` for more about the `bisect()` keyword. |
593 |
593 |