Correction du changelog
darcs-hash:20071217205431-61eff-b837a532955d9eb445acfe46c14cf58afa90a599.gz
This commit is contained in:
parent
25a0e2fe65
commit
d44bae289d
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ def get_patch_properties(hash):
|
||||||
'name': prop.findtext('name'),
|
'name': prop.findtext('name'),
|
||||||
'comment': prop.findtext('comment'),
|
'comment': prop.findtext('comment'),
|
||||||
'diff': diff,
|
'diff': diff,
|
||||||
'changes': darcs("changes %s --summary" % match_cmd) }
|
'changes': darcs("changes %s --summary" % match_cmd)[1] }
|
||||||
|
|
||||||
def get_patches_properties(from_hash):
|
def get_patches_properties(from_hash):
|
||||||
""" Construit la liste des informations sur les patches à partir du patch from_hash. """
|
""" Construit la liste des informations sur les patches à partir du patch from_hash. """
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue