Show More
@@ -35,7 +35,7 b' HGTMP="${TMPDIR-/tmp}/hgeditor.$RANDOM.$' | |||||
35 |
|
35 | |||
36 | ( |
|
36 | ( | |
37 | grep '^HG: changed' "$1" | cut -b 13- | while read changed; do |
|
37 | grep '^HG: changed' "$1" | cut -b 13- | while read changed; do | |
38 |
|
|
38 | "$HG" diff "$changed" >> "$HGTMP/diff" | |
39 | done |
|
39 | done | |
40 | ) |
|
40 | ) | |
41 |
|
41 |
General Comments 0
You need to be logged in to leave comments.
Login now