diff options
author | Joey Hess <joey@kitenet.net> | 2013-04-24 21:53:58 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-04-24 21:53:58 -0400 |
commit | 25b51d072343ac7cdf23e1dae74a6d4300f21a27 (patch) | |
tree | 514f40cbf098326cf3ee04605a0a3fa148635127 /Logs | |
parent | 668000dda86ff1c1aea09377da3efb6572340d37 (diff) |
initremote: If two existing remotes have the same name, prefer the one with a higher trust level.
Diffstat (limited to 'Logs')
-rw-r--r-- | Logs/Trust.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Logs/Trust.hs b/Logs/Trust.hs index 89a5404f7..eb6e42ad7 100644 --- a/Logs/Trust.hs +++ b/Logs/Trust.hs @@ -9,6 +9,7 @@ module Logs.Trust ( trustLog, TrustLevel(..), trustGet, + trustMap, trustSet, trustPartition, trustExclude, |