mercurial/commands.py
changeset 30787 ff020ee5f06c
parent 30785 301512fd6852
child 30834 64a9160bf150
equal deleted inserted replaced
30786:e2a6f383d314 30787:ff020ee5f06c
   821 
   821 
   822       - you can even get a nice graph::
   822       - you can even get a nice graph::
   823 
   823 
   824           hg log --graph -r "bisect(range)"
   824           hg log --graph -r "bisect(range)"
   825 
   825 
   826       See :hg:`help revsets` for more about the `bisect()` keyword.
   826       See :hg:`help revisions.bisect` for more about the `bisect()` predicate.
   827 
   827 
   828     Returns 0 on success.
   828     Returns 0 on success.
   829     """
   829     """
   830     # backward compatibility
   830     # backward compatibility
   831     if rev in "good bad reset init".split():
   831     if rev in "good bad reset init".split():