mercurial at 39580: 20 new changesets

Mercurial Commits hg at intevation.de
Fri Sep 14 14:15:37 UTC 2018


20 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/d06834e0f48e
changeset:   39561:d06834e0f48e
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Aug 29 15:17:11 2018 -0700
summary:     wireprotov2peer: stream decoded responses

https://www.mercurial-scm.org/repo/hg/rev/067f7d2c7d60
changeset:   39562:067f7d2c7d60
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Sep 06 11:27:25 2018 -0700
summary:     tests: rewrite test-lrucachedict.py to use unittest

https://www.mercurial-scm.org/repo/hg/rev/b31b01f93b11
changeset:   39563:b31b01f93b11
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Sep 06 11:33:40 2018 -0700
summary:     util: properly copy lrucachedict instances

https://www.mercurial-scm.org/repo/hg/rev/5d75a3c16193
changeset:   39564:5d75a3c16193
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Sep 06 11:37:27 2018 -0700
summary:     util: make capacity a public attribute on lrucachedict

https://www.mercurial-scm.org/repo/hg/rev/2dcc68c7d25b
changeset:   39565:2dcc68c7d25b
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Sep 06 11:40:20 2018 -0700
summary:     util: ability to change capacity when copying lrucachedict

https://www.mercurial-scm.org/repo/hg/rev/bd9d3a89f07b
changeset:   39566:bd9d3a89f07b
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Sep 05 23:15:20 2018 -0700
summary:     util: add a popoldest() method to lrucachedict

https://www.mercurial-scm.org/repo/hg/rev/ee087f0d7db5
changeset:   39567:ee087f0d7db5
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Fri Sep 07 12:14:42 2018 -0700
summary:     util: allow lrucachedict to track cost of entries

https://www.mercurial-scm.org/repo/hg/rev/842cd0bdda75
changeset:   39568:842cd0bdda75
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Sep 06 14:04:46 2018 -0700
summary:     util: teach lrucachedict to enforce a max total cost

https://www.mercurial-scm.org/repo/hg/rev/cc23c09bc562
changeset:   39569:cc23c09bc562
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Sep 06 12:40:30 2018 -0700
summary:     util: optimize cost auditing on insert

https://www.mercurial-scm.org/repo/hg/rev/f296c0b366c8
changeset:   39570:f296c0b366c8
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Sep 06 18:04:27 2018 -0700
summary:     util: lower water mark when removing nodes after cost limit reached

https://www.mercurial-scm.org/repo/hg/rev/8f2c0d1b454c
changeset:   39571:8f2c0d1b454c
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Fri Sep 07 10:18:20 2018 -0700
summary:     util: update lrucachedict order during get()

https://www.mercurial-scm.org/repo/hg/rev/b6b9488aae4c
changeset:   39572:b6b9488aae4c
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Wed Sep 05 01:18:29 2018 +0530
summary:     setup: don't support py 3.5.0, 3.5.1, 3.5.2 because of bug in codecs

https://www.mercurial-scm.org/repo/hg/rev/5f06c21d37de
changeset:   39573:5f06c21d37de
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Mon Sep 10 16:43:49 2018 +0800
summary:     zsh_completion: update various arguments, descriptions, metavariables

https://www.mercurial-scm.org/repo/hg/rev/a2d17b699628
changeset:   39574:a2d17b699628
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Mon Sep 10 16:47:02 2018 +0800
summary:     zsh_completion: add new and remove deprecated flags

https://www.mercurial-scm.org/repo/hg/rev/aa022f8873ea
changeset:   39575:aa022f8873ea
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Wed Sep 12 17:22:46 2018 +0300
summary:     rebase: add tests showing patch conflict detection needs to be smarter in IMM

https://www.mercurial-scm.org/repo/hg/rev/fa4d16daf1be
changeset:   39576:fa4d16daf1be
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Wed Sep 12 17:45:43 2018 +0300
summary:     context: don't count deleted files as candidates for path conflicts in IMM

https://www.mercurial-scm.org/repo/hg/rev/cb1329738d64
changeset:   39577:cb1329738d64
user:        Augie Fackler <augie at google.com>
date:        Wed Sep 12 11:38:46 2018 -0400
summary:     tests: handle Python 3 not quoting non-empty-directory error

https://www.mercurial-scm.org/repo/hg/rev/b781709799f6
changeset:   39578:b781709799f6
user:        Augie Fackler <augie at google.com>
date:        Wed Sep 12 11:39:48 2018 -0400
summary:     py3: whitelist a test caught by the ratchet

https://www.mercurial-scm.org/repo/hg/rev/921aeb9ac508
changeset:   39579:921aeb9ac508
user:        Augie Fackler <augie at google.com>
date:        Wed Sep 12 11:37:34 2018 -0400
summary:     error: ensure ProgrammingError message is always a str

https://www.mercurial-scm.org/repo/hg/rev/a64a965b3610
changeset:   39580:a64a965b3610
bookmark:    @
tag:         tip
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Sep 12 11:24:51 2018 -0700
summary:     localrepo: fix a mixmatched arg name in createrepository() docstring

-- 
Repository URL: https://www.mercurial-scm.org/repo/hg


More information about the Mercurial-devel mailing list