# HG changeset patch # User Greg Ward # Date 2009-04-18 13:44:51 # Node ID fb162c47000b095ba8b46763e104b0aeb2297f8f # Parent ab55a5122ea3091d77177c139a162a4d21f05efa cvsps: update docstring for changeset class. diff --git a/hgext/convert/cvsps.py b/hgext/convert/cvsps.py --- a/hgext/convert/cvsps.py +++ b/hgext/convert/cvsps.py @@ -428,6 +428,7 @@ def createlog(ui, directory=None, root=" 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