Show More
@@ -80,6 +80,17 b' Test that missing revisions are detected' | |||||
80 | abort: must specify a rule for each changeset once |
|
80 | abort: must specify a rule for each changeset once | |
81 | [255] |
|
81 | [255] | |
82 |
|
82 | |||
|
83 | Test that extra revisions are detected | |||
|
84 | --------------------------------------- | |||
|
85 | ||||
|
86 | $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF | |||
|
87 | > pick 6058cbb6cfd7 0 one | |||
|
88 | > pick c8e68270e35a 3 four | |||
|
89 | > pick 08d98a8350f3 4 five | |||
|
90 | > EOF | |||
|
91 | abort: may not use changesets other than the ones listed | |||
|
92 | [255] | |||
|
93 | ||||
83 | Test short version of command |
|
94 | Test short version of command | |
84 | --------------------------------------- |
|
95 | --------------------------------------- | |
85 |
|
96 |
General Comments 0
You need to be logged in to leave comments.
Login now