From d44bae289def860b757987b930b6395eb9c3ed83 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Mon, 17 Dec 2007 21:54:31 +0100 Subject: [PATCH] Correction du changelog darcs-hash:20071217205431-61eff-b837a532955d9eb445acfe46c14cf58afa90a599.gz --- gestion/darcs_send_changes.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. """