equal
deleted
inserted
replaced
2923 restore. |
2923 restore. |
2924 |
2924 |
2925 Use the --no-backup option to discard the backup bundle once the |
2925 Use the --no-backup option to discard the backup bundle once the |
2926 operation completes. |
2926 operation completes. |
2927 |
2927 |
|
2928 Strip is not a history-rewriting operation and can be used on |
|
2929 changesets in the public phase. But if the stripped changesets have |
|
2930 been pushed to a remote repository you will likely pull them again. |
|
2931 |
2928 Return 0 on success. |
2932 Return 0 on success. |
2929 """ |
2933 """ |
2930 backup = 'all' |
2934 backup = 'all' |
2931 if opts.get('backup'): |
2935 if opts.get('backup'): |
2932 backup = 'strip' |
2936 backup = 'strip' |