##// END OF EJS Templates
cvsps: update docstring for changeset class.
Greg Ward -
r8079:fb162c47 default
parent child Browse files
Show More
@@ -428,6 +428,7 b' def createlog(ui, directory=None, root="'
428
428
429 class changeset(object):
429 class changeset(object):
430 '''Class changeset has the following attributes:
430 '''Class changeset has the following attributes:
431 .id - integer identifying this changeset (list index)
431 .author - author name as CVS knows it
432 .author - author name as CVS knows it
432 .branch - name of branch this changeset is on, or None
433 .branch - name of branch this changeset is on, or None
433 .comment - commit message
434 .comment - commit message
General Comments 0
You need to be logged in to leave comments. Login now