From 7a53fb249f0c02762d8c13f413e24c5c250167dd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 29 Aug 2013 18:51:22 -0400 Subject: refactor git-annex branch log filename code into central location Having one module that knows about all the filenames used on the branch allows working back from an arbitrary filename to enough information about it to implement dropping dead remotes and doing other log file compacting as part of a forget transition. --- Test.hs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Test.hs') diff --git a/Test.hs b/Test.hs index 3eb330c22..ec70c4ecb 100644 --- a/Test.hs +++ b/Test.hs @@ -33,6 +33,7 @@ import qualified Types.KeySource import qualified Types.Backend import qualified Types.TrustLevel import qualified Types +import qualified Logs import qualified Logs.UUIDBased import qualified Logs.Trust import qualified Logs.Remote @@ -115,6 +116,7 @@ quickcheck = , check "prop_idempotent_key_encode" Types.Key.prop_idempotent_key_encode , check "prop_idempotent_shellEscape" Utility.SafeCommand.prop_idempotent_shellEscape , check "prop_idempotent_shellEscape_multiword" Utility.SafeCommand.prop_idempotent_shellEscape_multiword + , check "prop_logs_sane" Logs.prop_logs_sane , check "prop_idempotent_configEscape" Logs.Remote.prop_idempotent_configEscape , check "prop_parse_show_Config" Logs.Remote.prop_parse_show_Config , check "prop_parentDir_basics" Utility.Path.prop_parentDir_basics -- cgit v1.2.3