Skip to content
Snippets Groups Projects
Commit b5bbfa18 authored by Thomas Arendsen Hein's avatar Thomas Arendsen Hein
Browse files

hgeditor: Use $HG to run 'hg diff' (see 849f011dbf79)

parent 849f011d
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@
(
grep '^HG: changed' "$1" | cut -b 13- | while read changed; do
hg diff "$changed" >> "$HGTMP/diff"
"$HG" diff "$changed" >> "$HGTMP/diff"
done
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment