caldwell / commit-patch

Commit patches to Darcs, Git, Mercurial, Bazaar, Monotone, Subversion, or CVS
http://www.porkrind.org/commit-patch/
GNU General Public License v2.0
21 stars 8 forks source link

Parameter to specify version system #15

Open lapo-luchini opened 6 years ago

lapo-luchini commented 6 years ago

I have some cross-versioning system projects, e.g. with both a local .git and a .svn in some upper directory. Right now I usually temporarily rename .git to .git2 or something when I want to commit to SVN, but it could make sense a parameter like commit-partial --svn to force searching only for that. (same goes for being capable to commit into git when .svn is at the same level)