Show More
@@ -72,8 +72,9 b' rollback by pretxncommit saves commit me' | |||
|
72 | 72 | |
|
73 | 73 | $ cat .hg/last-message.txt ; echo |
|
74 | 74 | precious commit message |
|
75 | $ echo '% same thing, but run $EDITOR' | |
|
76 |
|
|
|
75 | ||
|
76 | same thing, but run $EDITOR | |
|
77 | ||
|
77 | 78 | $ cat > editor << '__EOF__' |
|
78 | 79 | > #!/bin/sh |
|
79 | 80 | > echo "another precious commit message" > "$1" |
@@ -88,5 +89,3 b' rollback by pretxncommit saves commit me' | |||
|
88 | 89 | $ cat .hg/last-message.txt |
|
89 | 90 | another precious commit message |
|
90 | 91 | |
|
91 | .hg/last-message.txt: | |
|
92 |
General Comments 0
You need to be logged in to leave comments.
Login now