[03,of,17] configitems: register the 'format.chunkcachesize' config |
2017-07-04 |
Pierre-Yves David |
|
Accepted |
[02,of,17] configitems: register the 'format.aggressivemergedeltas' config |
2017-07-04 |
Pierre-Yves David |
|
Accepted |
[01,of,17] configitems: gather comment related to 'worker.backgroundclosemaxqueue' |
2017-07-04 |
Pierre-Yves David |
|
Accepted |
[6,of,6,V2] vfs: add explanation about cost of checkambig=True in corner case |
2017-07-04 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,6,V2] vfs: replace avoiding ambiguity in abstractvfs.rename with _avoidambig |
2017-07-04 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,V2] vfs: copy if EPERM to avoid file stat ambiguity forcibly at closing |
2017-07-04 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,6,V2] transaction: apply checkambig=True only on limited files for similarity |
2017-07-04 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,6,V2] transaction: avoid file stat ambiguity only for files in blacklist |
2017-07-04 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,6,V2] localrepo: store path and vfs location of cached properties |
2017-07-04 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,5] show: document why accidentally quadratic is (probably) acceptable |
2017-07-04 |
Gregory Szorc |
|
Accepted |
[4,of,5] show: also catch AmbiguousCommand |
2017-07-04 |
Gregory Szorc |
|
Accepted |
[3,of,5] destutil: improve stackbase logic |
2017-07-04 |
Gregory Szorc |
|
Accepted |
[2,of,5] show: avoid extra list operations |
2017-07-04 |
Gregory Szorc |
|
Accepted |
[1,of,5] show: tweak warning message |
2017-07-04 |
Gregory Szorc |
|
Accepted |
[website] downloads: replace yum with dnf for fedora instructions |
2017-07-03 |
David Demelier |
|
Accepted |
[3,of,3] phabricator: add phabread command to read patches |
2017-07-03 |
Jun Wu |
|
Accepted |
[2,of,3] phabricator: add phabsend command to send a stack |
2017-07-03 |
Jun Wu |
|
Accepted |
[1,of,3] phabricator: add a contrib script |
2017-07-03 |
Jun Wu |
|
Accepted |
[2,of,2] summary: don't indicate a clean wdir() with deleted files (issue5549) |
2017-07-03 |
Matt Harbison |
|
Accepted |
[1,of,2] tests: demonstrate inconsistencies with dirty state in various commands |
2017-07-03 |
Matt Harbison |
|
Accepted |
[18,of,18] configitems: register the 'worker.numcpus' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[17,of,18] configitems: register the 'worker.backgroundclosethreadcount' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[16,of,18] configitems: register the 'worker.backgroundcloseminfilecount' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[15,of,18] configitems: register the 'worker.backgroundclosemaxqueue' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[14,of,18] configitems: register the 'patch.eol' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[13,of,18] configitems: register the 'server.zliblevel' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[12,of,18] configitems: register the 'server.validate' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[11,of,18] configitems: register the 'server.uncompressedallowsecret' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[10,of,18] configitems: register the 'server.preferuncompressed' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[09,of,18] configitems: register the 'server.maxhttpheaderlen' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[08,of,18] configitems: register the 'server.disablefullbundle' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[07,of,18] configitems: register the 'server.concurrent-push-mode' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[06,of,18] configitems: register the 'server.compressionengines' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[05,of,18] configitems: register the 'server.bundle1gd' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[04,of,18] configitems: register the 'server.bundle1' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[03,of,18] configitems: register the 'hostsecurity.disabletls10warning' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[02,of,18] configitems: register the 'hostsecurity.ciphers' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[01,of,18] configitem: create a new list of each 'acl.sources' access |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[7,of,7] journal: use wrapfilecache instead of wrapping func of filecache directly |
2017-07-02 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7] journal: ensure that dirstate is instantiated via own wrapdirstate() |
2017-07-02 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,7] fsmonitor: avoid instantiation of dirstate in reposetup |
2017-07-02 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,7] dirstate: centralize _cwd handling into _cwd method |
2017-07-02 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,7] tests: add line specific for testing with fsmonitor |
2017-07-02 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,7] tests: make output lines conditional for testing with fsmonitor |
2017-07-02 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,7] tests: add fsmonitor specific output lines at enabling largefiles |
2017-07-02 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,3] tests: use system hg only if changelog or dirstate can't be read |
2017-07-02 |
Yuya Nishihara |
|
Accepted |
[2,of,3] tests: restore workaround of obsolete warning from 3c9066ed557c |
2017-07-02 |
Yuya Nishihara |
|
Accepted |
[1,of,3] tests: alias syshg and syshgenv so they can be switched conditionally |
2017-07-02 |
Yuya Nishihara |
|
Accepted |
[V2] show: implement "stack" view |
2017-07-02 |
Gregory Szorc |
|
Accepted |
[V2] localrepo: cache types for filtered repos (issue5043) |
2017-07-02 |
Gregory Szorc |
|
Accepted |
check-config: syntax to allow inconsistent config values |
2017-07-02 |
Gregory Szorc |
|
Accepted |
[18,of,18] configitems: register the 'badserver.closebeforeaccept' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[17,of,18] configitems: register the 'badserver.closeaftersendbytes' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[16,of,18] configitems: register the 'badserver.closeafterrecvbytes' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[15,of,18] configitems: register the 'badserver.closeafteraccept' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[14,of,18] configitems: register the 'blackbox.logsource' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[13,of,18] configitems: register the 'blackbox.dirty' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[12,of,18] configitems: register the 'automv.similarity' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[11,of,18] acl: use configlist to retrieve the source config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[10,of,18] configitems: register the 'acl.sources' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[09,of,18] configitems: register the 'acl.config' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[08,of,18] config: register the 'devel.legacy.exchange' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[07,of,18] configitems: register the 'bundle.reorder' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[06,of,18] configitems: register the 'bundle.mainreporoot' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[05,of,18] configitems: register the 'bookmarks.pushing' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[04,of,18] configitems: register the 'auth.cookiefile' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[03,of,18] configitems: register the 'color.mode' config |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[02,of,18] zeroconf: blindly forward extra argument to the core config method |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[01,of,18] configitem: fix default value for 'serverrequirecert' |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[14,of,14] reposvfs: add a ward to check if locks are properly taken |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[13,of,14] repovfs: add a ward to check if locks are properly taken |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[12,of,14] vfs: add the possibility to have a "ward" to check vfs usage |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[11,of,14] vfs: drop the 'audit' parameters to '__init__' |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[10,of,14] openrevlog: manually lift path auditing |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[09,of,14] test-lock: manually disable path auditing after vfs creation |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[08,of,14] undumprevlog: manually lift path auditing |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[07,of,14] vfs: drop the 'mustaudit' API |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[06,of,14] streamclone: stop using 'vfs.mustaudit = False' |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[05,of,14] vfs: simplify path audit disabling in stream clone |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[04,of,14] auditor: add simple comment about repo.auditor and al |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[03,of,14] tag: make sure the repository is locked when tagging |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[02,of,14] test: glob a line number in test-devel-warnings.t |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
[01,of,14] test: add a small comment to explain a section of test-devel-warning |
2017-07-02 |
Pierre-Yves David |
|
Accepted |
revlog: address review feedback for deltachain C implementation |
2017-07-02 |
Gregory Szorc |
|
Accepted |
[2,of,2] obsolete: reports the number of local changeset obsoleted when unbundling |
2017-07-01 |
Pierre-Yves David |
|
Accepted |
[1,of,2] transaction: track new obsmarkers in the 'changes' mapping |
2017-07-01 |
Pierre-Yves David |
|
Accepted |
test-rebase-interruptions: stabilize for Windows |
2017-07-01 |
Matt Harbison |
|
Accepted |
drawdag: inline transaction() function |
2017-07-01 |
via Mercurial-devel |
|
Accepted |
[2,of,2] tests: rename syshg to testrepohg |
2017-07-01 |
Matt Harbison |
|
Accepted |
patch: add close() to abstractbackend |
2017-06-30 |
via Mercurial-devel |
|
Accepted |
patch: remove unused fsbackend._join() |
2017-06-30 |
via Mercurial-devel |
|
Accepted |
rebase: always pass destination as revnum to _handleskippingobsolete() |
2017-06-30 |
via Mercurial-devel |
|
Accepted |
revset: add experimental set subscript operator |
2017-06-30 |
Yuya Nishihara |
|
Accepted |
tests: actually restore the original environment before running syshg |
2017-06-30 |
Yuya Nishihara |
|
Accepted |
tests: enable obsolete markers when invoking system hg to avoid warnings |
2017-06-30 |
Matt Harbison |
|
Accepted |
[9,of,9] config: register the 'devel.strip-obsmarkers' config |
2017-06-29 |
Pierre-Yves David |
|
Accepted |
[8,of,9] config: register the 'devel.serverrequirecert' config |
2017-06-29 |
Pierre-Yves David |
|
Accepted |
[7,of,9] config: register the 'devel.serverexactprotocol' config |
2017-06-29 |
Pierre-Yves David |
|
Accepted |
[6,of,9] config: register the 'devel.servercafile' config |
2017-06-29 |
Pierre-Yves David |
|
Accepted |
[5,of,9] config: register the 'devel.disableloaddefaultcerts' config |
2017-06-29 |
Pierre-Yves David |
|
Accepted |
[4,of,9] config: register the 'devel.check-relroot' config |
2017-06-29 |
Pierre-Yves David |
|
Accepted |
[3,of,9] config: register the devel.check-locks config |
2017-06-29 |
Pierre-Yves David |
|
Accepted |
[2,of,9] config: register the 'devel.bundle2.debug' config |
2017-06-29 |
Pierre-Yves David |
|
Accepted |
[1,of,9] config: register the 'devel.all-warnings' config |
2017-06-29 |
Pierre-Yves David |
|
Accepted |
tests: fix variable name regular expression in _genrestoreenv() |
2017-06-29 |
Adam Simpkins |
|
Accepted |
[V2] log: add an extension hook-point in changeset_printer |
2017-06-29 |
Boris Feld |
|
Accepted |
[8,of,8] vfs: add explanation about cost of checkambig=True in corner case |
2017-06-29 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,8] vfs: replace avoiding ambiguity in abstractvfs.rename with _avoidambig |
2017-06-29 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,8] vfs: copy if EPERM to avoid file stat ambiguity forcibly at closing |
2017-06-29 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,8] transaction: apply checkambig=True only on limited files for similarity |
2017-06-29 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,8] transaction: avoid file stat ambiguity only for files in blacklist |
2017-06-29 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,8] localrepo: store path and vfs location of cached properties |
2017-06-29 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,8] localrepo: factor out base of filecache annotation class |
2017-06-29 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,8] manifest: apply checkambig=True only for root 00manifest.i |
2017-06-29 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,8,V2] obsutil: move 'getmarkers' to the new modules |
2017-06-28 |
Pierre-Yves David |
|
Accepted |
[7,of,8,V2] obsutil: move the 'marker' class to the new modules |
2017-06-28 |
Pierre-Yves David |
|
Accepted |
[6,of,8,V2] obsolete: delete three unused utility functions |
2017-06-28 |
Pierre-Yves David |
|
Accepted |
[5,of,8,V2] obsutil: move 'foreground' to the new modules |
2017-06-28 |
Pierre-Yves David |
|
Accepted |
[4,of,8,V2] obsutil: move 'allsuccessors' to the new modules |
2017-06-28 |
Pierre-Yves David |
|
Accepted |
[3,of,8,V2] obsutil: move 'allprecursors' to the new modules |
2017-06-28 |
Pierre-Yves David |
|
Accepted |
[2,of,8,V2] obsutil: move 'exclusivemarkers' to the new modules |
2017-06-28 |
Pierre-Yves David |
|
Accepted |
[1,of,8,V2] obsutil: move 'successorssets' to the new modules |
2017-06-28 |
Pierre-Yves David |
|
Accepted |
[6,of,6,topic-experiment] topic: don't abort if there is no current topic in stack() revset |
2017-06-28 |
Pulkit Goyal |
|
Accepted |
[5,of,6,topic-experiment] topics: return a parse error if stack() revset is passed with argument |
2017-06-28 |
Pulkit Goyal |
|
Accepted |
[4,of,6,topic-experiment] tests: add test to show topics working with shelve |
2017-06-28 |
Pulkit Goyal |
|
Accepted |
[3,of,6,topic-experiment] topics: update current topic to the topic of newly rebased commit (issue5551) |
2017-06-28 |
Pulkit Goyal |
|
Accepted |
[2,of,6,topic-experiment] docs: some fixes to the help text |
2017-06-28 |
Pulkit Goyal |
|
Accepted |
[1,of,6,topic-experiment] topics: pass 'topics' to ui.formatter instead of 'bookmarks' |
2017-06-28 |
Pulkit Goyal |
|
Accepted |
tests: do not use system hg if it does not have "files" command |
2017-06-28 |
Jun Wu |
|
Accepted |
tests: more completely restore the environment in syshgenv |
2017-06-28 |
Adam Simpkins |
|
Accepted |
[2,of,2] drawdag: support obsmarker creation in comments |
2017-06-28 |
Jun Wu |
|
Accepted |
[1,of,2] test-drawdag: add a test for drawdag.py |
2017-06-28 |
Jun Wu |
|
Accepted |
setup: fix runcmd() usage on darwin |
2017-06-28 |
Adam Simpkins |
|
Accepted |
[FIX-default] pushrace: avoid crash on bare push when using concurrent push mode |
2017-06-28 |
Pierre-Yves David |
|
Accepted |
setup: fix localhgenv |
2017-06-28 |
Jun Wu |
|
Accepted |
configitems: support callable as a default value |
2017-06-28 |
Pierre-Yves David |
|
Accepted |
[2,of,2] tests: use the system hg for examining the local repository |
2017-06-28 |
Adam Simpkins |
|
Accepted |
[1,of,2] tests: save the original PATH and PYTHONPATH variables |
2017-06-28 |
Adam Simpkins |
|
Accepted |
[2,of,2,v2] setup: prefer using the system hg to interact with the local repository |
2017-06-28 |
Adam Simpkins |
|
Accepted |
[1,of,2,v2] setup: replace runhg() with an hgcommand helper class |
2017-06-28 |
Adam Simpkins |
|
Accepted |
[remotenames-ext] pull: add option for taking over head discovery |
2017-06-27 |
Durham Goode |
|
Accepted |
[2,of,2] bundle2: add debug info about the number of stream params |
2017-06-27 |
Siddharth Agarwal |
|
Accepted |
[1,of,2] bundle2: add some debugging information to the not-a-bundle error |
2017-06-27 |
Siddharth Agarwal |
|
Accepted |
[3,of,3] configitems: support alias in ui.config |
2017-06-27 |
David Demelier |
|
Accepted |
[2,of,3] ui: do not use alternate in ui.config |
2017-06-27 |
David Demelier |
|
Accepted |
[1,of,3] configitems: add alias for 'ui.username' |
2017-06-27 |
David Demelier |
|
Accepted |
[5,of,5,STABLE] rebase: also test abort from pretxnclose error |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[4,of,5,STABLE] rebase: reinforce testing around precommit hook interrupting a rebase |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[3,of,5,STABLE] rebase: provides test case for (issue5610) |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[2,of,5,STABLE] rebase: backed out changeset cf8ad0e6c0e4 (issue5610) |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[1,of,5,STABLE] rebase: backed out changeset 2519994d25ca |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
py3: update the python3-whitelist with new tests which pass on Python 3 |
2017-06-27 |
Pulkit Goyal |
|
Accepted |
smartset: fix generatorset.last() to not return the first element (issue5609) |
2017-06-27 |
Yuya Nishihara |
|
Accepted |
[6,of,6] blackbox: use a human readable version of the default |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[5,of,6] configitems: register 'blackbox.maxsize' as an example of 'configbytes' |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[4,of,6] blackbox: minor code reordering |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[3,of,6] configitems: add a devel warning for extensions items overiding core one |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[2,of,6] configitems: add an official API for extensions to register config item |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[1,of,6] configitems: extract the logic to build a registrar on any configtable |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[STABLE] revlog: add an experimental option to mitigated delta issues (issue5480) |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[2,of,2] obsolete: skip 'changectx' usage in unstable computation |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[1,of,2] obsolete: provide a small function to retrieve all mutable revisions |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
filemerge: convert a couple of wvfs calls in internal mergetools to contexts |
2017-06-27 |
Phillip Cohen |
|
Accepted |
strip: respect the backup option in stripcallback |
2017-06-27 |
Jun Wu |
|
Accepted |
[2,of,2] tests: use cgienv to minimize environment setup at hgweb tests |
2017-06-26 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,2] tests: avoid test failure for mangling path-like string by MSYS |
2017-06-26 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,8] py3: use pycompat.bytestr() to convert str to bytes |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[7,of,8] py3: pass the memoryview object into bytes() to get the value |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[6,of,8] py3: use pycompat.bytestr instead of str |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[5,of,8] py3: use '%d' to convert integers to bytes |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[4,of,8] py3: slice over bytes to prevent getting it's ascii value |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[3,of,8] py3: use pycompat.strkwargs() to convert kwargs keys to str |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[2,of,8] py3: use r'' to prevent the addition of b'' by transformer |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[1,of,8] py3: use pycompat.byteskwargs() to convert kwargs' keys to bytes |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[5,of,5] setup: prefer using the system hg to interact with the local repository |
2017-06-26 |
Adam Simpkins |
|
Accepted |
[4,of,5] setup: replace runhg() with an hgcommand helper class |
2017-06-26 |
Adam Simpkins |
|
Accepted |
[3,of,5] setup: move environment computation into a helper function |
2017-06-26 |
Adam Simpkins |
|
Accepted |
[2,of,5] setup: update runcmd() to also return the exit status |
2017-06-26 |
Adam Simpkins |
|
Accepted |
[1,of,5] setup: fail if we cannot determine the version number |
2017-06-26 |
Adam Simpkins |
|
Accepted |
debugrevlog: align chain length, reach, and compression ratio |
2017-06-26 |
Yuya Nishihara |
|
Accepted |
[6,of,6] py3: make sure commands name are bytes in tests |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[5,of,6] py3: add r'' to make the regex pattern bytes |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[4,of,6] py3: use hex() to convert the hash to bytes |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[3,of,6] py3: add b'' to make a triple quoted string bytes on Python 3 |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[2,of,6] py3: add tests to show `hg bookmarks` and `hg branches` work on Python 3 |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[1,of,6] py3: fix kwargs handling for `hg bookmarks` |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[3,of,4,topic-experiment] topics: pass quietempty=True to suppress useless output while changing topics |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[2,of,4,topic-experiment] topics: return early so that other if conditions don't get execute |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[1,of,4,topic-experiment] topics: move the logic to change or clear current topic into a new function |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[6,of,6] workingfilectx: add audit() as a wrapper for wvfs.audit() |
2017-06-26 |
Phillip Cohen |
|
Accepted |
[5,of,6] workingfilectx: add backgroundclose as a kwarg to write() |
2017-06-26 |
Phillip Cohen |
|
Accepted |
[4,of,6] merge: change repo.wvfs.setflags calls to a new wctx[f].setflags function |
2017-06-26 |
Phillip Cohen |
|
Accepted |
[3,of,6] merge: convert repo.wwrite() calls to wctx[f].write() |
2017-06-26 |
Phillip Cohen |
|
Accepted |
[2,of,6] merge: replace repo.wvfs.unlinkpath() with calls to wctx[f].remove() |
2017-06-26 |
Phillip Cohen |
|
Accepted |
[1,of,6] merge: pass wctx to batchremove and batchget |
2017-06-26 |
Phillip Cohen |
|
Accepted |
show: config option to register aliases for views |
2017-06-26 |
Gregory Szorc |
|
Accepted |
[3,of,3] identify: provide changectx to templater |
2017-06-26 |
Yuya Nishihara |
|
Accepted |
[2,of,3] formatter: proxy fm.context() through converter |
2017-06-26 |
Yuya Nishihara |
|
Accepted |
[1,of,3] identify: change p1/p2 to a list of parents |
2017-06-26 |
Yuya Nishihara |
|
Accepted |
identify: rename 'changed' keyword -> 'dirty' |
2017-06-25 |
Matt Harbison |
|
Accepted |
[2,of,2] scmutil: add a cleanupnodes method for developers |
2017-06-25 |
Jun Wu |
|
Accepted |
[1,of,2] strip: add a delayedstrip method that works in a transaction |
2017-06-25 |
Jun Wu |
|
Accepted |
rev: C implementation of delta chain resolution |
2017-06-25 |
Gregory Szorc |
|
Accepted |
[9,of,9] keyword: wrap functions only once at loading keyword extension |
2017-06-25 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,9] keyword: use _keywordkwt of repository instead of kwtools['templater'] |
2017-06-25 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,9] keyword: obtain kwtemplater instance via repository at runtime |
2017-06-25 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,9] keyword: obtain kwtemplater instance via repository at runtime |
2017-06-25 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,9] keyword: make wrapped repository and kwtemplater refer to each other |
2017-06-25 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,9] keyword: add test for keyword expansion at serving multiple repositories |
2017-06-25 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,9] keyword: make comparison webcommand suppress keyword expansion |
2017-06-25 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,9] keyword: restore kwtemplater.match at the end of wrapped webcommands |
2017-06-25 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,9] keyword: restore kwtemplater.restrict at the end of wrapped patch.diff |
2017-06-25 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,4] configitems: register 'ui.interactive' |
2017-06-25 |
Pierre-Yves David |
|
Accepted |
[3,of,4] config: use '_config' within 'configbytes' |
2017-06-25 |
Pierre-Yves David |
|
Accepted |
[2,of,4] config: use '_config' within 'configbool' |
2017-06-25 |
Pierre-Yves David |
|
Accepted |
[1,of,4] config: extra the core config logic into a private method |
2017-06-25 |
Pierre-Yves David |
|
Accepted |
debugrevlog: also display the largest delta chain span |
2017-06-25 |
Pierre-Yves David |
|
Accepted |
identify: add template support |
2017-06-25 |
Matt Harbison |
|
Accepted |
[2,of,2] rebase: clean up rebasestate from active transaction |
2017-06-25 |
Jun Wu |
|
Accepted |
[1,of,2] test-rebase: add a test showing rebasestate left behind |
2017-06-25 |
Jun Wu |
|
Accepted |
[9,of,9] revset: add depth limit to descendants() (issue5374) |
2017-06-25 |
Yuya Nishihara |
|
Accepted |
[8,of,9] dagop: make walk direction switchable so it can track descendants |
2017-06-25 |
Yuya Nishihara |
|
Accepted |
[7,of,9] dagop: factor out generator of ancestor nodes |
2017-06-25 |
Yuya Nishihara |
|
Accepted |
[6,of,9] dagop: factor out pfunc from revancestors() generator |
2017-06-25 |
Yuya Nishihara |
|
Accepted |
[5,of,9] dagop: use smartset.min() in revdescendants() generator |
2017-06-25 |
Yuya Nishihara |
|
Accepted |
[4,of,9] dagop: change revdescendants() to include all root revisions |
2017-06-25 |
Yuya Nishihara |
|
Accepted |
[3,of,9] test-revset: add a few more tests of descendants() |
2017-06-25 |
Yuya Nishihara |
|
Accepted |
[2,of,9] dagop: unnest inner generator of revdescendants() |
2017-06-25 |
Yuya Nishihara |
|
Accepted |
[1,of,9] smartset: fix default value of abstractsmartset.sort() |
2017-06-25 |
Yuya Nishihara |
|
Accepted |
[6,of,6] show: show all namespaces in "work" view |
2017-06-24 |
Gregory Szorc |
|
Accepted |
[5,of,6] tests: add more tests for names rendering in `hg show work` |
2017-06-24 |
Gregory Szorc |
|
Accepted |
[4,of,6] namespaces: record and expose whether namespace is built-in |
2017-06-24 |
Gregory Szorc |
|
Accepted |
[3,of,6] templatekw: expose color name in {namespaces} entries |
2017-06-24 |
Gregory Szorc |
|
Accepted |
[2,of,6] show: construct changeset templater during dispatch |
2017-06-24 |
Gregory Szorc |
|
Accepted |
[1,of,6] cmdutil: use named arguments for changeset_templater.__init__ |
2017-06-24 |
Gregory Szorc |
|
Accepted |
test-rebase-conflicts: add a test case about turning obsstore on and off |
2017-06-24 |
Jun Wu |
|
Accepted |
[10,of,10] bundle: inline applybundle1() |
2017-06-24 |
via Mercurial-devel |
|
Accepted |
[09,of,10] bundle: make applybundle() delegate v1 bundles to applybundle1() |
2017-06-24 |
via Mercurial-devel |
|
Accepted |
[08,of,10] bundle: transpose transaction scope with bundle type switch |
2017-06-24 |
via Mercurial-devel |
|
Accepted |
[07,of,10] unbundle: move BundleUnknownFeatureError exception handling out |
2017-06-24 |
via Mercurial-devel |
|
Accepted |
[06,of,10] bundle: make applybundle1() return a bundleoperation |
2017-06-24 |
via Mercurial-devel |
|
Accepted |
[05,of,10] bundle: add a applybundle1() method |
2017-06-24 |
via Mercurial-devel |
|
Accepted |
[04,of,10] bundle: extract _processchangegroup() method |
2017-06-24 |
via Mercurial-devel |
|
Accepted |
[03,of,10] bundle: make combinechangegroupresults() take a bundleoperation |
2017-06-24 |
via Mercurial-devel |
|
Accepted |
[02,of,10] bundle: move combineresults() from changegroup to bundle2 |
2017-06-24 |
via Mercurial-devel |
|
Accepted |
[01,of,10] bundle: remove 'op' argument from applybundle() |
2017-06-24 |
via Mercurial-devel |
|
Accepted |
[2,of,2] py3: add utility to forward __str__() to __bytes__() |
2017-06-24 |
Yuya Nishihara |
|
Accepted |
[1,of,2] share: use dict literal instead of dict(key=value) |
2017-06-24 |
Yuya Nishihara |
|
Accepted |
dagop: raise ProgrammingError if stopdepth<=0 |
2017-06-24 |
via Mercurial-devel |
|
Accepted |
[5,of,5,v4] strip: include phases in bundle (BC) |
2017-06-23 |
via Mercurial-devel |
|
Accepted |
[4,of,5,v4] bundle: add config option to include phases |
2017-06-23 |
via Mercurial-devel |
|
Accepted |
[3,of,5,v4] bundle2: record changegroup data in 'op.records' (API) |
2017-06-23 |
via Mercurial-devel |
|
Accepted |
[2,of,5,v4] debugcommands: pass part, not read data, into _debugobsmarker() |
2017-06-23 |
via Mercurial-devel |
|
Accepted |
[1,of,5,v4] debugcommands: remove unused "all" argument from _debugobsmarkers |
2017-06-23 |
via Mercurial-devel |
|
Accepted |
[9,of,9] py3: use single quotes instead of triple quotes so that transformer adds b'' |
2017-06-23 |
Pulkit Goyal |
|
Accepted |
[8,of,9] py3: use r'' to prevent conversion to bytes by transformer |
2017-06-23 |
Pulkit Goyal |
|
Accepted |
[7,of,9] py3: define __bytes__ for basefilectx class |
2017-06-23 |
Pulkit Goyal |
|
Accepted |
[6,of,9] py3: use pycompat.bytestr to convert str(unicode) to bytes |
2017-06-23 |
Pulkit Goyal |
|
Accepted |
[5,of,9] py3: check for bytes instead of str in isinstance |
2017-06-23 |
Pulkit Goyal |
|
Accepted |
[4,of,9] py3: convert kwargs' keys' to str using pycompat.strkwargs() |
2017-06-23 |
Pulkit Goyal |
|
Accepted |
[3,of,9] py3: convert kwargs keys' back to bytes using pycompat.byteskwargs() |
2017-06-23 |
Pulkit Goyal |
|
Accepted |
[2,of,9] py3: add tests to show `hg branches` and `hg bookmarks` work on Python 3 |
2017-06-23 |
Pulkit Goyal |
|
Accepted |
[1,of,9] py3: use "%d" % val for int rather than pycompat.bytestr |
2017-06-23 |
Pulkit Goyal |
|
Accepted |
[7,of,7,bm-refactor,V3] bookmarks: factor method _printer out of for loop in printbookmarks |
2017-06-23 |
Sean Farley |
|
Accepted |
[6,of,7,bm-refactor,V3] bookmarks: factor out bookmark printing from commands |
2017-06-23 |
Sean Farley |
|
Accepted |
[5,of,7,bm-refactor,V3] commands: move activebookmarklabel to bookmarks module |
2017-06-23 |
Sean Farley |
|
Accepted |
[4,of,7,bm-refactor,V3] commands: replace locking code with a context manager |
2017-06-23 |
Sean Farley |
|
Accepted |
[3,of,7,bm-refactor,V3] bookmarks: factor out adding a list of bookmarks logic from commands |
2017-06-23 |
Sean Farley |
|
Accepted |
[2,of,7,bm-refactor,V3] bookmarks: factor out rename logic from commands |
2017-06-23 |
Sean Farley |
|
Accepted |
[1,of,7,bm-refactor,V3] bookmarks: factor out delete logic from commands |
2017-06-23 |
Sean Farley |
|
Accepted |
extensions: call afterloaded() with loaded=False for disabled extensions |
2017-06-23 |
Adam Simpkins |
|
Accepted |
[3,of,3] dispatch: remove unused _loaded |
2017-06-23 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,3] extensions: register functions always at loading extension (issue5601) |
2017-06-23 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,3] fetch: remove shorthand of --edit colliding against -e/-ssh in remoteopts (BC) |
2017-06-23 |
Katsunori FUJIWARA |
|
Accepted |
[v4] releasenotes: improve parsing around bullet points |
2017-06-23 |
Rishabh Madan |
|
Accepted |
[2,of,2,STABLE] eol: fix 'error' parameter name in the commitctx wrapper |
2017-06-23 |
Pierre-Yves David |
|
Accepted |
[1,of,2,STABLE] eol: import 'error' as 'errormod' |
2017-06-23 |
Pierre-Yves David |
|
Accepted |
[4,of,4] make: add Debian 9 (Stretch) docker target |
2017-06-23 |
Anton Shestakov |
|
Accepted |
[3,of,4] make: templatize Debian build target a la e63dfbbdbd07 |
2017-06-23 |
Anton Shestakov |
|
Accepted |
[2,of,4] make: add Ubuntu Zesty docker targets (.deb and ppa) |
2017-06-23 |
Anton Shestakov |
|
Accepted |
[1,of,4] docker: install less as a build-time dependency in deb-based distros |
2017-06-23 |
Anton Shestakov |
|
Accepted |
[7,of,7] revset: add startdepth limit to ancestors() as internal option |
2017-06-22 |
Yuya Nishihara |
|
Accepted |
[6,of,7] revset: add depth limit to ancestors() |
2017-06-22 |
Yuya Nishihara |
|
Accepted |
[5,of,7] dagop: compute depth in revancestors() generator |
2017-06-22 |
Yuya Nishihara |
|
Accepted |
[4,of,7] dagop: just compare with the last value to deduplicate input of revancestors() |
2017-06-22 |
Yuya Nishihara |
|
Accepted |
[3,of,7] dagop: bulk rename variables in revancestors() generator |
2017-06-22 |
Yuya Nishihara |
|
Accepted |
[2,of,7] dagop: comment why revancestors() doesn't heapify input revs at once |
2017-06-22 |
Yuya Nishihara |
|
Accepted |
[1,of,7] dagop: unnest inner generator of revancestors() |
2017-06-22 |
Yuya Nishihara |
|
Accepted |
[3,of,3] hgweb: plug followlines action in annotate view |
2017-06-22 |
Denis Laxalde |
|
Accepted |
[2,of,3] hgweb: parameterize the tag name of elements holding followlines selection |
2017-06-22 |
Denis Laxalde |
|
Accepted |
[1,of,3] gitweb: wrap table rows of annotate view into a <tbody> element |
2017-06-22 |
Denis Laxalde |
|
Accepted |
tests: update regex check for fetch error in test-clonebundles.t |
2017-06-22 |
Denis Laxalde |
|
Accepted |
[8,of,8] configitems: register 'ui.clonebundleprefers' as example for 'configlist' |
2017-06-21 |
Pierre-Yves David |
|
Accepted |
[7,of,8] configitems: register 'patch.fuzz' as first example for 'configint' |
2017-06-21 |
Pierre-Yves David |
|
Accepted |
[6,of,8] configitems: issue a devel warning when overriding default config |
2017-06-21 |
Pierre-Yves David |
|
Accepted |
[5,of,8] configitems: register 'ui.interactive' |
2017-06-21 |
Pierre-Yves David |
|
Accepted |
[4,of,8] configitems: register 'ui.quiet' as first example |
2017-06-21 |
Pierre-Yves David |
|
Accepted |
[3,of,8] configitems: get default values from the central registry when available |
2017-06-21 |
Pierre-Yves David |
|
Accepted |
[2,of,8] configitems: introduce a central registry for config option |
2017-06-21 |
Pierre-Yves David |
|
Accepted |
[1,of,8] configitems: add a basic class to hold config item information |
2017-06-21 |
Pierre-Yves David |
|
Accepted |
profiling: cope with configwith default value handling changes |
2017-06-21 |
Pierre-Yves David |
|
Accepted |
[3,of,3] run-tests: fix -i when "#testcases" is used in .t test |
2017-06-21 |
Jun Wu |
|
Accepted |
[2,of,3] run-tests: update .t reference output after reading the test |
2017-06-21 |
Jun Wu |
|
Accepted |
[1,of,3] run-tests: do not prompt changes (-i) if a race condition is detected |
2017-06-21 |
Jun Wu |
|
Accepted |
[V2] shelve: allow unlimited shelved changes per name |
2017-06-21 |
Jun Wu |
|
Accepted |
[V2] patch: rewrite reversehunks (issue5337) |
2017-06-21 |
Jun Wu |
|
Accepted |
tests: adjust quoting to keep Windows happy with recent $PYTHON change |
2017-06-21 |
Matt Harbison |
|
Accepted |
hgweb: use separate CSS class for navigation links in footer |
2017-06-21 |
Gregory Szorc |
|
Accepted |
[5,of,5,topic-experiment] topics: add an extrafield "topic_change_source "to prevent hash cycle |
2017-06-21 |
Pulkit Goyal |
|
Accepted |
[4,of,5,topic-experiment] topics: use a dict for successors of changesets produced by topic change |
2017-06-21 |
Pulkit Goyal |
|
Accepted |
[3,of,5,topic-experiment] topics: drop the clean argument from _changetopics() |
2017-06-21 |
Pulkit Goyal |
|
Accepted |
[2,of,5,topic-experiment] topics: rename '--change' flag to '--rev' flag |
2017-06-21 |
Pulkit Goyal |
|
Accepted |
[1,of,5,topic-experiment] topics: factor out the logic to change topic in a new function |
2017-06-21 |
Pulkit Goyal |
|
Accepted |
[9,of,9,bm-refactor] bookmarks: factor method _printer out of for loop in printbookmarks |
2017-06-21 |
Sean Farley |
|
Accepted |
[8,of,9,bm-refactor] bookmarks: factor out bookmark printing from commands |
2017-06-21 |
Sean Farley |
|
Accepted |
[7,of,9,bm-refactor] commands: move activebookmarklabel to bookmarks module |
2017-06-21 |
Sean Farley |
|
Accepted |
[6,of,9,bm-refactor] commands: remove locking code since the bookmarks module does that |
2017-06-21 |
Sean Farley |
|
Accepted |
[5,of,9,bm-refactor] bookmarks: factor out adding a list of bookmarks from commands |
2017-06-21 |
Sean Farley |
|
Accepted |
[4,of,9,bm-refactor] bookmarks: factor out rename logic from commands |
2017-06-21 |
Sean Farley |
|
Accepted |
[3,of,9,bm-refactor] bookmarks: factor out delete logic from commands |
2017-06-21 |
Sean Farley |
|
Accepted |
[2,of,9,bm-refactor] commands: move checkconflict to bookmarks module |
2017-06-21 |
Sean Farley |
|
Accepted |
[1,of,9,bm-refactor] commands: move checkformat to bookmarks module |
2017-06-21 |
Sean Farley |
|
Accepted |
bundle2: don't use debug message "no-transaction" with transaction |
2017-06-20 |
via Mercurial-devel |
|
Accepted |
[6,of,6] py3: use pycompat.bytestr() in place of str() |
2017-06-20 |
Pulkit Goyal |
|
Accepted |
[5,of,6] py3: use r'' to access values from kwargs where keys are str |
2017-06-20 |
Pulkit Goyal |
|
Accepted |
[4,of,6] py3: convert keys of kwargs in template keywords functions to bytes |
2017-06-20 |
Pulkit Goyal |
|
Accepted |
[3,of,6] py3: make sure the commands name are bytes in test-devel-warnings.t |
2017-06-20 |
Pulkit Goyal |
|
Accepted |
[2,of,6] py3: replace str with bytes in isinstance() |
2017-06-20 |
Pulkit Goyal |
|
Accepted |
[1,of,6] py3: catch binascii.Error raised from binascii.unhexlify |
2017-06-20 |
Pulkit Goyal |
|
Accepted |
clonebundle: update hook arguments (BC) |
2017-06-20 |
via Mercurial-devel |
|
Accepted |
py3: catch StopIteration from next() in generatorset |
2017-06-20 |
via Mercurial-devel |
|
Accepted |
tests: tell pip not to check for a newer version |
2017-06-20 |
Danek Duvall |
|
Accepted |
[3,of,3,v2] strip: include phases in bundle (BC) |
2017-06-20 |
via Mercurial-devel |
|
Accepted |
[2,of,3,v2] bundle: add config option to include phases |
2017-06-20 |
via Mercurial-devel |
|
Accepted |
[1,of,3,v2] bundle2: record changegroup data in 'op.records' (API) |
2017-06-20 |
via Mercurial-devel |
|
Accepted |
[8,of,8] changeset_templater: backport parts map of [templates] section from formatter |
2017-06-20 |
Yuya Nishihara |
|
Accepted |
[7,of,8] formatter: add support for parts map of [templates] section |
2017-06-20 |
Yuya Nishihara |
|
Accepted |
[6,of,8] changeset_templater: backport separator template from formatter |
2017-06-20 |
Yuya Nishihara |
|
Accepted |
[5,of,8] formatter: add support for separator template |
2017-06-20 |
Yuya Nishihara |
|
Accepted |
[4,of,8] formatter: add support for docheader and docfooter templates |
2017-06-20 |
Yuya Nishihara |
|
Accepted |
[3,of,8] formatter: extract helper function to render template |
2017-06-20 |
Yuya Nishihara |
|
Accepted |
[2,of,8] changeset_templater: do not enable verbosity postfix for [templates] section |
2017-06-20 |
Yuya Nishihara |
|
Accepted |
[1,of,8] changeset_templater: simplify handling of verbosity postfix |
2017-06-20 |
Yuya Nishihara |
|
Accepted |
[6,of,6,v3] contrib: add check-code rule to enforce non-use of `python` in tests |
2017-06-20 |
Augie Fackler |
|
Accepted |
[5,of,6,v3] cleanup: use $PYTHON to run python in many more tests |
2017-06-20 |
Augie Fackler |
|
Accepted |
[4,of,6,v3] tests: enforce use of $PYTHON in tests |
2017-06-20 |
Augie Fackler |
|
Accepted |
[3,of,6,v3] tests: use $PYTHON in #! so we always use the right Python |
2017-06-20 |
Augie Fackler |
|
Accepted |
[2,of,6,v3] tests: sed away python #! in test-run-tests.t to avoid some upcoming insanity |
2017-06-20 |
Augie Fackler |
|
Accepted |
[1,of,6,v3] tests: remove #! from primes.py in test-highlight.t |
2017-06-20 |
Augie Fackler |
|
Accepted |
keyword: use context manager for rollback locking |
2017-06-20 |
Christian Ebert |
|
Accepted |
[5,of,5] tests: removed ReportedTest exception |
2017-06-20 |
Gregory Szorc |
|
Accepted |
[4,of,5] tests: remove support for warned tests |
2017-06-20 |
Gregory Szorc |
|
Accepted |
[3,of,5] tests: remove WarnTest |
2017-06-20 |
Gregory Szorc |
|
Accepted |
[2,of,5] tests: remove unused IgnoreTest exception |
2017-06-20 |
Gregory Szorc |
|
Accepted |
[1,of,5] tests: use unittest.SkipTest |
2017-06-20 |
Gregory Szorc |
|
Accepted |
[2,of,2] test-http-proxy: redirect proxy stdout to /dev/null |
2017-06-20 |
Matt Harbison |
|
Accepted |
[1,of,2] test-logtoprocess: don't run on Windows |
2017-06-20 |
Matt Harbison |
|
Accepted |
tests: don't touch the network when using virtualenv |
2017-06-19 |
Danek Duvall |
|
Accepted |
[9,of,9] repair: remove unnecessary locking for bookmarks |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[8,of,9] repair: move check for existing transaction earlier |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[7,of,9] strip: remove unncessary "del" and inline variable |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[6,of,9] repair: clarify in comment that caller must take lock, but not transaction |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[5,of,9] amend: use context manager for locking |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[4,of,9] strip: use context manager for locking and transaction in stripcmd() |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[3,of,9] strip: use context manager for locking in strip() |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[2,of,9] rebase: use context manager for locking in pullrebase() |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[1,of,9] rebase: use context manager for locking in rebase() |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
changegroup: inline 'publishing' variable in apply() |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[3,of,3] revset: add support of keyword arguments to ancestors() and descendants() |
2017-06-19 |
Yuya Nishihara |
|
Accepted |
[2,of,3] revsetlang: check arguments passed to ancestors() before optimizing to only() |
2017-06-19 |
Yuya Nishihara |
|
Accepted |
[1,of,3] revsetlang: factor out helper to match ancestors() in parsed tree |
2017-06-19 |
Yuya Nishihara |
|
Accepted |
[2,of,2] run-tests: explicitly flush test runner output for Windows stability |
2017-06-19 |
Matt Harbison |
|
Accepted |
[1,of,2] tinyproxy: explicitly flush logged messages |
2017-06-19 |
Matt Harbison |
|
Accepted |
highlight: put pygments import inside demandimport.deactivated |
2017-06-19 |
Augie Fackler |
|
Accepted |
[2,of,2] tests: enforce use of $PYTHON in tests |
2017-06-19 |
Augie Fackler |
|
Accepted |
[1,of,2] tests: use $PYTHON in #! so we always use the right Python |
2017-06-19 |
Augie Fackler |
|
Accepted |
[2,of,2,fix-old-git,V2] tests: protect tests involving git ext::sh with git-ext-sh |
2017-06-19 |
Sean Farley |
|
Accepted |
[1,of,2,fix-old-git,V2] hghave: add has_git_range for testing if git understands ext::sh |
2017-06-19 |
Sean Farley |
|
Accepted |
[5,of,5,topic-experiment] topics: abort if user wants to show the stack of a non-existent topic |
2017-06-18 |
Pulkit Goyal |
|
Accepted |
[4,of,5,topic-experiment] stack: show unstable state for the current revision if it is one (issue5553) |
2017-06-18 |
Pulkit Goyal |
|
Accepted |
[3,of,5,topic-experiment] topics: some minute fixes to the documentation which shows up in help |
2017-06-18 |
Pulkit Goyal |
|
Accepted |
[2,of,5,topic-experiment] topics: make sure we commit on new parents while changing topics (issue5441) |
2017-06-18 |
Pulkit Goyal |
|
Accepted |
[1,of,5,topic-experiment] tests: add a test to show issue5441 in test-topic.t |
2017-06-18 |
Pulkit Goyal |
|
Accepted |
[10,of,10] config: use the new '_unset' value for 'configsuboptions' |
2017-06-18 |
Pierre-Yves David |
|
Accepted |
[09,of,10] config: use the 'config' method in 'configsuboptions' |
2017-06-18 |
Pierre-Yves David |
|
Accepted |
[08,of,10] config: use the new '_unset' value for 'configpath' |
2017-06-18 |
Pierre-Yves David |
|
Accepted |
[07,of,10] config: use the new '_unset' value for 'configdate' |
2017-06-18 |
Pierre-Yves David |
|
Accepted |
[06,of,10] config: use the new '_unset' value for 'configlist' |
2017-06-18 |
Pierre-Yves David |
|
Accepted |
[05,of,10] config: use the new '_unset' value for 'configbytes' |
2017-06-18 |
Pierre-Yves David |
|
Accepted |
[04,of,10] config: use the new '_unset' value for 'configint' |
2017-06-18 |
Pierre-Yves David |
|
Accepted |
[03,of,10] config: use the new '_unset' value for 'configwith' |
2017-06-18 |
Pierre-Yves David |
|
Accepted |
[02,of,10] config: use the new '_unset' value for 'configbool' |
2017-06-18 |
Pierre-Yves David |
|
Accepted |
[01,of,10] config: explicitly track the use of the standard default value |
2017-06-18 |
Pierre-Yves David |
|
Accepted |
help: clarify ancestors() and descendants() include given set (issue5594) |
2017-06-18 |
Yuya Nishihara |
|
Accepted |
[5,of,5] changegroup: delete "if True" and reflow |
2017-06-18 |
via Mercurial-devel |
|
Accepted |
[4,of,5] changegroup: let callers pass in transaction to apply() (API) |
2017-06-18 |
via Mercurial-devel |
|
Accepted |
[3,of,5] repair: create transaction for bundle1 unbundling earlier |
2017-06-18 |
via Mercurial-devel |
|
Accepted |
[2,of,5] unbundle: create transaction for bundle1 unbundling earlier |
2017-06-18 |
via Mercurial-devel |
|
Accepted |
[1,of,5] exchange: create transaction for bundle1 unbundling earlier |
2017-06-18 |
via Mercurial-devel |
|
Accepted |
[2,of,2] rebase: rewrite "x in y.children()" as "y in x.parents()" |
2017-06-18 |
via Mercurial-devel |
|
Accepted |
[1,of,2] shelve: rewrite "x in y.children()" as "y in x.parents()" |
2017-06-18 |
via Mercurial-devel |
|
Accepted |
revset: fix negative ancestor spec to not return changectx objects |
2017-06-18 |
Yuya Nishihara |
|
Accepted |
[2,of,2] dagop: move blockancestors() and blockdescendants() from context |
2017-06-17 |
Yuya Nishihara |
|
Accepted |
[1,of,2] dagop: split module hosting DAG-related algorithms from revset |
2017-06-17 |
Yuya Nishihara |
|
Accepted |
[7,of,7] py3: use open() instead of file() constructor |
2017-06-17 |
Pulkit Goyal |
|
Accepted |
[6,of,7] py3: convert keys of kwargs back to bytes using pycompat.byteskwargs() |
2017-06-17 |
Pulkit Goyal |
|
Accepted |
[5,of,7] py3: workaround to prevent switching kwargs keys between str and bytes |
2017-06-17 |
Pulkit Goyal |
|
Accepted |
[4,of,7] py3: use pycompat.strkwargs() to convert kwargs keys to str before passing |
2017-06-17 |
Pulkit Goyal |
|
Accepted |
[3,of,7] py3: use '%d' instead of '%s' for integers |
2017-06-17 |
Pulkit Goyal |
|
Accepted |
[2,of,7] py3: pass the path in hg.repository() as bytes |
2017-06-17 |
Pulkit Goyal |
|
Accepted |
[1,of,7] py3: pass range() into list() to get one explicitly |
2017-06-17 |
Pulkit Goyal |
|
Accepted |
check-concurrency: expose the feature as 'check-concurrent-push-mode' |
2017-06-17 |
Pierre-Yves David |
|
Accepted |
exchange: switch to usual way of testing for bundle2-ness |
2017-06-17 |
via Mercurial-devel |
|
Accepted |
[3,of,3,RFC] templatekw: use common "rev:node" format as the default of predecessors |
2017-06-17 |
Yuya Nishihara |
|
Accepted |
[2,of,3] templatekw: populate all keywords depending on predecessor in map operation |
2017-06-17 |
Yuya Nishihara |
|
Accepted |
[1,of,3] templatekw: reference predecessor node id as {node} in map operation |
2017-06-17 |
Yuya Nishihara |
|
Accepted |
[6,of,6] setup: update a comment that blamed py26 for a Windows workaround |
2017-06-17 |
Matt Harbison |
|
Accepted |
[5,of,6] i18n: drop a py25 conditional |
2017-06-17 |
Matt Harbison |
|
Accepted |
[4,of,6] perf: ensure HGRCPATH is exported on Windows |
2017-06-17 |
Matt Harbison |
|
Accepted |
[3,of,6] test-status: glob fixes for Windows |
2017-06-17 |
Matt Harbison |
|
Accepted |
[2,of,6] util: drop the py26 garbage collector disabling hack |
2017-06-17 |
Matt Harbison |
|
Accepted |
[1,of,6] plan9: drop py26 hacks |
2017-06-17 |
Matt Harbison |
|
Accepted |
obsolete: use ProgrammingError over assert for volatile set registration |
2017-06-16 |
Pierre-Yves David |
|
Accepted |
[3,of,3] strip: remove a redundant setting of hookargs |
2017-06-16 |
via Mercurial-devel |
|
Accepted |
[2,of,3] unbundle: move streamclone error case away from bundle[12] cases |
2017-06-16 |
via Mercurial-devel |
|
Accepted |
[1,of,3] bundle2: use "else" instead of checking condition again |
2017-06-16 |
via Mercurial-devel |
|
Accepted |
[v2] template: add predecessors template |
2017-06-16 |
Boris Feld |
|
Accepted |
wireproto: update reference to deleted addchangegroup() |
2017-06-16 |
via Mercurial-devel |
|
Accepted |
[6,of,6] commit: select template by spec.ref name |
2017-06-16 |
Yuya Nishihara |
|
Accepted |
[5,of,6] commit: do not look up committemplate in template paths (BC) |
2017-06-16 |
Yuya Nishihara |
|
Accepted |
[4,of,6] formatter: always store a literal template unnamed |
2017-06-16 |
Yuya Nishihara |
|
Accepted |
[3,of,6] formatter: load templates section like a map file |
2017-06-16 |
Yuya Nishihara |
|
Accepted |
[2,of,6] test-command-template: rewrite recursion tests by using a map file |
2017-06-16 |
Yuya Nishihara |
|
Accepted |
[1,of,6] templater: add simple interface for unnamed template (API) |
2017-06-16 |
Yuya Nishihara |
|
Accepted |
exchange: use context manager for bundle1 unbundling |
2017-06-16 |
via Mercurial-devel |
|
Accepted |
unbundle: use context manager for transaction |
2017-06-16 |
via Mercurial-devel |
|
Accepted |
clonebundle: use context managers for lock and transaction |
2017-06-16 |
via Mercurial-devel |
|
Accepted |
[3,of,3] killdaemons: fix WaitForSingleObject() error handling logic on Windows |
2017-06-16 |
Matt Harbison |
|
Accepted |
[2,of,3] killdaemons: explicitly set the ctypes signatures |
2017-06-16 |
Matt Harbison |
|
Accepted |
[1,of,3] hghave: enable 'serve' on Windows |
2017-06-16 |
Matt Harbison |
|
Accepted |
[6,of,6] localrepo: remove unused addchangegroup() (API) |
2017-06-15 |
via Mercurial-devel |
|
Accepted |
[5,of,6] changegroup: rename "dh" to the clearer "deltaheads" |
2017-06-15 |
via Mercurial-devel |
|
Accepted |
[4,of,6] changegroup: rename "srccontent" to "cgnodes" |
2017-06-15 |
via Mercurial-devel |
|
Accepted |
[3,of,6] revlog: rename list of nodes from "content" to "nodes" |
2017-06-15 |
via Mercurial-devel |
|
Accepted |
[2,of,6] revlog: delete obsolete comment |
2017-06-15 |
via Mercurial-devel |
|
Accepted |
[1,of,6] revlog: delete dead assignment in addgroup() |
2017-06-15 |
via Mercurial-devel |
|
Accepted |
[9,of,9] pycompat: move the queue related definitions below queue import |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[8,of,9] pycompat: put single line things above class and function definitions |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[7,of,9] pycompat: move multiline comments above a function to function doc |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[6,of,9] py3: convert url to str using pycompat.strurl() |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[5,of,9] py3: replace dict.iterkeys() with iter(dict) |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[4,of,9] py3: explicitly convert dict.values() to a list on py3 |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[3,of,9] py3: alias long to int and xrange to range in test-ancestor.py on Python 3 |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[2,of,9] py3: add a new bytesurl() to convert a str url into bytes |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[1,of,9] py3: add a new strurl() which will convert a bytes url to str |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[4,of,4,py3] contrib: add a ratchet for tests in Python 3 |
2017-06-15 |
Augie Fackler |
|
Accepted |
[3,of,4,py3] contrib: check in a whitelist of passing tests in Python 3 |
2017-06-15 |
Augie Fackler |
|
Accepted |
[2,of,4,py3] tests: try and fail more gracefully with broken unicode escapes |
2017-06-15 |
Augie Fackler |
|
Accepted |
[1,of,4,py3] md5sum: adapt for python 3 support |
2017-06-15 |
Augie Fackler |
|
Accepted |
[6,of,6] profiling: allow configuring minimum display threshold for hotpath |
2017-06-15 |
Gregory Szorc |
|
Accepted |
[5,of,6] config: document profiling.show{min,max} |
2017-06-15 |
Gregory Szorc |
|
Accepted |
[4,of,6] check-config: look for ui.configwith |
2017-06-15 |
Gregory Szorc |
|
Accepted |
[3,of,6] check-config: use named groups in regexp |
2017-06-15 |
Gregory Szorc |
|
Accepted |
[2,of,6] check-config: use compiled regexp |
2017-06-15 |
Gregory Szorc |
|
Accepted |
[1,of,6] tests: add test coverage for check-config |
2017-06-15 |
Gregory Szorc |
|
Accepted |
[6,of,6] changeset_templater: render template specified by templatespec tuple |
2017-06-15 |
Yuya Nishihara |
|
Accepted |
[5,of,6] formatter: render template specified by templatespec tuple |
2017-06-15 |
Yuya Nishihara |
|
Accepted |
[4,of,6] formatter: put topic in templatespec tuple |
2017-06-15 |
Yuya Nishihara |
|
Accepted |
[3,of,6] cmdutil: pass templatespec tuple directly to changeset_templater (API) |
2017-06-15 |
Yuya Nishihara |
|
Accepted |
[2,of,6] formatter: wrap (tmpl, mapfile) by named tuple |
2017-06-15 |
Yuya Nishihara |
|
Accepted |
[1,of,6] cmdutil: factor out helper to create changeset_templater with literal template |
2017-06-15 |
Yuya Nishihara |
|
Accepted |
test-dirstate-race: stabilize for Windows |
2017-06-15 |
Matt Harbison |
|
Accepted |
[RFC] ui: add support for a tweakdefaults knob |
2017-06-15 |
Augie Fackler |
|
Accepted |
[8,of,8] formatter: document lookuptemplate() |
2017-06-14 |
Yuya Nishihara |
|
Accepted |
[7,of,8] cmdutil: rename gettemplate() to _lookuplogtemplate() |
2017-06-14 |
Yuya Nishihara |
|
Accepted |
[6,of,8] formatter: inline gettemplater() |
2017-06-14 |
Yuya Nishihara |
|
Accepted |
[5,of,8] formatter: factor out function to create templater from literal or map file |
2017-06-14 |
Yuya Nishihara |
|
Accepted |
[4,of,8] graphlog: do not look up graphnodetemplate in template paths (BC) |
2017-06-14 |
Yuya Nishihara |
|
Accepted |
[3,of,8] formatter: open raw template file in posix semantics |
2017-06-14 |
Yuya Nishihara |
|
Accepted |
[2,of,8] formatter: open raw template file in binary mode (BC) |
2017-06-14 |
Yuya Nishihara |
|
Accepted |
[1,of,8] formatter: close raw template file explicitly |
2017-06-14 |
Yuya Nishihara |
|
Accepted |
bisect: improve option validation message |
2017-06-14 |
Brandon McCaig |
|
Accepted |
bisect: improve option validation message |
2017-06-14 |
Brandon McCaig |
|
Accepted |
[STABLE] largefiles: avoid a crash when archiving a subrepo with largefiles disabled |
2017-06-14 |
Matt Harbison |
|
Accepted |
[5,of,5,RFC] patchbomb: add support for a file that configures default To and CC |
2017-06-13 |
Augie Fackler |
|
Accepted |
[4,of,5,RFC] patchbomb: lay test groundwork for some new functionality |
2017-06-13 |
Augie Fackler |
|
Accepted |
[3,of,5,RFC] patchbomb: make getaddrs function easier to work with |
2017-06-13 |
Augie Fackler |
|
Accepted |
[2,of,5,RFC] patchbomb: look for non-empty publicurl, not a non-None one |
2017-06-13 |
Augie Fackler |
|
Accepted |
[1,of,5,RFC] patchbomb: make variable name for publicurl always be publicurl |
2017-06-13 |
Augie Fackler |
|
Accepted |
pushkey: use False/True for return values from push functions |
2017-06-13 |
via Mercurial-devel |
|
Accepted |
[5,of,5] smartset: micro optimize spanset.slice() to narrow range accordingly |
2017-06-13 |
Yuya Nishihara |
|
Accepted |
[4,of,5] smartset: micro optimize baseset.slice() to use slice of list |
2017-06-13 |
Yuya Nishihara |
|
Accepted |
[3,of,5] smartset: extract method to slice abstractsmartset |
2017-06-13 |
Yuya Nishihara |
|
Accepted |
[2,of,5] smartset: extract spanset factory to make it constructed without a repo |
2017-06-13 |
Yuya Nishihara |
|
Accepted |
[1,of,5] smartset: change repr of spanset to show revisions as half-open range |
2017-06-13 |
Yuya Nishihara |
|
Accepted |
[5,of,5] fsmonitor: don't write out state if identity has changed (issue5581) |
2017-06-12 |
Siddharth Agarwal |
|
Accepted |
[4,of,5] fsmonitor: write state with wlock held and dirstate unchanged (issue5581) |
2017-06-12 |
Siddharth Agarwal |
|
Accepted |
[3,of,5] workingctx: add a way for extensions to run code at status fixup time |
2017-06-12 |
Siddharth Agarwal |
|
Accepted |
[2,of,5] workingctx: also pass status tuple into poststatusfixup |
2017-06-12 |
Siddharth Agarwal |
|
Accepted |
[1,of,5] workingctx: factor out post-status dirstate fixup |
2017-06-12 |
Siddharth Agarwal |
|
Accepted |