mercurial/commands.py
branchstable
changeset 20146 aa192af94321
parent 20107 2ca325ea57fa
child 20151 734ff413eb7e
equal deleted inserted replaced
20145:a5354990502d 20146:aa192af94321
   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