patch handling?

Alpar Juttner ajuttner.list at googlemail.com
Mon Jul 13 01:04:23 CDT 2009


On Sun, 2009-07-12 at 15:48 +0200, Thomas Breuel wrote:
> I'm getting a significant number of patches (diffs, but could be
> bundles as well) through the web (issue tracker) and E-mail.  Right
> now, I save them, then figure out which directory they go with, and
> then invoke patch manually.
> 
> How are other people handling this?  Is there a nice UI for dealing with this?

You may want to have a try with this: 

http://lime.cs.elte.hu/~alpar/hg/patch-gui/

The whole stuff is VERY unpolished, but basically does the job. It takes
a patch or a bundle file as a parameter and displays a file browser to
select a repo where the patch/bundle will be applied on. There is a
checkbox for --exact, and you can also qimport. After the first run you
can edit the ~/.patch-gui file for changing the default dir.

Regards,
Alpar



> 
> Tom
> _______________________________________________
> Mercurial mailing list
> Mercurial at selenic.com
> http://selenic.com/mailman/listinfo/mercurial



More information about the Mercurial mailing list