[issue426] hgmerge assumes FileMerge to be exist unconditionally on FreeBSD
NIIMI Satoshi
mercurial-bugs at selenic.com
Tue Nov 21 16:05:13 UTC 2006
New submission from NIIMI Satoshi <sa2c at sa2c.net>:
There is a problem in type command of FreeBSD like:
| % sh -c 'type /nonexistent; echo $?'
| /nonexistent: No such file or directory
| 0
Because of the above feature (bug?), testing "/Developer/.../FileMerge" always
succeeds and used unconditionally.
I made a patch to work around this.
----------
files: hgmerge.diff
messages: 2393
nosy: sa2c
priority: bug
status: unread
title: hgmerge assumes FileMerge to be exist unconditionally on FreeBSD
____________________________________________________
Mercurial issue tracker <mercurial-bugs at selenic.com>
<http://www.selenic.com/mercurial/bts/issue426>
____________________________________________________
-------------- next part --------------
A non-text attachment was scrubbed...
Name: hgmerge.diff
Type: text/x-patch
Size: 1913 bytes
Desc: not available
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-devel/attachments/20061121/03f709a6/attachment.bin>
More information about the Mercurial-devel
mailing list