diff options
author | Joey Hess <joey@kitenet.net> | 2013-11-07 18:02:00 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-11-07 18:02:00 -0400 |
commit | cffc5e74129be798801086c612efd099fe7148ac (patch) | |
tree | d9f1849379ded21dcf1b604c1eb76d8fecdf2900 /Assistant/MakeRemote.hs | |
parent | 38af1ef22c6da0ade33208021f51141eff986e94 (diff) |
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.
Diffstat (limited to 'Assistant/MakeRemote.hs')
-rw-r--r-- | Assistant/MakeRemote.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Assistant/MakeRemote.hs b/Assistant/MakeRemote.hs index 32a3fd6f5..bf316e49d 100644 --- a/Assistant/MakeRemote.hs +++ b/Assistant/MakeRemote.hs @@ -20,6 +20,7 @@ import qualified Command.InitRemote import Logs.UUID import Logs.Remote import Git.Remote +import Git.Types (RemoteName) import Creds import Assistant.Gpg import Utility.Gpg (KeyId) |