a6d288122297
Wrap with quotes.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Wed, 13 Jul 2011 16:50:22 -0400 |
parents | 92c5632d9bc8 |
children | dbda09a75160 |
branches/tags | (none) |
files | .hgrc |
Changes
--- 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]