Welcome to the new Tigris! There have been some changes to the administration of mail lists. Project and list owners should check out the Discussion Services release notes.
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
|