renamings to make clean when old-format logs are being used
This commit is contained in:
parent
fd304dce60
commit
9887a378fe
17 changed files with 56 additions and 57 deletions
|
@ -27,9 +27,9 @@ recordDifferences :: Differences -> UUID -> Annex ()
|
|||
recordDifferences ds@(Differences {}) uuid = do
|
||||
c <- liftIO currentVectorClock
|
||||
Annex.Branch.change differenceLog $
|
||||
buildLog byteString
|
||||
buildLogOld byteString
|
||||
. changeLog c uuid (encodeBS $ showDifferences ds)
|
||||
. parseLog A.takeByteString
|
||||
. parseLogOld A.takeByteString
|
||||
recordDifferences UnknownDifferences _ = return ()
|
||||
|
||||
-- Map of UUIDs that have Differences recorded.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue