Show More
@@ -70,6 +70,16 b' Run on a revision not ancestors of the c' | |||||
70 | [255] |
|
70 | [255] | |
71 | $ hg up --quiet |
|
71 | $ hg up --quiet | |
72 |
|
72 | |||
|
73 | Test that missing revisions are detected | |||
|
74 | --------------------------------------- | |||
|
75 | ||||
|
76 | $ HGEDITOR=cat hg histedit "tip^^" --commands - << EOF | |||
|
77 | > pick eb57da33312f 2 three | |||
|
78 | > pick 08d98a8350f3 4 five | |||
|
79 | > EOF | |||
|
80 | abort: must specify a rule for each changeset once | |||
|
81 | [255] | |||
|
82 | ||||
73 | Test short version of command |
|
83 | Test short version of command | |
74 | --------------------------------------- |
|
84 | --------------------------------------- | |
75 |
|
85 |
General Comments 0
You need to be logged in to leave comments.
Login now