README
branchstable
changeset 2427 59e7fc0ad7c0
parent 2417 b5d97826bd3a
child 2428 7c15b494bacc
equal deleted inserted replaced
2426:0751c8f6005d 2427:59e7fc0ad7c0
   113 =========
   113 =========
   114 
   114 
   115 6.2.0 - in progress
   115 6.2.0 - in progress
   116 -------------------
   116 -------------------
   117 
   117 
   118  - olog: turn into a proper command to inspect the obs-history of a changeset
   118  - olog: a new command to inspect the obs-history of a changeset (hg-4.0 + only),
   119  - topic: have thg display topic name if possible,
   119  - topic: have thg display topic name if possible,
       
   120  - blackbox: log more information about discovery and cache computation,
   120  - obscache: more efficient update in the (rare) case of a transaction adding
   121  - obscache: more efficient update in the (rare) case of a transaction adding
   121  - blackbox: log more information about discovery and cache computation.
   122    markers without changesets,
   122    markers without changesets
   123  - obscache: fix more cache invalidation propagation,
       
   124  - obscache: also enable the new cache (from 6.1.0) for 'evolve.server-only',
   123  - obshashrange-cache: update incrementally in the (common) case of a
   125  - obshashrange-cache: update incrementally in the (common) case of a
   124    transaction not affecting existing range,
   126    transaction not affecting existing range,
   125  - obshashrange-cache: keep the cache warm after each transaction,
   127  - obshashrange-cache: keep the cache warm after each transaction,
   126 
   128  - stack: now display if current revision is in bad state (issue5533),
   127 6.1.1 - in progress
   129  - stack: fix json output to be valid json.
   128 -------------------
       
   129 
       
   130  - also enable the new cache (from 6.1.0) for 'evolve.server-only',
       
   131  - fix hg stack json output to be valid json
       
   132  - stack: now display if current revision is in bad state (issue5533)
       
   133  - obscache: fix more cache invalidation propagation
       
   134 
   130 
   135 6.1.0 -- 2017-05-03
   131 6.1.0 -- 2017-05-03
   136 -------------------
   132 -------------------
   137 
   133 
   138  - improve message about obsolete working copy parent,
   134  - improve message about obsolete working copy parent,