##// END OF EJS Templates
doc: end line preceding command line example with double colon
FUJIWARA Katsunori -
r19958:25b02c6f stable
parent child Browse files
Show More
@@ -554,7 +554,7 b' def bisect(ui, repo, rev=None, extra=Non'
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
General Comments 0
You need to be logged in to leave comments. Login now