improve messages around export/import conflicts
A conflict can be caused by either export or import when the remote supports both.
This commit is contained in:
parent
b51eceb326
commit
37041b629d
3 changed files with 11 additions and 7 deletions
|
@ -755,7 +755,7 @@ seekExportContent o rs (currbranch, _) = or <$> forM rs go
|
|||
fillexport _ _ [] _ = return False
|
||||
fillexport r db (t:[]) mtbcommitsha = Command.Export.fillExport r db t mtbcommitsha
|
||||
fillexport r _ _ _ = do
|
||||
warnExportConflict r
|
||||
warnExportImportConflict r
|
||||
return False
|
||||
|
||||
cleanupLocal :: CurrBranch -> CommandStart
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue