Show More
@@ -99,7 +99,7 b' backup bundle from strip' | |||||
99 | strip an ancestors of the internal changeset |
|
99 | strip an ancestors of the internal changeset | |
100 | -------------------------------------------- |
|
100 | -------------------------------------------- | |
101 |
|
101 | |||
102 |
$ cp -a |
|
102 | $ cp -aR reference-repo strip-ancestor | |
103 | $ cd strip-ancestor |
|
103 | $ cd strip-ancestor | |
104 |
|
104 | |||
105 | The internal change is stripped, yet it should be skipped from the backup bundle. |
|
105 | The internal change is stripped, yet it should be skipped from the backup bundle. | |
@@ -154,7 +154,7 b' Shelve should still work' | |||||
154 | strip an unrelated changeset with a lower revnum |
|
154 | strip an unrelated changeset with a lower revnum | |
155 | ------------------------------------------------ |
|
155 | ------------------------------------------------ | |
156 |
|
156 | |||
157 |
$ cp -a |
|
157 | $ cp -aR reference-repo strip-unrelated | |
158 | $ cd strip-unrelated |
|
158 | $ cd strip-unrelated | |
159 |
|
159 | |||
160 | The internal change is not directly stripped, but it is affected by the strip |
|
160 | The internal change is not directly stripped, but it is affected by the strip | |
@@ -200,7 +200,7 b' Shelve should still work' | |||||
200 | explicitly strip the internal changeset |
|
200 | explicitly strip the internal changeset | |
201 | --------------------------------------- |
|
201 | --------------------------------------- | |
202 |
|
202 | |||
203 |
$ cp -a |
|
203 | $ cp -aR reference-repo strip-explicit | |
204 | $ cd strip-explicit |
|
204 | $ cd strip-explicit | |
205 |
|
205 | |||
206 | The internal change is directly selected for stripping. |
|
206 | The internal change is directly selected for stripping. |
General Comments 0
You need to be logged in to leave comments.
Login now