Mercurial > public > mercurial-scm > hg
diff tests/test-bundle.t @ 28961:2e58dc022caa
debugcreatestreamclonebundle: use single quotes around command hint
Windows command lines use double quotes to quote arguments with spaces.
This change is in a series to unify around using single quotes around
commands, and double quotes around interior arguments.
author | timeless <timeless@mozdev.org> |
---|---|
date | Thu, 14 Apr 2016 15:17:15 +0000 |
parents | dac81729fea4 |
children | 953839de96ab |
line wrap: on
line diff
--- a/tests/test-bundle.t Sat Apr 16 09:02:37 2016 -0700 +++ b/tests/test-bundle.t Thu Apr 14 15:17:15 2016 +0000 @@ -260,7 +260,7 @@ $ hg -R test bundle -t packed1 packed.hg abort: packed bundles cannot be produced by "hg bundle" - (use "hg debugcreatestreamclonebundle") + (use 'hg debugcreatestreamclonebundle') [255] packed1 is produced properly