Show More
@@ -57,6 +57,13 b' log before edit' | |||||
57 | date: Thu Jan 01 00:00:00 1970 +0000 |
|
57 | date: Thu Jan 01 00:00:00 1970 +0000 | |
58 | summary: a |
|
58 | summary: a | |
59 |
|
59 | |||
|
60 | dirty a file | |||
|
61 | $ echo a > g | |||
|
62 | $ hg histedit 177f92b77385 --commands - 2>&1 << EOF | |||
|
63 | > EOF | |||
|
64 | abort: uncommitted changes | |||
|
65 | [255] | |||
|
66 | $ echo g > g | |||
60 |
|
67 | |||
61 | edit the history |
|
68 | edit the history | |
62 | $ hg histedit 177f92b77385 --commands - 2>&1 << EOF| fixbundle |
|
69 | $ hg histedit 177f92b77385 --commands - 2>&1 << EOF| fixbundle |
General Comments 0
You need to be logged in to leave comments.
Login now