rename stuff for v5 unlocked files to indicate it's old
This commit is contained in:
parent
d1bb518e25
commit
a983a3a7a2
4 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue