From 87df0c6008bb726924da6812f536322bb36ff948 Mon Sep 17 00:00:00 2001 From: Mikhail Gusarov Date: Thu, 20 Aug 2015 12:02:36 +0200 Subject: [PATCH] Fix broken list-tracked-by -- list_tracked expects repository at $2 --- vcsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vcsh b/vcsh index 8bfafab..d9877b9 100755 --- a/vcsh +++ b/vcsh @@ -264,7 +264,7 @@ list_tracked_helper() { } list_tracked_by() { - list_tracked $2 + list_tracked '' $2 } list_untracked() { -- 2.39.2