relnotes/6.5
branchstable
changeset 51115 c083d9776cb2
parent 50933 5a8b54201039
equal deleted inserted replaced
51114:315c74911993 51115:c083d9776cb2
       
     1 = Mercurial 6.5.3 =
       
     2 
       
     3  * "hgweb: pass strings in WSGI environment correctly from wsgicgi"
       
     4  * "perf: introduce more cache invalidation option in perf::tags"
       
     5  * "perf: add a `--clear-fnode-cache-rev` argument to perf::tags"
       
     6  * "perf: add a --update-last flag to perf::tags"
       
     7  * "blackbox: add a option to duplicate output to stderr too"
       
     8  * "tags: avoid expensive access to repo.changelog in a loop"
       
     9  * "revlog: fix a bug where NULL_NODE failed to be resolved to NULL_REV"
       
    10  * "httppeer: fix static-http: scheme autodetection (issue6833)"
       
    11  * "tests: backed out changeset 8037ddacad47"
       
    12  * "stream-clone: fix a crash when a repo with an empty revlog is cloned"
       
    13  * "censor: accept censored revision during upgrade"
       
    14  * "revlog: avoid opening and closing the file for each cloned revision"
       
    15 
     1 = Mercurial 6.5.2 =
    16 = Mercurial 6.5.2 =
     2 
    17 
     3  * hgweb: encode WSGI environment using the ISO-8859-1 codec
    18  * hgweb: encode WSGI environment using the ISO-8859-1 codec
     4  * rhg: fix the bug where sparse config is interpreted as relglob instead of glob
    19  * rhg: fix the bug where sparse config is interpreted as relglob instead of glob
     5  * gpg: fix an UnboundLocalError whenever using --force
    20  * gpg: fix an UnboundLocalError whenever using --force