# HG changeset patch # User FUJIWARA Katsunori # Date 1382631258 -32400 # Node ID 25b02c6f73a678de8331e38b86e7710ff1e7efa2 # Parent 80aa912dcb2d71c2f9dc41db6f0db1dd43fb01a1 doc: end line preceding command line example with double colon diff -r 80aa912dcb2d -r 25b02c6f73a6 mercurial/commands.py --- a/mercurial/commands.py Thu Oct 24 21:37:13 2013 +0900 +++ b/mercurial/commands.py Fri Oct 25 01:14:18 2013 +0900 @@ -554,7 +554,7 @@ hg bisect --skip hg bisect --skip 23 - - skip all revisions that do not touch directories ``foo`` or ``bar`` + - skip all revisions that do not touch directories ``foo`` or ``bar``:: hg bisect --skip '!( file("path:foo") & file("path:bar") )'