cjprecord / editra-plugins

Automatically exported from code.google.com/p/editra-plugins
0 stars 0 forks source link

Support for Mercurial #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

Mercurial is another lightweight Source Control Management system,It's used by 
Openjava,Opensolaris,Netbean, Mozilla...

It's Web site http://www.selenic.com/mercurial/wiki/;

I see there is initial support for mercurial in project-plugin's svn , but not 
in release .0.7.

Can anybody add mercurial support in Editra?

Original issue reported on code.google.com by guhong...@gmail.com on 28 Nov 2008 at 12:03

GoogleCodeExporter commented 9 years ago
Yes I started to stub it in but realized that additional api's will be needed to
support it properly. see issue 73.

Original comment by CodyPrec...@gmail.com on 3 Dec 2008 at 3:03

GoogleCodeExporter commented 9 years ago
+1 one for this.  This is probably the only reason why I don't use this editor 
full time.

Original comment by silas.ba...@gmail.com on 13 Dec 2008 at 5:42

GoogleCodeExporter commented 9 years ago
Done.

Added support for Mercurial for version 0.9 of the projects plugin.

It currently supports the following commands.
 - hg commit
 - hg status
 - hg update
 - hg revert
 - hg remove
 - hg cat
 - hg diff

If support for any further functionality is needed feel free to open new feature
request(s).

Cody

Original comment by CodyPrec...@gmail.com on 31 Jan 2009 at 4:55