# HG changeset patch # User Greg Ward # Date 1240062291 14400 # Node ID fb162c47000b095ba8b46763e104b0aeb2297f8f # Parent ab55a5122ea3091d77177c139a162a4d21f05efa cvsps: update docstring for changeset class. diff -r ab55a5122ea3 -r fb162c47000b hgext/convert/cvsps.py --- a/hgext/convert/cvsps.py Sat Apr 18 16:44:24 2009 +0200 +++ b/hgext/convert/cvsps.py Sat Apr 18 09:44:51 2009 -0400 @@ -428,6 +428,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