guard pushEmpty
This commit is contained in:
parent
969da25d66
commit
0041012498
1 changed files with 1 additions and 1 deletions
|
@ -351,7 +351,7 @@ incrementalPush st rmt oldtrackingrefs newtrackingrefs = guardPush st $ do
|
||||||
)
|
)
|
||||||
|
|
||||||
pushEmpty :: State -> Remote -> Annex (Bool, State)
|
pushEmpty :: State -> Remote -> Annex (Bool, State)
|
||||||
pushEmpty st rmt = do
|
pushEmpty st rmt = guardPush st $ do
|
||||||
oldmanifest <- maybe (downloadManifestWhenPresent rmt) pure
|
oldmanifest <- maybe (downloadManifestWhenPresent rmt) pure
|
||||||
(manifestCache st)
|
(manifestCache st)
|
||||||
let manifest = mkManifest mempty
|
let manifest = mkManifest mempty
|
||||||
|
|
Loading…
Reference in a new issue