Show More
@@ -2623,8 +2623,8 b' def select(ui, repo, *args, **opts):' | |||
|
2623 | 2623 | selected guard, but will not be pushed if any negative guards |
|
2624 | 2624 | match the current guard. For example:: |
|
2625 | 2625 | |
|
2626 | qguard foo.patch -stable (negative guard) | |
|
2627 | qguard bar.patch +stable (positive guard) | |
|
2626 | qguard foo.patch -- -stable (negative guard) | |
|
2627 | qguard bar.patch +stable (positive guard) | |
|
2628 | 2628 | qselect stable |
|
2629 | 2629 | |
|
2630 | 2630 | This activates the "stable" guard. mq will skip foo.patch (because |
General Comments 0
You need to be logged in to leave comments.
Login now