equal
deleted
inserted
replaced
279 try with --rev |
279 try with --rev |
280 $ hg histedit --commands - --rev -2 2>&1 <<EOF | fixbundle |
280 $ hg histedit --commands - --rev -2 2>&1 <<EOF | fixbundle |
281 > pick de71b079d9ce e |
281 > pick de71b079d9ce e |
282 > pick 38b92f448761 c |
282 > pick 38b92f448761 c |
283 > EOF |
283 > EOF |
284 abort: may not use changesets other than the ones listed |
284 abort: may not use "pick" with changesets other than the ones listed |
285 $ hg log --graph |
285 $ hg log --graph |
286 @ changeset: 7:803ef1c6fcfd |
286 @ changeset: 7:803ef1c6fcfd |
287 | tag: tip |
287 | tag: tip |
288 | user: test |
288 | user: test |
289 | date: Thu Jan 01 00:00:00 1970 +0000 |
289 | date: Thu Jan 01 00:00:00 1970 +0000 |