Mercurial > public > mercurial-scm > hg
diff hgext/mq.py @ 17059:fba17a64fa49
merge with stable
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 29 Jun 2012 00:40:52 -0500 |
parents | 0b1d15194b3c d63fb1fce977 |
children | 6bc275593d07 |
line wrap: on
line diff
--- a/hgext/mq.py Fri Jun 29 00:01:19 2012 +0200 +++ b/hgext/mq.py Fri Jun 29 00:40:52 2012 -0500 @@ -2925,6 +2925,10 @@ Use the --no-backup option to discard the backup bundle once the operation completes. + Strip is not a history-rewriting operation and can be used on + changesets in the public phase. But if the stripped changesets have + been pushed to a remote repository you will likely pull them again. + Return 0 on success. """ backup = 'all'