From cffc5e74129be798801086c612efd099fe7148ac Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 7 Nov 2013 18:02:00 -0400 Subject: webapp: Improve UI around remote that have no annex.uuid set, either because setup of them is incomplete, or because the remote git repository is not a git-annex repository. Complicated by such repositories potentially being repos that should have an annex.uuid, but it failed to be gotten, perhaps due to the past ssh repo setup bugs. This is handled now by an Upgrade Repository button. --- Command/List.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Command') diff --git a/Command/List.hs b/Command/List.hs index fda8f3dc7..12c27c022 100644 --- a/Command/List.hs +++ b/Command/List.hs @@ -22,7 +22,7 @@ import Logs.UUID import Annex.UUID import qualified Option import qualified Annex -import Git.Remote +import Git.Types (RemoteName) def :: [Command] def = [noCommit $ withOptions [allrepos] $ command "list" paramPaths seek -- cgit v1.2.3