revert recent lockContent change
lockContent should only be done when it's versioned
This commit is contained in:
parent
36133f27c0
commit
0990d74574
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ adjustExportImport' isexport isimport r rs = do
|
||||||
then giveup "dropping content from this remote is not supported because it is configured with importtree=yes"
|
then giveup "dropping content from this remote is not supported because it is configured with importtree=yes"
|
||||||
else removeKey r k
|
else removeKey r k
|
||||||
else removeKey r k
|
else removeKey r k
|
||||||
, lockContent = if versioned || not mergeable
|
, lockContent = if versioned
|
||||||
then lockContent r
|
then lockContent r
|
||||||
else Nothing
|
else Nothing
|
||||||
, retrieveKeyFile = \k af dest p ->
|
, retrieveKeyFile = \k af dest p ->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue