Skip to content
Snippets Groups Projects
  • Peter Arrenbrecht's avatar
    301725c3df9a
    localrepo: reuse parent manifest in commitctx if no files have changed · 301725c3df9a
    Peter Arrenbrecht authored
    This speeds up the in-memory version of debugbuilddag that I'm
    working on considerably for the case where we want to build just
    a 00changelog.i (for discovery tests, for instance).
    
    There are a couple of test changes because node ids in tests
    have changed.
    
    The changes to the patch names in test-mq-qdelete.t were required
    because they could collide with nodeid abbreviations and newly
    actually do (patch "c" collides with id "cafe..." for patch "b").
    301725c3df9a
    History
    localrepo: reuse parent manifest in commitctx if no files have changed
    Peter Arrenbrecht authored
    This speeds up the in-memory version of debugbuilddag that I'm
    working on considerably for the case where we want to build just
    a 00changelog.i (for discovery tests, for instance).
    
    There are a couple of test changes because node ids in tests
    have changed.
    
    The changes to the patch names in test-mq-qdelete.t were required
    because they could collide with nodeid abbreviations and newly
    actually do (patch "c" collides with id "cafe..." for patch "b").