Module commitmessage.controllers.cvs
The controller and utils for the CVS SCM (
http://www.cvshome.org)
| Classes |
CvsController |
Translates CVS loginfo/commitinfo information into the model |
| Function Summary |
| |
cvs_diff(file,
rev)
Return the (delta,diff) on the given File during a commit |
| |
cvs_previous_rev(rev)
Return the revision previous to rev |
| |
cvs_status(file)
Return the rev and delta for file during a commit |
cvs_diff(file,
rev)
-
- Returns:
-
the
(delta,diff) on the given File during a commit
|
cvs_previous_rev(rev)
-
- Returns:
-
the revision previous to
rev
|
cvs_status(file)
-
- Returns:
-
the rev and delta for
file during a commit
|