Correction du changelog

darcs-hash:20071217205431-61eff-b837a532955d9eb445acfe46c14cf58afa90a599.gz
This commit is contained in:
Stephane Glondu 2007-12-17 21:54:31 +01:00
parent 25a0e2fe65
commit d44bae289d

View file

@ -105,7 +105,7 @@ def get_patch_properties(hash):
'name': prop.findtext('name'),
'comment': prop.findtext('comment'),
'diff': diff,
'changes': darcs("changes %s --summary" % match_cmd) }
'changes': darcs("changes %s --summary" % match_cmd)[1] }
def get_patches_properties(from_hash):
""" Construit la liste des informations sur les patches à partir du patch from_hash. """