Show More
@@ -2844,6 +2844,10 b' def strip(ui, repo, *revs, **opts):' | |||||
2844 | Use the --no-backup option to discard the backup bundle once the |
|
2844 | Use the --no-backup option to discard the backup bundle once the | |
2845 | operation completes. |
|
2845 | operation completes. | |
2846 |
|
2846 | |||
|
2847 | Strip is not a history-rewriting operation and can be used on | |||
|
2848 | changesets in the public phase. But if the stripped changesets have | |||
|
2849 | been pushed to a remote repository you will likely pull them again. | |||
|
2850 | ||||
2847 | Return 0 on success. |
|
2851 | Return 0 on success. | |
2848 | """ |
|
2852 | """ | |
2849 | backup = 'all' |
|
2853 | backup = 'all' |
General Comments 0
You need to be logged in to leave comments.
Login now