Skip to content
Snippets Groups Projects
  • Pierre-Yves David's avatar
    c2380b448265
    caches: move the 'updating the branch cache' message in 'updatecaches' · c2380b448265
    Pierre-Yves David authored
    We are about to remove the branchmap cache update in changegroup application.
    There is a debug message alongside this update that we do not want to loose. We
    move the message beforehand to simplify the test update in the next changeset.
    The message move is quite noisy and isolating that noise is useful.
    
    Most tests update are just line reordering since the message is issued at a
    later point during the transaction.
    
    After this changes, the message is displayed in more case since local commit
    creation also issue it.
    c2380b448265
    History
    caches: move the 'updating the branch cache' message in 'updatecaches'
    Pierre-Yves David authored
    We are about to remove the branchmap cache update in changegroup application.
    There is a debug message alongside this update that we do not want to loose. We
    move the message beforehand to simplify the test update in the next changeset.
    The message move is quite noisy and isolating that noise is useful.
    
    Most tests update are just line reordering since the message is issued at a
    later point during the transaction.
    
    After this changes, the message is displayed in more case since local commit
    creation also issue it.