From d3b1c1af1620764c9f6c2e1b692338e60ed8e706 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 30 Dec 2008 22:22:27 -0500 Subject: [PATCH] add 'dm' as a synonym for 'd' command darcs-hash:20081231032227-84dde-671346360e569522d5384663d4b808e329d4cf0c.gz --- classes/CommandInterpreter.php | 1 + 1 file changed, 1 insertion(+) diff --git a/classes/CommandInterpreter.php b/classes/CommandInterpreter.php index 4e27f8f796..eae315cb6b 100644 --- a/classes/CommandInterpreter.php +++ b/classes/CommandInterpreter.php @@ -103,6 +103,7 @@ class CommandInterpreter { return new GetCommand($user, $other); } case 'd': + case 'dm': if (!$arg) { return NULL; }