Submitter | Katsunori FUJIWARA |
---|---|
Date | Oct. 24, 2013, 4:22 p.m. |
Message ID | <8019f4138b90923da8da.1382631756@juju> |
Download | mbox | patch |
Permalink | /patch/2816/ |
State | Accepted |
Commit | 25b02c6f73a678de8331e38b86e7710ff1e7efa2 |
Headers | show |
Comments
Patch
diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -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") )'