Mercurial > evolve
comparison tests/test-rewind.t @ 6809:9903ee44e658 mercurial-5.6
test-compat: merge mercurial-5.7 into mercurial-5.6
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 26 Jun 2024 18:09:37 +0400 |
parents | fd039a7f0c3c |
children | 67fc03f42d92 |
comparison
equal
deleted
inserted
replaced
6808:c7d3e1d8c6f1 | 6809:9903ee44e658 |
---|---|
1200 | 1200 |
1201 No rewinding without --keep | 1201 No rewinding without --keep |
1202 | 1202 |
1203 $ hg rewind --to 'desc("amended")' --hidden | 1203 $ hg rewind --to 'desc("amended")' --hidden |
1204 abort: uncommitted changes | 1204 abort: uncommitted changes |
1205 [20] | 1205 [255] |
1206 | 1206 |
1207 XXX: Unfortunately, even with --keep it's not allowed | 1207 XXX: Unfortunately, even with --keep it's not allowed |
1208 | 1208 |
1209 $ hg rewind --keep --to 'desc("amended")' --hidden | 1209 $ hg rewind --keep --to 'desc("amended")' --hidden |
1210 abort: uncommitted changes | 1210 abort: uncommitted changes |
1211 [20] | 1211 [255] |
1212 | 1212 |
1213 $ cd .. | 1213 $ cd .. |
1214 | 1214 |
1215 Extra cases related to folds | 1215 Extra cases related to folds |
1216 ============================ | 1216 ============================ |