comparison tests/test-install.t @ 36309:94a1ff16f362

debuginstall: do not parse editor command in posix way on Windows An editor command is executed by a system shell, which is cmd.exe on Windows.
author Yuya Nishihara <yuya@tcha.org>
date Sat, 17 Feb 2018 13:13:04 +0900
parents 564dec70b50c
children 5abc47d4ca6b
comparison
equal deleted inserted replaced
36308:548316560a05 36309:94a1ff16f362
138 checking available compression engines (*zlib*) (glob) 138 checking available compression engines (*zlib*) (glob)
139 checking available compression engines for wire protocol (*zlib*) (glob) 139 checking available compression engines for wire protocol (*zlib*) (glob)
140 checking "re2" regexp engine \((available|missing)\) (re) 140 checking "re2" regexp engine \((available|missing)\) (re)
141 checking templates (*mercurial?templates)... (glob) 141 checking templates (*mercurial?templates)... (glob)
142 checking default template (*mercurial?templates?map-cmdline.default) (glob) 142 checking default template (*mercurial?templates?map-cmdline.default) (glob)
143 checking commit editor... (c:foobarbaz.exe) 143 checking commit editor... (c:\foo\bar\baz.exe) (windows !)
144 Can't find editor 'c:foobarbaz.exe' in PATH 144 Can't find editor 'c:\foo\bar\baz.exe' in PATH (windows !)
145 checking commit editor... (c:foobarbaz.exe) (no-windows !)
146 Can't find editor 'c:foobarbaz.exe' in PATH (no-windows !)
145 (specify a commit editor in your configuration file) 147 (specify a commit editor in your configuration file)
146 checking username (test) 148 checking username (test)
147 1 problems detected, please check your install! 149 1 problems detected, please check your install!
148 [1] 150 [1]
149 151