Show More
@@ -143,10 +143,8 b' echo % compare changenodes in a c' | |||||
143 | cat a c |
|
143 | cat a c | |
144 |
|
144 | |||
145 | echo % record |
|
145 | echo % record | |
146 | cp "$HGRCPATH" $HGRCPATH.bak |
|
146 | python -c \ | |
147 | sed -e '1 a \foo' a > a.tmp |
|
147 | 'l=open("a").readlines();l.insert(1,"foo\n");l.append("bar\n");open("a","w").writelines(l);' | |
148 | mv a.tmp a |
|
|||
149 | echo bar >> a |
|
|||
150 | hg record -d '1 10' -m rectest<<EOF |
|
148 | hg record -d '1 10' -m rectest<<EOF | |
151 | y |
|
149 | y | |
152 | y |
|
150 | y |
General Comments 0
You need to be logged in to leave comments.
Login now