diff options
author | Joey Hess <joey@kitenet.net> | 2011-01-11 16:00:40 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2011-01-11 16:00:40 -0400 |
commit | a8ce30401dd69d1d203cfc33b791c1b4d175666e (patch) | |
tree | 4d8107d878934d8b8a8606365b3d4367dbe4d239 /LocationLog.hs | |
parent | 3a844b1f3c5eb85d4571857ac10aa8183996513a (diff) |
add checks that location log files are committed
currently failing for move --to
Diffstat (limited to 'LocationLog.hs')
-rw-r--r-- | LocationLog.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/LocationLog.hs b/LocationLog.hs index e4dad03f5..926939051 100644 --- a/LocationLog.hs +++ b/LocationLog.hs @@ -23,6 +23,7 @@ module LocationLog ( LogStatus(..), logChange, + logFile, keyLocations ) where |