Hi,
darcs has his own executable name hardcoded.
For creating other local darcs instances, this patch switches to
using ARGV[0] for apply_via_sudo and apply_via_local in RemoteApply.
benedikt
Sat Nov 14 11:23:12 CET 2009 Benedikt Huber
* resolve issue1337: getProgname for local darcs instances
This seems good, but it does not seem to be related to issue 1337, which is
about spurious results in darcs changes. I was not able to find what issue it is
related to, except maybe issue 223, but it is about the remote case. Can you
resubmit with the correct issue in the title?
Thanks
On 17.11.2009, at 12:05, Eric Kow wrote:
> Eric Kow <kowey@darcs.net> added the comment:
> Benedikt means issue1377. This sort of thing happens to me all the time :-)
Oh right, sorry for the confusion, 1377 it is.
A new patch (with the patch name changed and documentation for darcs_progname) is attached.
Benedikt
Tue Nov 17 15:17:54 CET 2009 Benedikt Huber
* resolve issue1377: getProgname for local darcs instances