PiRSquared17 / editra-plugins

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

Projects "Make Patch" command #37

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hello (Kevin),

While working today I thought it would be convenient to have a Make Patch 
command that would 
run a source control diff and output the text in a new editor buffer.

I think that this type of functionality could be fairly easily achieved with 
what is currently available 
in the SourceControl interface. 

What do you think about adding such a feature?

cody

Original issue reported on code.google.com by CodyPrec...@gmail.com on 4 Feb 2008 at 12:39

GoogleCodeExporter commented 9 years ago
I don't see any reason why not to add it.  I've got a bunch of stuff going on 
right now so it might be a while 
before I can get to it.  I wouldn't mind if you went in and did it though.  I 
would probably add a makePatch 
abstract method to the SourceControl and let the subclasses return a string 
with the content of the patch.

Original comment by Kevin.Da...@gmail.com on 4 Feb 2008 at 3:19

GoogleCodeExporter commented 9 years ago
Done,

I added these feature today and implemented for SVN/CVS/GIT. The generated 
patches are in Unified format.

cody

Original comment by CodyPrec...@gmail.com on 5 Feb 2008 at 7:56

GoogleCodeExporter commented 9 years ago
Move old 'fixed' issues to verified

Original comment by CodyPrec...@gmail.com on 3 Feb 2009 at 8:18