diff --git a/gestion/darcs_send_changes.py b/gestion/darcs_send_changes.py index dacaefcc..26d1b6b0 100755 --- a/gestion/darcs_send_changes.py +++ b/gestion/darcs_send_changes.py @@ -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. """