[issue190] hgmerge won't work with Bourne shell

John Levon mercurial-bugs at selenic.com
Thu Mar 30 16:11:17 UTC 2006


New submission from John Levon <levon at movementarian.org>:

It used to, but now it uses -nt, and such a joke of a shell can't handle it:

$ /bin/sh
\h:\W $ test /etc/hosts -nt /etc/hosts
test: unknown operator -nt
\h:\W $ /usr/bin/test /etc/hosts -nt /etc/hosts
\h:\W $

----------
messages: 868
nosy: movement
priority: bug
status: unread
title: hgmerge won't work with Bourne shell

____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue190>
____________________________________________________




More information about the Mercurial mailing list