Show More
@@ -72,8 +72,9 rollback by pretxncommit saves commit me | |||||
72 |
|
72 | |||
73 | $ cat .hg/last-message.txt ; echo |
|
73 | $ cat .hg/last-message.txt ; echo | |
74 | precious commit message |
|
74 | precious commit message | |
75 | $ echo '% same thing, but run $EDITOR' |
|
75 | ||
76 |
|
|
76 | same thing, but run $EDITOR | |
|
77 | ||||
77 | $ cat > editor << '__EOF__' |
|
78 | $ cat > editor << '__EOF__' | |
78 | > #!/bin/sh |
|
79 | > #!/bin/sh | |
79 | > echo "another precious commit message" > "$1" |
|
80 | > echo "another precious commit message" > "$1" | |
@@ -88,5 +89,3 rollback by pretxncommit saves commit me | |||||
88 | $ cat .hg/last-message.txt |
|
89 | $ cat .hg/last-message.txt | |
89 | another precious commit message |
|
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