add checks that location log files are committed

currently failing for move --to
This commit is contained in:
Joey Hess 2011-01-11 16:00:40 -04:00
parent 3a844b1f3c
commit a8ce30401d
3 changed files with 19 additions and 0 deletions

View file

@ -23,6 +23,7 @@
module LocationLog (
LogStatus(..),
logChange,
logFile,
keyLocations
) where