comparison tests/test-rewind.t @ 5892:34cd08a46b6d mercurial-5.6

test-compat: merge mercurial-5.7 into mercurial-5.6
author Anton Shestakov <av6@dwimlabs.net>
date Sat, 24 Apr 2021 20:01:39 +0800
parents fd039a7f0c3c
children 67fc03f42d92
comparison
equal deleted inserted replaced
5891:b13cb2d500ae 5892:34cd08a46b6d
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 ============================