comparison mercurial/commands.py @ 19958:25b02c6f73a6 stable

doc: end line preceding command line example with double colon
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Fri, 25 Oct 2013 01:14:18 +0900
parents 2bf99bc5077a
children 9ef92384415c
comparison
equal deleted inserted replaced
19957:80aa912dcb2d 19958:25b02c6f73a6
552 that revision is not usable because of another issue):: 552 that revision is not usable because of another issue)::
553 553
554 hg bisect --skip 554 hg bisect --skip
555 hg bisect --skip 23 555 hg bisect --skip 23
556 556
557 - skip all revisions that do not touch directories ``foo`` or ``bar`` 557 - skip all revisions that do not touch directories ``foo`` or ``bar``::
558 558
559 hg bisect --skip '!( file("path:foo") & file("path:bar") )' 559 hg bisect --skip '!( file("path:foo") & file("path:bar") )'
560 560
561 - forget the current bisection:: 561 - forget the current bisection::
562 562