[PATCH] cvsps: update docstring for changeset class
Greg Ward
greg-hg at gerg.ca
Sat Apr 18 13:46:25 UTC 2009
# HG changeset patch
# User Greg Ward <greg-hg at gerg.ca>
# Date 1240062291 14400
# Node ID 2075c4ca0f407c3e9d3fe0ff3e63f42c3bd2eae8
# Parent d5ffd10db59e6a46645eb83719dc17640c02df6d
cvsps: update docstring for changeset class.
diff -r d5ffd10db59e -r 2075c4ca0f40 hgext/convert/cvsps.py
--- a/hgext/convert/cvsps.py Sat Apr 18 09:43:21 2009 -0400
+++ b/hgext/convert/cvsps.py Sat Apr 18 09:44:51 2009 -0400
@@ -418,6 +418,7 @@
class changeset(object):
'''Class changeset has the following attributes:
+ .id - integer identifying this changeset (list index)
.author - author name as CVS knows it
.branch - name of branch this changeset is on, or None
.comment - commit message
More information about the Mercurial-devel
mailing list