##// END OF EJS Templates
bisect: add example for limiting bisection to specified directories...
Jordi Gutiérrez Hermoso -
r17969:6c67deb3 default
parent child Browse files
Show More
@@ -549,6 +549,10 b' def bisect(ui, repo, rev=None, extra=Non'
549 hg bisect --skip
549 hg bisect --skip
550 hg bisect --skip 23
550 hg bisect --skip 23
551
551
552 - skip all revisions that do not touch directories ``foo`` or ``bar``
553
554 hg bisect --skip '!( file("path:foo") & file("path:bar") )'
555
552 - forget the current bisection::
556 - forget the current bisection::
553
557
554 hg bisect --reset
558 hg bisect --reset
General Comments 0
You need to be logged in to leave comments. Login now