diff options
author | Joey Hess <joeyh@joeyh.name> | 2015-12-15 14:08:07 -0400 |
---|---|---|
committer | Joey Hess <joeyh@joeyh.name> | 2015-12-15 14:08:07 -0400 |
commit | 4419ed21e64d5713e83503b1b9b6120ba10cd1b6 (patch) | |
tree | bfe1dbbcf8d48463a4c39420dc9c1dfdd71197b4 /Command/Lock.hs | |
parent | 65b70a1164f69e198ef135e62bdc92e8c4332582 (diff) |
rename stuff for v5 unlocked files to indicate it's old
Diffstat (limited to 'Command/Lock.hs')
-rw-r--r-- | Command/Lock.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Command/Lock.hs b/Command/Lock.hs index 3eceaefe4..16ddce942 100644 --- a/Command/Lock.hs +++ b/Command/Lock.hs @@ -32,8 +32,8 @@ seek :: CmdParams -> CommandSeek seek ps = ifM versionSupportsUnlockedPointers ( withFilesInGit (whenAnnexed startNew) ps , do - withFilesUnlocked startOld ps - withFilesUnlockedToBeCommitted startOld ps + withFilesOldUnlocked startOld ps + withFilesOldUnlockedToBeCommitted startOld ps ) startNew :: FilePath -> Key -> CommandStart |