comparison tests/test-copy.t @ 33798:2cd5aba5e1d2

scmutil: use util.shellquote instead of %r Changes some output, but also resolves differences with Python 3. Differential Revision: https://phab.mercurial-scm.org/D301
author Augie Fackler <augie@google.com>
date Wed, 26 Jul 2017 23:47:54 -0400
parents 886207fb18ab
children 009d0283de5f
comparison
equal deleted inserted replaced
33797:4abf34f47526 33798:2cd5aba5e1d2
13 $ hg add a 13 $ hg add a
14 $ hg commit -m "1" 14 $ hg commit -m "1"
15 $ hg status 15 $ hg status
16 $ hg copy a b 16 $ hg copy a b
17 $ hg --config ui.portablefilenames=abort copy a con.xml 17 $ hg --config ui.portablefilenames=abort copy a con.xml
18 abort: filename contains 'con', which is reserved on Windows: 'con.xml' 18 abort: filename contains 'con', which is reserved on Windows: con.xml
19 [255] 19 [255]
20 $ hg status 20 $ hg status
21 A b 21 A b
22 $ hg sum 22 $ hg sum
23 parent: 0:c19d34741b0a tip 23 parent: 0:c19d34741b0a tip