Mercurial and Oracle Apps version control (lot's of DDL)

Haszlakiewicz, Eric EHASZLA at transunion.com
Tue Nov 16 17:19:23 CST 2010


>-----Original Message-----
>From: Matt Mackall [mailto:mpm at selenic.com]
>
>On Tue, 2010-11-16 at 18:14 +0000, Haszlakiewicz, Eric wrote:
>> The Unix way is great for command line work, but not so great for a
>> web interface. :(  AFAIK, you can't pipe the output from "hg status"
>> through hgweb.
>> Thinking pie in the sky, I wonder if it would be possible to have a
>> form field on a hgweb page that lets you enter arbitrary hg commands
>> and feed their output to an display module. e.g.:
>> status --rev X:Y | renderfiles
>
>(cough)security(cough)

Yeah, I know.  To avoid needing a lot of work to verify it's correct, it would probably have to be limited to a very small and well defined subset of commands, at which point the implementation becomes more an additional web interface (perhaps using all dropdowns and custom forms for things like revision ranges) that just happens to look like the raw commands. :(

eric


More information about the Mercurial mailing list