Mercurial > hg
changeset 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 | 80aa912dcb2d |
children | 9ef92384415c |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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") )'