Show More
@@ -2090,7 +2090,8 b' def guard(ui, repo, *args, **opts):' | |||||
2090 | With arguments, set guards for the named patch. |
|
2090 | With arguments, set guards for the named patch. | |
2091 | NOTE: Specifying negative guards now requires '--'. |
|
2091 | NOTE: Specifying negative guards now requires '--'. | |
2092 |
|
2092 | |||
2093 | To set guards on another patch: |
|
2093 | To set guards on another patch:: | |
|
2094 | ||||
2094 | hg qguard -- other.patch +2.6.17 -stable |
|
2095 | hg qguard -- other.patch +2.6.17 -stable | |
2095 | ''' |
|
2096 | ''' | |
2096 | def status(idx): |
|
2097 | def status(idx): | |
@@ -2336,7 +2337,7 b' def select(ui, repo, *args, **opts):' | |||||
2336 | qselect to tell mq which guards to use. A patch will be pushed if |
|
2337 | qselect to tell mq which guards to use. A patch will be pushed if | |
2337 | it has no guards or any positive guards match the currently |
|
2338 | it has no guards or any positive guards match the currently | |
2338 | selected guard, but will not be pushed if any negative guards |
|
2339 | selected guard, but will not be pushed if any negative guards | |
2339 | match the current guard. For example: |
|
2340 | match the current guard. For example:: | |
2340 |
|
2341 | |||
2341 | qguard foo.patch -stable (negative guard) |
|
2342 | qguard foo.patch -stable (negative guard) | |
2342 | qguard bar.patch +stable (positive guard) |
|
2343 | qguard bar.patch +stable (positive guard) |
General Comments 0
You need to be logged in to leave comments.
Login now