Skip to content
Snippets Groups Projects
  • kiilerix's avatar
    1eede2ea
    largefiles: use wlock for lfconvert (issue3444) · 1eede2ea
    kiilerix authored
    largefiles and lfconvert do dirty hacks with dirstate, so to avoid writing that
    as a side effect of the wlock release we clear dirstate first.
    
    To avoid confusing lock validation algorithms in error situations we unlock
    _before_ removing the target directory.
    1eede2ea
    History
    largefiles: use wlock for lfconvert (issue3444)
    kiilerix authored
    largefiles and lfconvert do dirty hacks with dirstate, so to avoid writing that
    as a side effect of the wlock release we clear dirstate first.
    
    To avoid confusing lock validation algorithms in error situations we unlock
    _before_ removing the target directory.