From 087278d8496c6742ea761257e11461c671a3ebd9 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Sun, 6 Jan 2008 23:52:34 +0100 Subject: [PATCH] Oups... q est dj pris pour quitter darcs-hash:20080106225234-61eff-3d2dc85d13c0fd006468f8d9a0d347669e612a7c.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 a15ade37..662605fb 100755 --- a/gestion/darcs_send_changes.py +++ b/gestion/darcs_send_changes.py @@ -297,7 +297,7 @@ if __name__ == "__main__": c = ask("Que voulez-vous faire ?", [("S", "sélectionner les patchs à envoyer/ignorer en mode interactif", "select"), ("a", "tout envoyer", "all"), - ("q", "tout ignorer", "none"), + ("d", "tout ignorer", "none"), Exit]) patches = getnew(lastdate) if c == "none":