[6,of,6] templater: always map over a wrapped object |
2018-06-04 |
Yuya Nishihara |
|
Accepted |
[6,of,6] templatekw: make {rev} return wdirrev instead of None |
2015-07-02 |
Yuya Nishihara |
|
Accepted |
[6,of,6] templatekw: forward _hybrid.get to raw values so that get(extras, key) works |
2015-03-08 |
Yuya Nishihara |
|
Accepted |
[6,of,6] templatekw: add {size} keyword as an example of fctx-based keyword |
2018-09-02 |
Yuya Nishihara |
|
New |
[6,of,6] subrepo: use vfs.dirname instead of os.path.dirname |
2015-07-09 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6] sslutil: turn validator into a function |
2016-03-28 |
Gregory Szorc |
|
Changes Requested |
[6,of,6] sslutil: remove sslkwargs() (API) |
2016-05-26 |
Gregory Szorc |
|
Accepted |
[6,of,6] sslutil: remove redundant check of sslsocket.cipher() |
2016-05-15 |
Gregory Szorc |
|
Superseded |
[6,of,6] spelling: random spell checker fixes |
2013-10-23 |
Mads Kiilerich |
|
Accepted |
[6,of,6] spartan: render changesets server-side on /graph page |
2017-12-04 |
Anton Shestakov |
|
Accepted |
[6,of,6] show: show all namespaces in "work" view |
2017-06-24 |
Gregory Szorc |
|
Accepted |
[6,of,6] shelve: using `targetphase` while unbundling |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[6,of,6] setup: write mercurial/modulepolicy for pure installs |
2016-03-08 |
timeless@mozdev.org |
|
Accepted |
[6,of,6] setup: update a comment that blamed py26 for a Windows workaround |
2017-06-17 |
Matt Harbison |
|
Accepted |
[6,of,6] scmutil: split platform-specific bits into their own modules |
2013-02-13 |
Kevin Bullock |
|
Accepted |
[6,of,6] scmutil: check collision between directory part of added file and tracked ones |
2013-11-14 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,6] scmutil.filecache: support watching over multiple files |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[6,of,6] scmutil.addremove: use iteritems on walk results |
2013-04-02 |
Siddharth Agarwal |
|
Superseded |
[6,of,6] rust: propagate error of index_get_parents() properly |
2018-12-05 |
Yuya Nishihara |
|
Accepted |
[6,of,6] rust-filepatterns: unescape comment character property |
2019-07-21 |
Yuya Nishihara |
|
Accepted |
[6,of,6] rust-cpython: remove PySharedRefCell and its companion structs |
2020-01-30 |
Yuya Nishihara |
|
Accepted |
[6,of,6] rust-chg: abort if server doesn't have enough capabilities |
2018-10-14 |
Yuya Nishihara |
|
Accepted |
[6,of,6] run-tests: use a file for capturing replacements |
2015-03-29 |
Gregory Szorc |
|
Accepted |
[6,of,6] run-tests: fix Python 3 incompatibilities |
2016-02-28 |
Gregory Szorc |
yuya |
Accepted |
[6,of,6] run-tests.py: inherit PYTHONHASHSEED from environment if set |
2013-01-20 |
Mads Kiilerich |
|
Accepted |
[6,of,6] revset: use localrepo revbranchcache for branch name filtering |
2014-12-14 |
Mads Kiilerich |
|
Superseded |
[6,of,6] revset: parse nullary ":" operator as "0:tip" |
2015-07-17 |
Yuya Nishihara |
|
Superseded |
[6,of,6] revset: make follow() accept empty startrev |
2017-12-07 |
Yuya Nishihara |
|
Accepted |
[6,of,6] revset: fix order of first/last members in compound expression (BC) |
2017-06-11 |
Yuya Nishihara |
|
Accepted |
[6,of,6] revset: fix a crash with 'roots(wdir())' |
2015-07-01 |
Matt Harbison |
|
Changes Requested |
[6,of,6] revset: do not nest addset by "addset + other" (issue4565) |
2015-05-12 |
Yuya Nishihara |
|
Accepted |
[6,of,6] revset: check collision between alias argument names in the declaration |
2015-01-08 |
Katsunori FUJIWARA |
|
Changes Requested |
[6,of,6] revlog: make chainbase cache its result for the correct revision |
2018-05-21 |
Paul Morelle |
|
Accepted |
[6,of,6] revert: use modified information from both status |
2014-08-14 |
Pierre-Yves David |
|
Accepted |
[6,of,6] revert: remove nullrev from the bookmark computation |
2014-09-18 |
Pierre-Yves David |
|
Accepted |
[6,of,6] revbranchcache: write cache even during read operations |
2015-03-17 |
Durham Goode |
|
Accepted |
[6,of,6] resolve: print message when no unresolved files remain (issue4214) |
2014-05-09 |
Gregory Szorc |
|
Accepted |
[6,of,6] repoview: avoid processing the same rev twice in _getstatichidden |
2015-04-03 |
Pierre-Yves David |
|
Accepted |
[6,of,6] record: add comparison methods for recordhunk class |
2015-03-13 |
Laurent Charignon |
|
Accepted |
[6,of,6] rebase: use lazy ancestor sets |
2012-12-14 |
Siddharth Agarwal |
|
Superseded |
[6,of,6] rebase: use hg.updatetotally instead of commands.update for efficiency |
2016-03-11 |
Katsunori FUJIWARA |
|
Changes Requested |
[6,of,6] rebase: show a note for updated mq patches |
2014-12-10 |
Mads Kiilerich |
|
Accepted |
[6,of,6] rebase: remove revprecursor and revpruned states |
2017-07-09 |
Jun Wu |
|
Superseded |
[6,of,6] rebase: abort hg pull --rebase if rebase.requiredest is set (issue5514) |
2017-03-28 |
Ryan McElroy |
|
Changes Requested |
[6,of,6] qfold: allow to specify '--message/'--logfile' and '--edit' at the same time |
2014-05-31 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6] pycompat: use unicode literals to appease Python 3 |
2016-06-01 |
Gregory Szorc |
|
Accepted |
[6,of,6] py3: work around comparison between int and None in tagmerge |
2018-03-04 |
Yuya Nishihara |
|
Accepted |
[6,of,6] py3: use pycompat.bytestr() in place of str() |
2017-06-20 |
Pulkit Goyal |
|
Accepted |
[6,of,6] py3: suppress the output from .write() calls in more tests |
2018-10-02 |
Matt Harbison |
|
Accepted |
[6,of,6] py3: replace os.sep with pycompat.ossep (part 4 of 4) |
2016-12-17 |
Pulkit Goyal |
|
Accepted |
[6,of,6] py3: make sure commands name are bytes in tests |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[6,of,6] py3: fix comparison between int and None |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[6,of,6] py3: fix bundle heads to be consumable more than once |
2018-07-08 |
Yuya Nishihara |
|
Accepted |
[6,of,6] py3: ensure the HTTP password manager returns strings, not bytes |
2019-02-06 |
Matt Harbison |
|
Accepted |
[6,of,6] py3: byte-stringify literals in test-keyword.t |
2018-10-16 |
Yuya Nishihara |
|
Accepted |
[6,of,6] py3: avoid b'' output in test-hgweb-non-interactive.t |
2018-09-30 |
Matt Harbison |
|
Accepted |
[6,of,6] pushbookmark: do not attempt to update bookmark if the push failed (BC) |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[6,of,6] pull: prevent race condition in bookmark update when using -B (issue4689) |
2015-06-05 |
Pierre-Yves David |
|
Accepted |
[6,of,6] profiling: allow configuring minimum display threshold for hotpath |
2017-06-15 |
Gregory Szorc |
|
Accepted |
[6,of,6] profile: drop maybeprofile |
2017-06-09 |
Pierre-Yves David |
|
Accepted |
[6,of,6] procutil: make stdout line-buffered on Windows if connected to TTY |
2020-07-05 |
Manuel Jacob |
|
Accepted |
[6,of,6] plan9: update setup.py and mkfile to support new cpython 2.7 build |
2013-08-12 |
jas@corpus-callosum.com |
|
Changes Requested |
[6,of,6] phases: move short-lived PyObject pointers to local scope |
2020-07-18 |
Yuya Nishihara |
|
Accepted |
[6,of,6] phases: make writing phaseroots file out avoid ambiguity of file stat |
2016-06-02 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6] perftest: allow selection of volatile set to benchmark |
2013-01-04 |
Pierre-Yves David |
|
Accepted |
[6,of,6] perftemplating: allow to specify the template to test |
2018-06-11 |
Boris Feld |
|
Accepted |
[6,of,6] perf: add perfrevlogrevision |
2015-12-21 |
Gregory Szorc |
|
Accepted |
[6,of,6] patchbomb: fix wrong argument type when calling mail generator.flatten() |
2019-11-13 |
Denis Laxalde |
|
Accepted |
[6,of,6] patchbomb: add config knob to generate flags by template (issue5354) |
2017-03-07 |
Yuya Nishihara |
|
Accepted |
[6,of,6] patch.applydiff: accept a prefix parameter |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[6,of,6] parsers: use a lookup table to convert hex to binary |
2013-09-07 |
Siddharth Agarwal |
|
Accepted |
[6,of,6] parser: move alias definition parser to common rule-set class |
2016-04-01 |
Yuya Nishihara |
|
Superseded |
[6,of,6] packaging: use /usr/bin/python3 shebang for scripts in Debian |
2019-10-21 |
Denis Laxalde |
|
Accepted |
[6,of,6] packaging: "make deb" no longer fails |
2018-10-09 |
via Mercurial-devel |
|
New |
[6,of,6] osutil: export a "getfstype" method |
2017-03-21 |
Jun Wu |
|
Accepted |
[6,of,6] obsolete: add native version of addchildren() |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[6,of,6] merge: use None as filename for base in 'both created' conflicts |
2014-11-25 |
Martin von Zweigbergk |
marmoute |
Accepted |
[6,of,6] merge: reuse batchremove method for 'rm' action |
2014-12-03 |
Martin von Zweigbergk |
|
Superseded |
[6,of,6] merge: make in-memory changes visible to external update hooks |
2015-10-14 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,6] merge: invoke cmdutil.fileprefetchhooks() prior to applying updates |
2018-02-11 |
Matt Harbison |
|
Superseded |
[6,of,6] merge: include base content in merge markers |
2014-06-10 |
Pierre-Yves David |
|
Changes Requested |
[6,of,6] merge: fix stupid indentation left over from previous refactorings |
2014-05-15 |
Mads Kiilerich |
|
Superseded |
[6,of,6] merge.mergestate: use mergectx wrapper |
2015-10-09 |
Siddharth Agarwal |
|
Accepted |
[6,of,6] mercurial: support loading C extensions on Python 3 |
2016-10-13 |
Gregory Szorc |
|
Accepted |
[6,of,6] manifest: rename matches to _matches |
2017-03-03 |
Durham Goode |
martinvonz |
Accepted |
[6,of,6] log: show phase in hg log -v with the phase template |
2014-10-05 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[6,of,6] log: pass around --rev option by walkopts |
2020-09-18 |
Yuya Nishihara |
|
Accepted |
[6,of,6] log: pack filematcher and hunksfilter into changesetdiffer object |
2018-02-07 |
Yuya Nishihara |
|
Accepted |
[6,of,6] log: fix --follow null parent not to include revision 0 |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
[6,of,6] log: drop unused expr from return value of getlogrevs() |
2018-01-04 |
Yuya Nishihara |
|
Accepted |
[6,of,6] locarepo: remove the `push` method |
2014-09-25 |
Pierre-Yves David |
|
Changes Requested |
[6,of,6] localrepo: remove unused addchangegroup() (API) |
2017-06-15 |
via Mercurial-devel |
|
Accepted |
[6,of,6] localrepo: remove checkpush() |
2014-07-12 |
Gregory Szorc |
|
Changes Requested |
[6,of,6] localrepo: eliminate local requirements var in init |
2015-05-01 |
Drew Gottlieb |
|
Accepted |
[6,of,6] lfs: enable the final download count status message |
2018-04-15 |
Matt Harbison |
|
Superseded |
[6,of,6] lfs: allow to run 'debugupgraderepo' on repo with largefiles |
2017-12-08 |
Boris Feld |
|
Accepted |
[6,of,6] largefiles: port wrapped functions to exthelper |
2018-12-26 |
Matt Harbison |
|
Accepted |
[6,of,6] largefiles: PoC: replace largefile copies in working directory with symlinks |
2016-10-07 |
Mads Kiilerich |
|
Accepted |
[6,of,6] largefiles: modernize how capabilities are added to the wire protocol |
2017-12-27 |
Matt Harbison |
|
Accepted |
[6,of,6] largefiles: don't duplicate 'actions' into 'actionbyfile' |
2014-12-17 |
Martin von Zweigbergk |
|
Superseded |
[6,of,6] import-checker: check docstrings in python |
2016-04-12 |
timeless@mozdev.org |
|
Superseded |
[6,of,6] ignore: move readpatternfile to match.py |
2015-05-18 |
Durham Goode |
|
Accepted |
[6,of,6] i18n: get translation entries for description of each compression engines |
2017-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6] histedit: move autoverb rule to the commit it matches |
2016-06-21 |
Sean Farley |
|
Changes Requested |
[6,of,6] histedit: delete all non-actionclass related code |
2015-04-15 |
Durham Goode |
|
Accepted |
[6,of,6] hidden: alert hidden store when obsmarkers are created |
2017-05-18 |
Durham Goode |
|
Deferred |
[6,of,6] hgweb: wrap {branch} and {changesetbranch} by hybridlist() |
2018-05-08 |
Yuya Nishihara |
|
Accepted |
[6,of,6] hgweb: support showing output based on a ?lang= parameter RFC |
2016-01-12 |
timeless@mozdev.org |
yuya |
Changes Requested |
[6,of,6] hgweb: send aggressive Cache-Control header for immutable requests |
2017-04-01 |
Gregory Szorc |
|
Changes Requested |
[6,of,6] hgweb: remove unused argument 'tmpl' from listfilediffs() |
2018-05-10 |
Yuya Nishihara |
|
Accepted |
[6,of,6] hgweb: profile HTTP requests |
2016-08-15 |
Gregory Szorc |
|
Superseded |
[6,of,6] hgweb: don't dereference symbolic revision in paper & coal style (issue2296) |
2015-06-16 |
Anton Shestakov |
|
Accepted |
[6,of,6] hggettext: work around broken path parsing osx10.6/py2.6 |
2015-10-02 |
Ryan McElroy |
|
Rejected |
[6,of,6] hg: update newly added listdir function of vfs in clone |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
[6,of,6] help: document about "export" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[6,of,6] help: add --system flag to get help for various platform(s) |
2016-01-10 |
timeless@mozdev.org |
|
Accepted |
[6,of,6] grep: move prep() to grepsearcher class |
2020-10-07 |
Yuya Nishihara |
|
Accepted |
[6,of,6] fileset: pass in badfn to inner matchers |
2018-07-07 |
Yuya Nishihara |
|
New |
[6,of,6] fileset: extract language processing part to new module (API) |
2018-08-02 |
Yuya Nishihara |
|
Accepted |
[6,of,6] fileset: detect unintentional existing() invocation at runtime |
2015-12-21 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6] filemerge: show actual capabilities of internal merge tools |
2018-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6] fastannotate: pconvert paths from the server for Windows |
2018-08-22 |
Matt Harbison |
|
Accepted |
[6,of,6] extensions: avoid shadowing imported module names with exthelper methods |
2018-12-01 |
Matt Harbison |
|
New |
[6,of,6] extdiff: add some comments in diffrevs() |
2020-07-14 |
Pulkit Goyal |
|
Accepted |
[6,of,6] exchange: add pushfinish event |
2014-08-19 |
Gregory Szorc |
|
Changes Requested |
[6,of,6] encoding: drop circular import by proxying through '<policy>.charencode' |
2017-08-08 |
Yuya Nishihara |
|
Accepted |
[6,of,6] doc: add description about pattern matching against directories |
2014-01-17 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6] dirstate: make write() aware of pending file |
2015-05-19 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[6,of,6] dirstate._walkexplicit: inline dirsnotfound.append |
2013-05-07 |
Siddharth Agarwal |
|
Accepted |
[6,of,6] dirs: reuse strings in _incdir |
2013-03-29 |
Bryan O'Sullivan |
|
Superseded |
[6,of,6] destutil: document various failure cases |
2016-02-12 |
Pierre-Yves David |
|
Accepted |
[6,of,6] debugcommands: move 'debugrevlog' in the new module |
2017-02-14 |
Pierre-Yves David |
|
Accepted |
[6,of,6] debugcommands: move 'debuglocks' in the new module |
2017-02-13 |
Pierre-Yves David |
|
Accepted |
[6,of,6] debian: switch to using debhelper and dh_python2 to build debs |
2015-08-27 |
Augie Fackler |
|
Superseded |
[6,of,6] crecord: update downarrowshiftevent() docstring, remove todo |
2016-05-05 |
Anton Shestakov |
|
Accepted |
[6,of,6] convert: migrate to util.iterfile |
2016-11-14 |
Jun Wu |
|
Accepted |
[6,of,6] convert: add support to find git copies from all files in the working copy |
2014-09-12 |
Siddharth Agarwal |
|
Superseded |
[6,of,6] convert: add support to find git copies from all files in the working copy |
2014-09-24 |
Augie Fackler |
|
Accepted |
[6,of,6] context: remove makememctx since there are no more callers |
2014-08-06 |
Sean Farley |
|
Accepted |
[6,of,6] configitems: register the 'patchbomb.publicurl' config |
2017-09-11 |
Boris Feld |
|
Accepted |
[6,of,6] configitems: register the 'experimental.histeditng' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[6,of,6] commit: select template by spec.ref name |
2017-06-16 |
Yuya Nishihara |
|
Accepted |
[6,of,6] commands: use dirstateguard instead of begin/end-parentchange for backout |
2015-10-08 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6] color: set initial default value for 'colormode' to None |
2017-02-21 |
Pierre-Yves David |
|
Accepted |
[6,of,6] color: drop the 'colorui' class |
2017-02-22 |
Pierre-Yves David |
yuya |
Superseded |
[6,of,6] cmdutil: expand filename format string by templater (BC) |
2018-02-15 |
Yuya Nishihara |
|
Accepted |
[6,of,6] churn: leverage logcmdutil to filter revisions by --date |
2020-10-03 |
Yuya Nishihara |
|
Accepted |
[6,of,6] chgserver: replace SocketServer with mercurial.socketserver |
2016-05-09 |
Jun Wu |
|
Changes Requested |
[6,of,6] check-concurrency: expose the feature as 'server.check-concurrency' |
2017-06-04 |
Pierre-Yves David |
|
Accepted |
[6,of,6] check-code: print debug output when an ignore pattern matches |
2014-01-07 |
Simon Heimberg |
|
Superseded |
[6,of,6] check-code: cache translation table for repquote to reuse in subsequent use |
2016-05-31 |
Katsunori FUJIWARA |
|
Changes Requested |
[6,of,6] changeset_templater: render template specified by templatespec tuple |
2017-06-15 |
Yuya Nishihara |
|
Accepted |
[6,of,6] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-04 |
Augie Fackler |
|
Superseded |
[6,of,6] changegroup: expose list of changesets from getchangegroup |
2015-05-26 |
Gregory Szorc |
marmoute |
Changes Requested |
[6,of,6] changegroup: close progress in same function as it's started |
2015-05-01 |
Martin von Zweigbergk |
|
Accepted |
[6,of,6] changectx: issue a FilteredRepoLookupError when applicable |
2014-10-16 |
Pierre-Yves David |
|
Accepted |
[6,of,6] cat: add formatter support |
2017-05-30 |
Yuya Nishihara |
|
Accepted |
[6,of,6] byteify-strings: add --treat-as-kwargs argument to handle kwargs-like objects |
2019-08-02 |
Raphaël Gomès |
|
Accepted |
[6,of,6] bundlerepo: mark internal-only config variable |
2015-07-16 |
Matt Mackall |
|
Accepted |
[6,of,6] bundle: add optional 'tagsfnodecache' data to on disk bundle (issue5543) |
2017-05-06 |
Pierre-Yves David |
|
Accepted |
[6,of,6] bundle2: support transferring .hgtags fnodes mapping |
2015-06-01 |
Gregory Szorc |
|
Changes Requested |
[6,of,6] bundle2: read the whole bundle from stream on abort |
2014-04-01 |
Pierre-Yves David |
|
Accepted |
[6,of,6] bundle2: don't attempt I/O after an I/O error occurs (issue4784) |
2017-04-14 |
Gregory Szorc |
|
Accepted |
[6,of,6] bundle2: allow compressed bundle |
2015-09-24 |
Pierre-Yves David |
|
Superseded |
[6,of,6] branches: include active, closed and current flags in template output |
2014-10-02 |
Yuya Nishihara |
|
Superseded |
[6,of,6] branch: reword help text |
2015-12-17 |
timeless@mozdev.org |
|
Accepted |
[6,of,6] bmstore: add handling of the active bookmark |
2015-12-02 |
Augie Fackler |
|
Superseded |
[6,of,6] blackbox: use a human readable version of the default |
2017-06-22 |
Pierre-Yves David |
|
Changes Requested |
[6,of,6] blackbox: use a human readable version of the default |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[6,of,6] blackbox: trap warnings |
2016-03-01 |
timeless@mozdev.org |
yuya |
Changes Requested |
[6,of,6] blackbox: tests for the blackbox extension |
2013-02-10 |
Durham Goode |
|
Superseded |
[6,of,6] baseset: allow a set as argument |
2014-10-17 |
Pierre-Yves David |
|
Deferred |
[6,of,6] ancestor: use heapreplace() in place of heappop/heappush() |
2018-09-11 |
Yuya Nishihara |
|
Accepted |
[6,of,6] alias: exit from bad definition by Abort |
2014-08-14 |
Yuya Nishihara |
|
Accepted |
[6,of,6,zstd-wireproto,V3] protocol: send application/mercurial-0.2 responses to capable clients |
2016-12-24 |
Gregory Szorc |
|
Accepted |
[6,of,6,v7] rebase: move local variable 'obsoletenotrebased' to the RR class |
2016-06-21 |
Kostia Balytskyi |
yuya |
Accepted |
[6,of,6,V7] dirstate: call the C implementation of nonnonormalentries when available |
2015-12-23 |
Laurent Charignon |
|
Accepted |
[6,of,6,V6] sslutil: print a warning when using TLS 1.0 on legacy Python |
2016-07-16 |
Gregory Szorc |
|
Accepted |
[6,of,6,v6,lazy-manifest] lazymanifest: use a binary search to do an insertion |
2015-03-07 |
Augie Fackler |
|
Accepted |
[6,of,6,V5] update: specify custom conflict markers for update (BC) |
2014-05-16 |
Durham Goode |
|
Accepted |
[6,of,6,V5] summary: add evolution "troubles" information to summary output |
2017-01-06 |
Denis Laxalde |
|
Accepted |
[6,of,6,V5] reachableroots: default to the C implementation |
2015-08-07 |
Pierre-Yves David |
|
Accepted |
[6,of,6,V5] manifest: remove manifest.readshallowdelta |
2016-11-03 |
Durham Goode |
|
Accepted |
[6,of,6,V4] revsbetween: default to the C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[6,of,6,V4] commands: use bookmarks.validdest instead of duplicating logic |
2014-01-17 |
Sean Farley |
|
Accepted |
[6,of,6,V3] util.system: rename to rawsystem in favor of ui.system() |
2014-11-12 |
Yuya Nishihara |
|
Rejected |
[6,of,6,V3] treemanifest: make hasdir() faster |
2015-03-19 |
Martin von Zweigbergk |
|
Accepted |
[6,of,6,V3] tests: use print_function in test-context.py |
2016-04-03 |
roby roby |
|
Changes Requested |
[6,of,6,V3] templater: look for mapfiles in template paths |
2015-05-10 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[6,of,6,V3] rust-cpython: prepare for writing tests that require libpython |
2019-10-17 |
Yuya Nishihara |
|
New |
[6,of,6,V3] revset: optimize out sort() according to ordering policy |
2016-06-17 |
Yuya Nishihara |
martinvonz |
Superseded |
[6,of,6,V3] revsbetween: default to the C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[6,of,6,V3] merge: invoke scmutil.fileprefetchhooks() prior to applying updates |
2018-02-13 |
Matt Harbison |
|
Accepted |
[6,of,6,V3] match: raise an Abort error instead of OverflowError |
2018-11-23 |
Boris Feld |
|
Accepted |
[6,of,6,V3] hidden: drop outdated comment about "dynamic" performance |
2017-05-26 |
Pierre-Yves David |
|
Accepted |
[6,of,6,V3] hgweb, config: make search restrictions configurable with web.restrictsearch |
2013-08-22 |
Alexander Plavin |
|
Deferred |
[6,of,6,v3] hghave: add hg06..hg39 |
2016-04-04 |
timeless@mozdev.org |
|
Accepted |
[6,of,6,v3] heptapod-ci: use the new `--rust/--no-rust` flag to run the tests |
2020-03-09 |
Pierre-Yves David |
|
Accepted |
[6,of,6,v3] convert: Create commits from revmap list if needed |
2016-12-07 |
David Soria Parra |
|
Superseded |
[6,of,6,v3] contrib: add check-code rule to enforce non-use of `python` in tests |
2017-06-20 |
Augie Fackler |
|
Accepted |
[6,of,6,V3] commands: use bookmarks.validdest instead of duplicating logic |
2014-01-16 |
Sean Farley |
|
Superseded |
[6,of,6,V3] branchmap: enable caching for filtered version too |
2013-01-01 |
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 |
[6,of,6,V2] update: consider successor changesets when moving active bookmark |
2014-01-12 |
Sean Farley |
|
Superseded |
[6,of,6,V2] update: add experimental config for default way of handling dirty wdir |
2017-02-14 |
via Mercurial-devel |
|
Accepted |
[6,of,6,V2] ui: add diff.showfunc to progressive mode |
2015-04-07 |
Mathias De Maré |
|
Changes Requested |
[6,of,6,V2] transplant: change "editform" to distinguish merge commits from other |
2014-08-16 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6,V2] tests: use absolute_import in test-propertycache.py |
2016-04-04 |
roby roby |
|
Accepted |
[6,of,6,V2] tests: use absolute_import in test-hybridencode.py |
2016-04-03 |
roby roby |
|
Accepted |
[6,of,6,V2] tests: use absolute_import in test-filelog.py |
2016-04-03 |
roby roby |
|
Accepted |
[6,of,6,V2] tests: add alias to detect external diff invocation via extdiff |
2016-02-08 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6,V2] tests: add alias to detect external diff invocation via extdiff |
2016-02-09 |
Katsunori FUJIWARA |
yuya |
Rejected |
[6,of,6,V2] test-subrepo: add tests for subrepo "storeclean" checks |
2013-03-09 |
Angel Ezquerra |
|
Accepted |
[6,of,6,V2] test-pattern: actually update tests using the patterns |
2017-11-13 |
Boris Feld |
|
Accepted |
[6,of,6,V2] templatekw: add {changes}, {distance} and {tag} to the {latesttag} keyword |
2015-10-06 |
Matt Harbison |
|
Accepted |
[6,of,6,V2] summary: display obsolete state of parents |
2017-03-28 |
Denis Laxalde |
|
Accepted |
[6,of,6,V2] sslutil: config option to specify TLS protocol version |
2016-07-13 |
Gregory Szorc |
|
Accepted |
[6,of,6,V2] similar: use cheaper hash() function to test exact matches |
2017-03-23 |
Yuya Nishihara |
|
Accepted |
[6,of,6,V2] shelve: remove useless stripping changelog at unshelve |
2015-12-16 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,6,V2] scmutil.addremove: use iteritems on walk results |
2013-04-02 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,V2] rust: rustlazyancestors.__contains__ |
2018-10-09 |
Georges Racinet |
|
Superseded |
[6,of,6,V2] revset: check collision between alias argument names in the declaration |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6,V2] revsbetween: default to the C implementation |
2015-08-07 |
Laurent Charignon |
|
Superseded |
[6,of,6,V2] py3: add test to show `hg update` and `hg identify` works on Python 3 |
2017-06-02 |
Pulkit Goyal |
|
Accepted |
[6,of,6,v2] procutil: make mercurial.utils.procutil.stderr unbuffered |
2020-07-06 |
Manuel Jacob |
|
Accepted |
[6,of,6,V2] perf: make perf command import newer module locally for earlier Mercurial |
2016-07-04 |
Katsunori FUJIWARA |
|
Changes Requested |
[6,of,6,v2] paths: allow util.finddirs touse os.path.sep |
2017-09-30 |
Matt Harbison |
|
Not Applicable |
[6,of,6,v2] parsers: avoid signed/unsigned comparison mismatch |
2014-09-09 |
Henrik Stuart |
|
Accepted |
[6,of,6,V2] parsers: add version to help detect breaking binary changes |
2017-05-19 |
Jun Wu |
|
Accepted |
[6,of,6,V2] obsstore: cache size computation for fm1 node |
2014-12-04 |
Pierre-Yves David |
|
Accepted |
[6,of,6,V2] obsolete: refuse to push divergent changeset |
2012-12-13 |
Pierre-Yves David |
|
Accepted |
[6,of,6,V2] obscache: use the obscache to compute the obsolete set |
2017-05-20 |
Pierre-Yves David |
|
Deferred |
[6,of,6,V2] merge: invoke cmdutil.fileprefetchhooks() prior to applying updates |
2018-02-12 |
Matt Harbison |
|
Superseded |
[6,of,6,V2] merge: add a internal:merge3 tools |
2014-08-05 |
Pierre-Yves David |
|
Accepted |
[6,of,6,V2] match: raise an Abort error instead of OverflowError |
2018-11-22 |
Boris Feld |
|
Superseded |
[6,of,6,V2] largefiles: don't duplicate 'actions' into 'actionbyfile' |
2014-12-22 |
Martin von Zweigbergk |
|
Accepted |
[6,of,6,v2] import: relax import --exact if there is no # Node |
2015-12-31 |
timeless@mozdev.org |
yuya |
Changes Requested |
[6,of,6,V2] histedit: move autoverb rule to the commit it matches |
2016-06-30 |
Sean Farley |
yuya |
Accepted |
[6,of,6,V2] histedit: migrate to scmutil.cleanupnodes (BC) |
2017-07-08 |
Jun Wu |
|
Superseded |
[6,of,6,V2] histedit: migrate to scmutil.cleanupnodes (BC) |
2017-07-08 |
via Mercurial-devel |
|
Not Applicable |
[6,of,6,v2] histedit: log the time taken to read in the commands list |
2017-02-09 |
Simon Farnsworth |
|
Changes Requested |
[6,of,6,V2] hidden: drop outdated comment about "dynamic" performance |
2017-05-23 |
Pierre-Yves David |
|
Changes Requested |
[6,of,6,V2] hgweb: add actual processing of ajax-received next page content |
2013-08-17 |
Alexander Plavin |
|
Deferred |
[6,of,6,V2] hgweb, config: make search restrictions configurable with web.restrictsearch |
2013-08-16 |
Alexander Plavin |
|
Superseded |
[6,of,6,V2] hg: update newly added listdir function of vfs in clone |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[6,of,6,V2] heptapod-ci: use the new `--rust/--no-rust` flag to run the tests |
2020-03-08 |
Pierre-Yves David |
|
Accepted |
[6,of,6,V2] fsmonitor: execute setup procedures only if dirstate is already instantiated |
2017-07-10 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6,V2] exthelper: correct a documentation typo |
2018-12-23 |
Matt Harbison |
|
Accepted |
[6,of,6,v2] extdiff: measure blocked time |
2017-02-02 |
Simon Farnsworth |
|
Accepted |
[6,of,6,V2] dirstate: read from pending file under HG_PENDING mode if it exists |
2015-10-13 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6,V2] debugcommands: move 'debugpathcomplete' in the new module |
2017-02-14 |
Pierre-Yves David |
martinvonz |
Accepted |
[6,of,6,v2] convert: introduce --full for converting all files |
2014-08-26 |
Mads Kiilerich |
|
Accepted |
[6,of,6,V2] context: override _dirstatestatus in workingcommitctx for correct matching |
2014-12-31 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6,V2] check-code: print debug output when an ignore pattern matches |
2014-01-09 |
Simon Heimberg |
|
Accepted |
[6,of,6,v2] check-code: enforce (glob) on output lines containing 127.0.0.1 |
2016-07-12 |
Augie Fackler |
|
Accepted |
[6,of,6,V2] bundle2: allow compressed bundle |
2015-09-25 |
Pierre-Yves David |
|
Superseded |
[6,of,6,v2] bmstore: add handling of the active bookmark |
2015-12-02 |
Augie Fackler |
|
Superseded |
[6,of,6,V2] blackbox: tests for the blackbox extension |
2013-02-12 |
Durham Goode |
|
Accepted |
[6,of,6,V2,RFC] localrepo: properly lock full shared repositories |
2014-12-26 |
Angel Ezquerra |
|
Changes Requested |
[6,of,6,v2,convert] Create commits from revmap list if needed |
2016-12-07 |
David Soria Parra |
|
Superseded |
[6,of,6,topic-experiment] topic: don't abort if there is no current topic in stack() revset |
2017-06-28 |
Pulkit Goyal |
|
Accepted |
[6,of,6,standalone-strip-long-version] strip: rename test-mq-strip into test-strip |
2013-09-26 |
Pierre-Yves David |
|
Superseded |
[6,of,6,standalone-strip-long-version] strip: rename test-mq-strip into test-strip |
2013-09-28 |
Kevin Bullock |
|
Accepted |
[6,of,6,stable] test-largefiles: add test for hg log --follow --patch with path |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,STABLE] pager: expand partial commands in pager.attend-% (issue5527) |
2017-04-25 |
Gregory Szorc |
|
Deferred |
[6,of,6,stable] mq: don't lose whitespace changes with [diff] ignoreblanklines=True |
2017-06-17 |
Mads Kiilerich |
|
Changes Requested |
[6,of,6,STABLE] keyword: suppress keyword expansion while 'hg fetch' for internal merge |
2014-06-05 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6,STABLE] httppeer: unify hint message for PeerTransportError |
2017-04-30 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6,stable] glossary: don't mention obsolete graphlog extension |
2013-11-23 |
Martin Geisler |
|
Accepted |
[6,of,6,STABLE] doc: make previous line of certificate example end with "::" |
2016-07-31 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6,stable] convert: handle percent-encoded bytes in file URLs like Subversion |
2020-06-30 |
Manuel Jacob |
|
Accepted |
[6,of,6,STABLE] builddeb: ignore vcs and build results |
2016-04-18 |
Sean Farley |
|
Superseded |
[6,of,6,STABLE] bdiff: further restrain potential quadratic performance |
2016-04-23 |
Matt Mackall |
|
Superseded |
[6,of,6,STABLE] amend: update .hgsubstate before committing a memctx (issue5677) |
2017-11-08 |
Yuya Nishihara |
|
Accepted |
[6,of,6,STABLE,V3] ubuntu-xenial-ppa: add makefile rule |
2016-04-29 |
Sean Farley |
|
Accepted |
[6,of,6,STABLE,V2] ubuntu-xenial-ppa: add makefile rule |
2016-04-27 |
Sean Farley |
|
Superseded |
[6,of,6,STABLE,V2] bdiff: further restrain potential quadratic performance |
2016-04-25 |
Matt Mackall |
|
Accepted |
[6,of,6,sethelp,v2] dispatch: offer suggestions of similar-named commands |
2015-03-06 |
Augie Fackler |
|
Accepted |
[6,of,6,RFC] radixlink: use C radixlink get implementation if available |
2017-05-22 |
Jun Wu |
|
Changes Requested |
[6,of,6,RFC] push: allow specifying default-push as defaultpush |
2013-08-02 |
Augie Fackler |
|
Deferred |
[6,of,6,RFC] perf: define formatter locally if Mercurial is earlier than 2.2 |
2016-06-10 |
Katsunori FUJIWARA |
|
Changes Requested |
[6,of,6,RFC] manifest: change repo.manifestlog to be propertycache instead of storecache |
2016-11-03 |
Durham Goode |
|
Changes Requested |
[6,of,6,RFC] localrepo: remove wopener as an alias for localrepo.wvfs |
2015-01-11 |
Angel Ezquerra |
|
Changes Requested |
[6,of,6,RFC] localrepo: properly lock full shared repositories |
2014-12-24 |
Angel Ezquerra |
|
Superseded |
[6,of,6,RFC] hg: hook immutable repos up to registrar and dispatch |
2017-06-09 |
Gregory Szorc |
|
Deferred |
[6,of,6,RFC] extensions: show deprecation warning for the use of cmdutil.command |
2017-05-13 |
Yuya Nishihara |
|
Accepted |
[6,of,6,RFC] extension: `dummy` and composition with `lfs` |
2016-10-27 |
Remi Chaintron |
|
Deferred |
[6,of,6,RFC] dispatch: modernize the ui after finalizing config loading |
2017-03-12 |
David Soria Parra |
|
Superseded |
[6,of,6,RFC] destutil: choose non-closed branch head as default update destination (BC) |
2016-02-24 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[6,of,6,RFC] color: add special case handling for default template labels |
2012-12-24 |
Sean Farley |
|
Superseded |
[6,of,6,resolve-ux] resolve: print message when no unresolved files remain (issue4214) |
2014-05-02 |
Gregory Szorc |
|
Superseded |
[6,of,6,resend] contrib/Makefile.python: build local Python from source |
2014-02-05 |
Mads Kiilerich |
|
Accepted |
[6,of,6,remotenames-ext] selectivepull: support list of default bookmarks |
2017-01-30 |
Stanislau Hlebik |
|
Accepted |
[6,of,6,remotenames-ext] remotenames: do not expect repo._remotenames to be set unconditionally |
2018-02-19 |
Ryan McElroy |
|
New |
[6,of,6,py3] ui: fix configlist on Python 3 |
2017-03-03 |
Augie Fackler |
|
Accepted |
[6,of,6,py3] test-check-py3-commands.t: add test to check `hg diff` |
2017-03-26 |
Pulkit Goyal |
|
Accepted |
[6,of,6,py3] schemes: move re construction to module-level and python3-ify |
2017-03-06 |
Augie Fackler |
|
Accepted |
[6,of,6,py3] py3: convert system strings to bytes in doctest of formatter.py |
2017-09-17 |
Yuya Nishihara |
|
Accepted |
[6,of,6,py3] config: guard against setconfig specifying unicode values on py3 |
2017-03-07 |
Augie Fackler |
|
Superseded |
[6,of,6,py3] commands: make sure using byteschr rather than ascii values |
2017-03-16 |
Pulkit Goyal |
|
Changes Requested |
[6,of,6,py3,v4] policy: try and always have a bytes for module policy |
2017-03-11 |
Augie Fackler |
|
Accepted |
[6,of,6,py3,v2] py3: prove `hg {add,addremove,commit} all work |
2017-03-23 |
Augie Fackler |
|
Accepted |
[6,of,6,py3,v2] config: guard against setconfig specifying unicode values on py3 |
2017-03-08 |
Augie Fackler |
|
Superseded |
[6,of,6,py3,progress,v2] repoview: use repo.revs() instead of a private revset method |
2014-02-04 |
Augie Fackler |
|
Accepted |
[6,of,6,path,intent] commands: define intent for init |
2014-09-29 |
Gregory Szorc |
|
Changes Requested |
[6,of,6,packaging] dockerdeb: rules to build a debian package using docker |
2015-05-08 |
Augie Fackler |
|
Accepted |
[6,of,6,misc] tests: make unshelve tests more tricky - don't depend on size change |
2014-04-07 |
Mads Kiilerich |
|
Accepted |
[6,of,6,misc] rebase: tell when reopening a closed branch head |
2014-04-13 |
Mads Kiilerich |
|
Accepted |
[6,of,6,mergedriver] test-merge-changedelete.t: add resolve --list output |
2015-11-24 |
Siddharth Agarwal |
martinvonz |
Accepted |
[6,of,6,mergedriver] merge.mergestate: perform all premerges before any merges (BC) |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,mergedriver] merge.applyupdates: switch to mergestate.fresh() |
2015-11-17 |
Siddharth Agarwal |
|
Changes Requested |
[6,of,6,mergedriver] localrepo.commit: disallow commit when driver-resolved files exist |
2015-10-14 |
Siddharth Agarwal |
marmoute |
Accepted |
[6,of,6,mergedriver] filemerge: call premerge directly from main merge function |
2015-10-08 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,main-line-of-works,(22,more,patches,to,go)] ] bundle2: hide bundle2 stream debug under a config flag |
2015-05-28 |
Pierre-Yves David |
|
Accepted |
[6,of,6,lazymanifest-errors] lazymanifest: check error return in filter |
2015-12-31 |
Augie Fackler |
|
Accepted |
[6,of,6,json-style] tests: add tests for json output from hgweb |
2014-12-31 |
Gregory Szorc |
|
Changes Requested |
[6,of,6,import-refactor,V3] mercurial: support loading modules from zipimporter |
2015-12-04 |
Gregory Szorc |
yuya |
Accepted |
[6,of,6,import-refactor,V2] mercurial: don't load C extensions from PyPy |
2015-11-25 |
Gregory Szorc |
yuya |
Superseded |
[6,of,6,frozen-repos] commands.log: operate on frozen repository |
2015-11-22 |
Gregory Szorc |
marmoute |
Deferred |
[6,of,6,for-clowncopter] trydiff: join elements in 'header' list by '\n' |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[6,of,6,foldmap-in-C] windows: define normcase ASCII spec and fallback |
2015-04-02 |
Siddharth Agarwal |
|
Rejected |
[6,of,6,foldmap-in-C] dirstate: use parsers.make_file_foldmap when available |
2015-04-03 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,foldmap-in-C,V2] windows: define normcase spec and fallback |
2015-04-02 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,faster-obsmarkers,v2] _fm1readmarkers: generate list in C |
2015-02-03 |
Augie Fackler |
|
Accepted |
[6,of,6,evolve-ext-V2] evolve: make fold aware of allowunstable |
2015-06-04 |
Laurent Charignon |
|
Changes Requested |
[6,of,6,evolve-ext,for-the-record] merge with stable |
2015-04-01 |
Pierre-Yves David |
|
Accepted |
[6,of,6,EVOLVE,V2] fold: improve error messages for multiple heads and roots |
2014-07-04 |
Jordi Gutiérrez Hermoso |
|
Not Applicable |
[6,of,6,events,v3] exchange: add pushfinish event |
2014-09-28 |
Gregory Szorc |
|
Changes Requested |
[6,of,6,ctx-minor-fixes] context: define contract for parents |
2018-09-19 |
Sean Farley |
|
Accepted |
[6,of,6,cpychecker] parsers: avoid over-retaining Py_None if index_init fails |
2015-08-18 |
Augie Fackler |
durin42 |
Rejected |
[6,of,6,convert] Create commits from revmap list if needed |
2016-12-07 |
David Soria Parra |
|
Superseded |
[6,of,6,convert] Create commits from revmap list if needed |
2016-12-07 |
David Soria Parra |
|
Superseded |
[6,of,6,clone,bundles] clonebundles: advertise clone bundles feature to clients |
2015-10-14 |
Gregory Szorc |
|
Accepted |
[6,of,6,chg-test] run-tests: add --chg option to install and run tests using chg |
2016-02-12 |
Yuya Nishihara |
|
Accepted |
[6,of,6,cg3,v3] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-04 |
Augie Fackler |
yuya |
Superseded |
[6,of,6,censor,RFC] revlog: addgroup checks if incoming deltas add censored revs, sets flag bit |
2015-01-23 |
adgar@google.com |
|
Superseded |
[6,of,6,bid,merge,v2,RFC] merge: take bids for merge actions for different ancestors and pick the best |
2014-04-07 |
Mads Kiilerich |
|
Deferred |
[6,of,6,"] perf: introduce a `perf.run-limits` options |
2019-03-25 |
Pierre-Yves David |
|
Accepted |
[6,of,6,"] debugdiscovery: display time elapsed during the discovery step |
2019-03-26 |
Pierre-Yves David |
|
Superseded |
[6,of,6,"V2] debugdiscovery: display time elapsed during the discovery step |
2019-03-27 |
Pierre-Yves David |
|
Accepted |
[6,of,5] templatefilters: fix crash by string formatting of '{x|splitlines}' |
2017-04-16 |
Yuya Nishihara |
krbullock |
Accepted |
[5,of,9] verify: use similar language for missing manifest and file revisions |
2016-02-12 |
Martin von Zweigbergk |
|
Accepted |
[5,of,9] util: validate and extract compression-related bundlespec parameters |
2017-04-01 |
Gregory Szorc |
|
Changes Requested |
[5,of,9] update: standardize error message for dirty update --check |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[5,of,9] unionrepo: get rid of `baserevision` |
2019-08-30 |
Pierre-Yves David |
|
Accepted |
[5,of,9] tests: use 'legacy.exchange' option in 'test-bundle2-exchange.t' |
2016-08-03 |
Pierre-Yves David |
|
Accepted |
[5,of,9] tests: ensure demandimport test uses absolute_import |
2017-08-24 |
Augie Fackler |
|
Accepted |
[5,of,9] tests: add some debugmergestate calls in `test-merge-criss-cross.t` |
2020-09-23 |
Pulkit Goyal |
|
Accepted |
[5,of,9] test: add a push race case where racing push create a new named branch |
2017-05-28 |
Pierre-Yves David |
|
Accepted |
[5,of,9] test-duplicateoptions: alias ui as uimod |
2016-04-05 |
Yuya Nishihara |
|
Accepted |
[5,of,9] test-context: alias ui as uimod |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[5,of,9] test-commandserver: port test functions from .py to .t |
2014-09-28 |
Yuya Nishihara |
|
Accepted |
[5,of,9] templater: separate function to create templater from map file (API) |
2016-04-15 |
Yuya Nishihara |
|
Accepted |
[5,of,9] templatekw: mark _showlist() as deprecated (API) |
2018-03-21 |
Yuya Nishihara |
|
Accepted |
[5,of,9] templatekw: add public function to wrap a list by _hybrid object |
2017-04-12 |
Yuya Nishihara |
|
Accepted |
[5,of,9] subrepo: drop the 'ui' parameter to archive() |
2014-12-15 |
Matt Harbison |
|
Accepted |
[5,of,9] stdio: catch StdioError in dispatch.run and clean up appropriately |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[5,of,9] sslutil: move and change warning when cert verification is disabled |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[5,of,9] sshserver: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[5,of,9] shelve: mention FILE options in help |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[5,of,9] rust-cpython: remove useless Option<$leaked> from py_shared_iterator |
2019-10-19 |
Yuya Nishihara |
|
New |
[5,of,9] run-tests: document the `pos` variable in the matching code |
2019-09-07 |
Pierre-Yves David |
|
Accepted |
[5,of,9] revsetbenchmark: convert performance call to proper subprocess call |
2014-03-27 |
Pierre-Yves David |
|
Accepted |
[5,of,9] revset: abort the query when there is no revision for "rev()" (BC) |
2015-03-29 |
Katsunori FUJIWARA |
|
Changes Requested |
[5,of,9] repo: clarify 'requires feature' error further, suggest enabling the feature |
2014-03-18 |
Mads Kiilerich |
|
Accepted |
[5,of,9] repo: clarify 'requires feature' error further, suggest enabling the feature |
2014-03-19 |
Mads Kiilerich |
|
Rejected |
[5,of,9] repair: make "strip()" treat bundle files via vfs |
2014-03-08 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,9] py3: replace os.environ with encoding.environ (part 5 of 5) |
2016-12-20 |
Pulkit Goyal |
|
Accepted |
[5,of,9] py3: replace dict.iterkeys() with iter(dict) |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[5,of,9] py3: check for bytes instead of str in isinstance |
2017-06-23 |
Pulkit Goyal |
|
Accepted |
[5,of,9] py3: build repr() of smartset as bytes then convert to str |
2018-02-03 |
Yuya Nishihara |
|
Accepted |
[5,of,9] py3: alias next to __next__ in commandserver.py |
2018-10-18 |
Yuya Nishihara |
|
Accepted |
[5,of,9] push: use `stepsdone` to control changegroup push through bundle10 or bundle20 |
2014-07-07 |
Pierre-Yves David |
|
Accepted |
[5,of,9] patch.diffopts: break get function into if statements |
2014-11-13 |
Siddharth Agarwal |
|
Superseded |
[5,of,9] merge: introduce hasconflicts() on mergeresult object |
2020-07-30 |
Pulkit Goyal |
|
Superseded |
[5,of,9] mdiff: extract a checknonewline inner function in unidiff() |
2017-03-06 |
Denis Laxalde |
|
Accepted |
[5,of,9] match: remove support for exact matching from main matcher class |
2017-05-26 |
via Mercurial-devel |
|
Accepted |
[5,of,9] log: resolve --follow thoroughly in getlogrevs() |
2018-01-15 |
Yuya Nishihara |
|
Accepted |
[5,of,9] log: do not invoke templatekw.showobsfate() as a function |
2018-02-27 |
Yuya Nishihara |
|
New |
[5,of,9] localrepo: add "editor" argument to "tag()" |
2014-05-05 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,9] largefiles: extract 'orig' method in lfilesctx.filectx |
2014-09-17 |
Martin von Zweigbergk |
|
Superseded |
[5,of,9] keyword: make wrapped repository and kwtemplater refer to each other |
2017-06-25 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,9] i18n-de: update po file for showing the effect of changed posplit |
2014-02-03 |
Simon Heimberg |
|
Superseded |
[5,of,9] histedit: use torule instead of makedesc in ruleeditor |
2015-12-02 |
Mateusz Kwapich |
|
Accepted |
[5,of,9] histedit: pass state to boostrapcontinue |
2014-10-16 |
David Soria Parra |
|
Accepted |
[5,of,9] highlight: use matcher API to test if file should be pygmentized |
2018-07-10 |
Yuya Nishihara |
|
Accepted |
[5,of,9] hgk: update backgroud colour when Ttk is available |
2013-03-10 |
Andrew Shadura |
|
Accepted |
[5,of,9] flagutil: move addflagprocessor to the new module (API) |
2019-08-08 |
Pierre-Yves David |
|
Accepted |
[5,of,9] f: use modern octal number formatting |
2016-02-10 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[5,of,9] export: split cmdutil.export() to single-file and maybe-multiple-files cases |
2018-04-12 |
Yuya Nishihara |
|
Accepted |
[5,of,9] dicthelpers: add unit tests |
2013-03-25 |
Siddharth Agarwal |
|
Rejected |
[5,of,9] dagop: use smartset.min() in revdescendants() generator |
2017-06-25 |
Yuya Nishihara |
|
Accepted |
[5,of,9] configitems: register the 'ui.mergemarkertemplate' config |
2017-07-15 |
Boris Feld |
|
Accepted |
[5,of,9] config: register the 'devel.disableloaddefaultcerts' config |
2017-06-29 |
Pierre-Yves David |
|
Accepted |
[5,of,9] commands: use util.re.compile instead of util.compilere |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[5,of,9] chgserver: use pre-imported modules for mtimehash |
2016-11-13 |
Jun Wu |
|
Changes Requested |
[5,of,9] changelog: use "vfs.fstat()" instead of "util.fstat()" |
2013-10-14 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,9] byteify-strings: do not rewrite iteritems() and itervalues() by default |
2018-06-18 |
Yuya Nishihara |
|
Accepted |
[5,of,9] bundle-ng: unify _changegroup and _changegroupsubset |
2013-02-14 |
Sune Foldager |
|
Superseded |
[5,of,9] bookmarks: parse out implicit "add" action early |
2018-09-21 |
Yuya Nishihara |
|
Accepted |
[5,of,9] bdiff: use absolute_import |
2015-12-12 |
Gregory Szorc |
yuya |
Accepted |
[5,of,9] amend: use context manager for locking |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[5,of,9,V6] bookmarks: add srchex param to updatefromremote |
2016-10-11 |
Stanislau Hlebik |
marmoute |
Changes Requested |
[5,of,9,V4] template: compute verb in obsfateverb |
2017-08-23 |
Boris Feld |
|
Accepted |
[5,of,9,V4] sslutil: move and change warning when cert verification is disabled |
2016-06-04 |
Gregory Szorc |
|
Accepted |
[5,of,9,V4] manifest: add manifestlog.get to obtain subdirectory instances |
2016-09-20 |
Durham Goode |
|
Accepted |
[5,of,9,V3] tryimportone: use dirstateguard instead of beginparentchange/endparentchange |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[5,of,9,V3] template: compute verb in obsfateverb |
2017-08-21 |
Boris Feld |
|
Superseded |
[5,of,9,V3] sslutil: move and change warning when cert verification is disabled |
2016-06-02 |
Gregory Szorc |
yuya |
Superseded |
[5,of,9,V3] perf: add `parent-1` as possible source for perfrevlogwrite |
2018-11-06 |
Boris Feld |
|
Accepted |
[5,of,9,V3] mergestate: update _stateextras instead of reassinging |
2020-09-28 |
Pulkit Goyal |
|
Accepted |
[5,of,9,V3] manifest: add manifestlog.get to obtain subdirectory instances |
2016-09-20 |
Durham Goode |
|
Superseded |
[5,of,9,V3] localrepo: add localtags method to mimic tags method |
2014-03-28 |
Sean Farley |
|
Superseded |
[5,of,9,v3] bundlerevlog: use for loop over iterator instead of while True |
2016-08-05 |
Augie Fackler |
|
Accepted |
[5,of,9,V2] webutil: pass a diffopts object to context.diff |
2018-07-05 |
Boris Feld |
|
Accepted |
[5,of,9,V2] tryimportone: use dirstateguard instead of beginparentchange/endparentchange |
2015-05-02 |
Katsunori FUJIWARA |
|
Superseded |
[5,of,9,v2] stdio: catch StdioError in dispatch.run and clean up appropriately |
2017-04-14 |
Bryan O'Sullivan |
|
Accepted |
[5,of,9,V2] sslutil: move and change warning when cert verification is disabled |
2016-06-01 |
Gregory Szorc |
|
Superseded |
[5,of,9,V2] revlog: use raw content when building delta |
2017-03-31 |
Jun Wu |
|
Accepted |
[5,of,9,V2] py3: switch contrib/perf from xrange to pycompat.xrange |
2018-09-25 |
Matt Harbison |
|
Accepted |
[5,of,9,V2] mergestate: update _stateextras instead of reassinging |
2020-09-25 |
Pulkit Goyal |
|
Accepted |
[5,of,9,V2] mercurial: don't rewrite string argument to *attr() |
2016-06-25 |
Gregory Szorc |
|
Superseded |
[5,of,9,V2] manifest: specify checkambig=True to revlog.__init__, to avoid ambiguity |
2016-09-22 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,9,V2] largefiles: introduce "_lfcommithooks" to abstract pre-committing procedures |
2014-11-05 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,9,v2] hidden: pass revs to iterate into _consistencyblockers() |
2017-05-30 |
via Mercurial-devel |
|
Accepted |
[5,of,9,V2] hgweb: add loading indicator for ajax scrolling |
2013-08-17 |
Alexander Plavin |
|
Deferred |
[5,of,9,V2] configitems: register the 'bugzilla.timeout' config |
2017-07-14 |
Boris Feld |
|
Accepted |
[5,of,9,V2] commit: abort if --addremove is specified, but fails |
2014-11-30 |
Matt Harbison |
|
Superseded |
[5,of,9,v2] bundlerevlog: use for loop over iterator instead of while True |
2016-08-05 |
Augie Fackler |
|
Superseded |
[5,of,9,standalone-strip] mq: document repo.mq.qparents |
2013-09-25 |
Pierre-Yves David |
|
Accepted |
[5,of,9,STABLE] mq: use "dirstateguard" instead of "dirstate.invalidate" (qpush) |
2014-10-01 |
Katsunori FUJIWARA |
|
Changes Requested |
[5,of,9,stable] largefiles: don't assume that .hg/largefiles/ still exists |
2013-02-26 |
Mads Kiilerich |
|
Accepted |
[5,of,9,STABLE] gpg: make sign acquire wlock before processing |
2015-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,9,sparse] sparse: move matchers into core |
2017-07-06 |
Gregory Szorc |
|
Accepted |
[5,of,9,sethelp] revset: use NotAFunction where appropriate |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[5,of,9,RFC] statprof: use print function |
2016-08-16 |
Gregory Szorc |
|
Superseded |
[5,of,9,RFC] revset: changed revset code to use filter method |
2014-02-12 |
Lucas Moscovicz |
|
Superseded |
[5,of,9,RFC] pushkey: define raw listing functions on each namespace (API) |
2016-08-14 |
Gregory Szorc |
|
Changes Requested |
[5,of,9,RFC] localrepo: add a method to return markers associated with a node |
2014-03-30 |
Sean Farley |
|
Deferred |
[5,of,9,remotefilelog-ext,getfile-http] test-push-pull: while it's convenient, verify remotefilelog capability |
2015-07-01 |
Augie Fackler |
|
Not Applicable |
[5,of,9,pyflakes] minirst: avoid shadowing a variable in a list comprehension |
2016-11-10 |
Augie Fackler |
|
Accepted |
[5,of,9,py3] summary: don't explicitly str() something we're about to %s |
2017-03-12 |
Augie Fackler |
|
Superseded |
[5,of,9,py3,v3] summary: don't explicitly str() something we're about to %s |
2017-03-12 |
Augie Fackler |
|
Accepted |
[5,of,9,py3,v2] summary: don't explicitly str() something we're about to %s |
2017-03-12 |
Augie Fackler |
|
Superseded |
[5,of,9,PoC] mq2: obsolete old qrefresh changesets instead of stripping them |
2014-08-29 |
Mads Kiilerich |
|
Changes Requested |
[5,of,9,paths,v2] ui: move URL and path detection into getpath() |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[5,of,9,pager] tests: clean up a bunch of pager testing that is about to be invalidated |
2017-02-16 |
Augie Fackler |
|
Superseded |
[5,of,9,pager,v2] tests: clean up a bunch of pager testing that is about to be invalidated |
2017-02-16 |
Augie Fackler |
|
Accepted |
[5,of,9,mergedriver] filemerge: add a precheck for symlinks |
2015-10-07 |
Siddharth Agarwal |
|
Accepted |
[5,of,9,debian-packaging] run-tests: add support for marking tests as very slow |
2015-08-26 |
Augie Fackler |
|
Superseded |
[5,of,9,changegroup-apis] changegroup: add fromheadsandcommon() convenience function |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[5,of,9,cah] backout: use commonancestorsheads for checking linear heritage |
2014-04-17 |
Mads Kiilerich |
|
Accepted |
[5,of,9,bm-refactor] bookmarks: factor out adding a list of bookmarks from commands |
2017-06-21 |
Sean Farley |
|
Accepted |
[5,of,9,(38,total)] push: move `force` argument into the push object |
2014-02-02 |
Pierre-Yves David |
|
Accepted |
[5,of,9,"] discovery: simply walk the undecided revs when building the children mapping |
2019-03-05 |
Pierre-Yves David |
|
Accepted |
[5,of,8] zeroconf: wrap long lines |
2016-03-01 |
timeless@mozdev.org |
|
Accepted |
[5,of,8] util: remove unused private constant '_hextochr' |
2018-03-22 |
Yuya Nishihara |
|
Accepted |
[5,of,8] upgrade: introduce the internal code for revlog cloning selection |
2019-08-05 |
Pierre-Yves David |
|
Accepted |
[5,of,8] update: add quietempty flag to _showstats |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[5,of,8] ui: do not try readline support if fin/fout aren't standard streams |
2018-03-09 |
Yuya Nishihara |
|
Accepted |
[5,of,8] ui: add ui.statuscopies to progressive mode |
2015-03-28 |
Mathias De Maré |
|
Changes Requested |
[5,of,8] transaction: apply checkambig=True only on limited files for similarity |
2017-06-29 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,8] tests: use context manager form of assertRaises |
2017-05-13 |
Gregory Szorc |
|
Accepted |
[5,of,8] tests: stop tracking tests/gpg/random_seed |
2014-01-20 |
Mads Kiilerich |
|
Accepted |
[5,of,8] tests: move gendoc.t runrst comment next to runrst |
2016-01-10 |
timeless@mozdev.org |
|
Superseded |
[5,of,8] tests: modify minirst test input to new format |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[5,of,8] tests: convert bisect support regex to binary |
2017-09-19 |
Augie Fackler |
|
Accepted |
[5,of,8] tests/hgweberror.py: use absolute_import |
2015-12-08 |
Gregory Szorc |
|
Accepted |
[5,of,8] test: drop usage of `HGMERGE` in `test-lfconvert.t` |
2018-11-02 |
Boris Feld |
|
Accepted |
[5,of,8] test-serve: kill daemons before deleting the access and error logs |
2017-04-02 |
Matt Harbison |
|
Accepted |
[5,of,8] test-revert: add methodical revert to parent for working directory |
2014-08-11 |
Pierre-Yves David |
|
Accepted |
[5,of,8] test-commandserver: clean up quoting and location of dbgui extension |
2018-11-08 |
Yuya Nishihara |
|
Accepted |
[5,of,8] test-annotate: conditionalize output instead of tests |
2017-07-09 |
Matt Harbison |
|
Accepted |
[5,of,8] templater: replace 'ctx._repo' with 'ctx.repo()' |
2015-03-14 |
Matt Harbison |
|
Accepted |
[5,of,8] templater: drop unneeded generator from mappable object |
2018-04-01 |
Yuya Nishihara |
|
Deferred |
[5,of,8] templater: add revauthor function |
2015-09-11 |
timeless@mozdev.org |
|
Rejected |
[5,of,8] templater: add function to look up symbols used in template |
2018-06-14 |
Yuya Nishihara |
|
Accepted |
[5,of,8] templatekw: make experimental {peerpaths} return a single-level dict (BC) |
2017-10-06 |
Yuya Nishihara |
|
Accepted |
[5,of,8] templatekw: just pass underlying value (or key) to joinfmt() function |
2017-09-24 |
Yuya Nishihara |
|
Accepted |
[5,of,8] template: compute verb in obsfate |
2017-08-07 |
Boris Feld |
|
Changes Requested |
[5,of,8] subrepo: store the ui object in the base class |
2014-11-27 |
Matt Harbison |
|
Superseded |
[5,of,8] sslutil: use certificates provided by certifi if available |
2016-07-02 |
Gregory Szorc |
yuya |
Superseded |
[5,of,8] sslutil: calculate host fingerprints from additional algorithms |
2016-05-28 |
Gregory Szorc |
|
Accepted |
[5,of,8] shelve: remove unused status variables |
2014-10-02 |
Martin von Zweigbergk |
|
Accepted |
[5,of,8] scmutil: improve documentation of revset APIs |
2016-06-27 |
Pulkit Goyal |
|
Not Applicable |
[5,of,8] scmposix: use absolute_import |
2015-12-22 |
Gregory Szorc |
|
Accepted |
[5,of,8] rust-hglib: abstract away from ExitStatus |
2018-04-01 |
Yuya Nishihara |
|
Accepted |
[5,of,8] revsetbenchmark: add a usage message when no arguments are passed |
2014-05-02 |
Pierre-Yves David |
|
Accepted |
[5,of,8] revset: use absolute import |
2015-05-25 |
Gregory Szorc |
|
Rejected |
[5,of,8] revset: extract parsing logic out of formatspec |
2019-01-11 |
Boris Feld |
|
Accepted |
[5,of,8] revset: added lazyset implementation to matching revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[5,of,8] revset: added lazyset implementation to grep revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[5,of,8] revlog: split and document good delta conditional |
2018-08-14 |
Boris Feld |
|
Accepted |
[5,of,8] revlog: introduce 'deltainfo' to distinguish from 'delta' |
2018-01-14 |
Paul Morelle |
|
Accepted |
[5,of,8] revlog: add a native implementation of issnapshot |
2018-12-17 |
Boris Feld |
|
Accepted |
[5,of,8] record: use absolute_import |
2016-03-02 |
timeless@mozdev.org |
durin42 |
Accepted |
[5,of,8] rebase: remove an unused todo |
2015-11-19 |
Laurent Charignon |
|
Accepted |
[5,of,8] rebase: move check for "rebase in progress" |
2015-10-16 |
Christian Delahousse |
|
Changes Requested |
[5,of,8] python3: handle urllib/urllib2 refactoring |
2016-03-29 |
timeless@mozdev.org |
|
Accepted |
[5,of,8] py3: work around the lack of sys.maxint in contrib/perf |
2018-09-22 |
Matt Harbison |
|
Accepted |