Hi,

On Sun, Mar 1, 2020 at 1:44 PM Matej Horvat <matej.hor...@guest.arnes.si> wrote:
>
> On Tue, 18 Feb 2020 21:39:55 +0100, C. Masloch <pus...@ulukai.org> wrote:
> > I'd be interested in this. I'm using Mercurial for my own projects.
>
> I have put the instructions here:
>   http://matejhorvat.si/en/dos/hg/

I don't know either Python nor Mercurial. But thanks for your efforts
on this. Hope it helps somebody.
(A patch might've been simpler, no offense. I should probably mirror
this for us since I did mirror PythonD.
Or should the tires be kicked a bit more?)

BTW, just a simple remark on your notes:

>> If you use a batch file to start Mercurial, you will be unable to redirect 
>> or pipe its output, which makes
>> certain commands (such as hg log) hard to use. You can use an alias if your 
>> command interpreter
>> supports it or pipe Mercurial's output to TEE inside the batch file as a 
>> workaround.

4DOS supports .BAT redirection automatically (same as XP's CMD), but
normal COMMAND.COM needs a separate shell invocation to do it:
"%COMSPEC% /c my.bat >file.out"

Is that what you meant? Does that help? Or is it more complicated?
(DJGPP would probably use its own REDIR.EXE utility, but I don't
recall if that's included in PythonD or not.)


_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to