Mercurial > public > mercurial-scm > hg
diff tests/test-pull.t @ 12328:b63f6422d2a7
tests: fix a bunch of pointless #s in unified tests
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 17 Sep 2010 17:03:08 -0500 |
parents | 4134686b83e1 |
children | c01dc9087d9a |
line wrap: on
line diff
--- a/tests/test-pull.t Fri Sep 17 17:03:04 2010 -0500 +++ b/tests/test-pull.t Fri Sep 17 17:03:08 2010 -0500 @@ -73,8 +73,8 @@ $ hg pull -q file:../test -# It's tricky to make file:// URLs working on every platforms -# with regular shell commands. +It's tricky to make file:// URLs working on every platform with +regular shell commands. $ URL=`python -c "import os; print 'file://foobar' + ('/' + os.getcwd().replace(os.sep, '/')).replace('//', '/') + '/../test'"` $ hg pull -q "$URL"