Mercurial > hg-stable
changeset 17047:d63fb1fce977 stable
strip: update help to state than you can strip public changeset
Multiple people have been confused by it.
author | Pierre-Yves David <pierre-yves.david@logilab.fr> |
---|---|
date | Thu, 28 Jun 2012 18:39:16 +0200 |
parents | 4116504d1ec4 |
children | 15d4d475de9e |
files | hgext/mq.py |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/mq.py Fri Jun 22 11:40:31 2012 -0700 +++ b/hgext/mq.py Thu Jun 28 18:39:16 2012 +0200 @@ -2844,6 +2844,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'