--- a/.hgrc Wed Jul 13 16:33:06 2011 -0400
+++ b/.hgrc Wed Jul 13 16:50:22 2011 -0400
@@ -67,11 +67,11 @@
threesome.priority = 1
keepthat.executable = sh
-keepthat.args = -c 'cp $local $output.original && cp $other $output'
+keepthat.args = -c 'cp "$local" "$output.original" && cp "$other" "$output"'
keepthat.premerge = True
keepthis.executable = sh
-keepthis.args = -c 'cp $other $output.incoming && cp $local $output'
+keepthis.args = -c 'cp "$other" "$output.incoming" && cp "$local" "$output"'
keepthis.premerge = True
[email]