Codebase list commit-patch / 91602fd
[debian/control] Add Monotone. David Caldwell 10 years ago
1 changed file(s) with 3 addition(s) and 3 deletion(s). Raw diff Collapse all Expand all
99 Package: commit-patch
1010 Architecture: all
1111 Depends: ${misc:Depends}, ${perl:Depends}, libipc-run-perl, patch, patchutils
12 Suggests: darcs | git | mercurial | bzr | subversion | cvs
12 Suggests: darcs | git | mercurial | bzr | monotone | subversion | cvs
1313 Description: utility to commit fine grained patches to source code control repositories
1414 Normally version control systems don't allow fine grained
1515 commits. commit-patch allows the user to control exactly what gets
1616 committed by letting the user supply a patch to be committed rather than
1717 using the files in the current working directory.
1818 .
19 commit-patch supports Darcs, Git, Mercurial, Bazaar, Subversion, or CVS
20 repositories.
19 commit-patch supports Darcs, Git, Mercurial, Bazaar, Monotone, Subversion,
20 or CVS repositories.
2121 .
2222 Also included is an Emacs interface to commit-patch. It allows you to just
2323 hit C-c C-c in any patch buffer to apply and commit only the changes