From cd40e8caf68ff9cba210bda282107adba5a98107 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Mon, 9 Jan 2012 19:48:12 +0000 Subject: Stepan Koltsov: 30105: fix stgit delete completion --- Completion/Unix/Command/_stgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion') diff --git a/Completion/Unix/Command/_stgit b/Completion/Unix/Command/_stgit index 129b21a92..b2f2aeafa 100644 --- a/Completion/Unix/Command/_stgit +++ b/Completion/Unix/Command/_stgit @@ -29,7 +29,7 @@ else ;; (edit|files|goto|rename|log|float|delete|sink|mail|sync|show|pick|hide) _wanted -V "patches" expl "patch" \ - compadd $(stg series --noprefix > /dev/null) \ + compadd $(stg series --noprefix 2> /dev/null) \ && ret=0 ;; (*) -- cgit 1.4.1