[7,of,9] py3: replace os.name with pycompat.osname (part 2 of 2) |
2016-12-20 |
Pulkit Goyal |
|
Accepted |
[7,of,9] pycompat: move multiline comments above a function to function doc |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[7,of,9] revsetbenchmark: get revision to benchmark in a function |
2014-03-27 |
Pierre-Yves David |
|
Accepted |
[7,of,9] run-tests: extract a `process_out_line` from the main function |
2019-09-07 |
Pierre-Yves David |
|
Accepted |
[7,of,9] rust-cpython: drop manual management of mutably_borrowed |
2019-10-19 |
Yuya Nishihara |
|
New |
[7,of,9] shelve: be quiet when unshelve pulls from the shelve bundle |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[7,of,9] sslutil: refactor code for fingerprint matching |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[7,of,9] stdio: raise StdioError if something goes wrong in ui._write_err |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[7,of,9] strip: remove unncessary "del" and inline variable |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[7,of,9] subrepo: drop the 'ui' parameter to forget() |
2014-12-15 |
Matt Harbison |
|
Accepted |
[7,of,9] templatekw: pass templater to _showlist() by an explicit argument |
2018-02-27 |
Yuya Nishihara |
|
New |
[7,of,9] templater: add dict() constructor |
2017-04-12 |
Yuya Nishihara |
|
Accepted |
[7,of,9] templater: inline compiletemplate() function into engine |
2016-04-15 |
Yuya Nishihara |
|
Accepted |
[7,of,9] templater: introduce resourcemapper class |
2018-03-21 |
Yuya Nishihara |
|
Accepted |
[7,of,9] test-commandserver: remove redundant banner output |
2014-09-28 |
Yuya Nishihara |
|
Accepted |
[7,of,9] test-hg-parseurl: stop direct symbol import of mercurial.hg.parseurl |
2016-04-05 |
Yuya Nishihara |
|
Accepted |
[7,of,9] test-walkrepo: alias ui as uimod |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[7,of,9] test: add a push race case where the raced push touch multiple heads |
2017-05-28 |
Pierre-Yves David |
|
Accepted |
[7,of,9] tests: add run-tests --changed option for running tests changed in parent or wd |
2014-03-18 |
Mads Kiilerich |
|
Accepted |
[7,of,9] tests: use 'legacy.exchange' option in various mixed tests |
2016-08-03 |
Pierre-Yves David |
|
Accepted |
[7,of,9] unionrepo: use normal inheritance scheme to call revdiff |
2019-08-30 |
Pierre-Yves David |
|
Accepted |
[7,of,9] util.re: move check for re2 into a separate method |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[7,of,9] util: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[7,of,9] verify: check directory manifests |
2016-02-12 |
Martin von Zweigbergk |
|
Superseded |
[7,of,9] zstd: vendor python-zstandard 0.8.0 |
2017-04-01 |
Gregory Szorc |
|
Accepted |
[8,of,8,"STABLE] test: generate the `test-sparse-revlog` artifact when slow-test is allowed |
2019-02-24 |
Pierre-Yves David |
|
Accepted |
[8,of,8,"] manifestcache: actually honor --clear |
2019-03-15 |
Pierre-Yves David |
|
Accepted |
[8,of,8,"] manifestcache: use `wcache` directory for manifest cache |
2019-03-16 |
Pierre-Yves David |
|
Accepted |
[8,of,8,"] upgrade: support upgrade to/from zstd storage (issue6088) |
2019-03-31 |
Pierre-Yves David |
|
Accepted |
[8,of,8,ancestor-ish] copies: guard debug section with ui.debugflag |
2014-04-07 |
Mads Kiilerich |
|
Accepted |
[8,of,8,chgtocore] chgserver: make it a core module and drop extension flags |
2016-11-22 |
Yuya Nishihara |
|
Accepted |
[8,of,8,cleanup] histedit: remove now unused 'constraints' related code |
2016-08-26 |
Pierre-Yves David |
|
Accepted |
[8,of,8,demandimport-py3] python3: allow hgloader to work with lazy loaders |
2017-05-21 |
Siddharth Agarwal |
|
Accepted |
[8,of,8,evolve-ext,V2] metaedit: make metaedit work nice when new unstable commits are disallowed |
2016-12-06 |
Mateusz Kwapich |
|
Changes Requested |
[8,of,8,faster-obsmarkers] _fm1readmarkers: generate list in C |
2015-02-02 |
Augie Fackler |
|
Superseded |
[8,of,8,git-diff] patch: add label for coloring the similarity extended header |
2017-01-09 |
Sean Farley |
|
Accepted |
[8,of,8,ipv6] tests: use LOCALIP |
2017-02-16 |
Jun Wu |
|
Accepted |
[8,of,8,match] dirstate: report bad subdirectories as match.bad, not just a warning (BC) |
2014-04-15 |
Mads Kiilerich |
|
Accepted |
[8,of,8,py3,v3] policy: try and always have a bytes for module policy |
2017-03-08 |
Augie Fackler |
|
Accepted |
[8,of,8,py3-cleanup] run-tests: replace open-coded .decode()s on paths with a helper (issue4667) |
2015-05-18 |
Augie Fackler |
|
Accepted |
[8,of,8,py3] branchmap: be more careful about using %d on ints |
2017-03-19 |
Augie Fackler |
|
Accepted |
[8,of,8,py3] drawdag: port to python 3 |
2017-09-15 |
Augie Fackler |
|
Accepted |
[8,of,8,py3] py3: iterate bytes as a byte string in store.lowerencode() |
2017-09-16 |
Yuya Nishihara |
|
Accepted |
[8,of,8,py3] py3: stop exporting urlparse from pycompat and util (API) |
2017-03-22 |
Gregory Szorc |
|
Accepted |
[8,of,8,py3] server: use pycompat to get argv |
2017-05-28 |
Augie Fackler |
|
Accepted |
[8,of,8,RFC] annotate: add option to annotate working-directory files |
2014-08-19 |
Yuya Nishihara |
|
Superseded |
[8,of,8,RFC] tests: add a new test for merging with memctx |
2014-08-07 |
Sean Farley |
|
Accepted |
[8,of,8,shelve-ext,v2] shelve: move shelve-finishing logic to a separate function |
2016-11-10 |
Kostia Balytskyi |
|
Accepted |
[8,of,8,shelve-ext] shelve: move unknown files handling to a separate function |
2016-11-08 |
Kostia Balytskyi |
|
Superseded |
[8,of,8,simple] color: move the '_render_effects' function to the core module |
2017-02-15 |
Pierre-Yves David |
martinvonz |
Accepted |
[8,of,8,sparse,V2] dirstate: integrate sparse matcher with _ignore (API) |
2017-07-11 |
Gregory Szorc |
|
Accepted |
[8,of,8,STABLE] debugrevlog: handle no revs |
2016-02-01 |
timeless@mozdev.org |
|
Changes Requested |
[8,of,8,stable] packaging: update built-in Fedora support to Fedora 31 |
2019-11-01 |
Mads Kiilerich |
|
Accepted |
[8,of,8,STABLE] pager: advertise the config option in the default hgrc |
2017-05-01 |
Pierre-Yves David |
|
Accepted |
[8,of,8,STABLE] progress: use 'encoding.colwidth' to get column width of items correctly |
2014-06-13 |
Katsunori FUJIWARA |
|
Superseded |
[8,of,8,STABLE] revset: drop spanset._contained |
2014-04-29 |
Pierre-Yves David |
|
Superseded |
[8,of,8,stream,clone,bundles,V2] clonebundles: rewrite documentation |
2015-10-17 |
Gregory Szorc |
|
Accepted |
[8,of,8,techdocs] help: support loading sub-topics |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[8,of,8,upgraderepo,V3] repair: clean up stale lock file from store backup |
2016-12-19 |
Gregory Szorc |
|
Accepted |
[8,of,8,V11] help: add documentation about bookmark part |
2016-11-22 |
Stanislau Hlebik |
|
Superseded |
[8,of,8,V12] help: add documentation about bookmark part |
2016-12-01 |
Stanislau Hlebik |
|
Superseded |
[8,of,8,v2] ancestor: remove unused genericancestor |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[8,of,8,V2] bash_completion: add completion for deleting a shelve |
2013-11-22 |
Sean Farley |
|
Superseded |
[8,of,8,V2] changegroup: introduce cg2packer/unpacker |
2014-10-17 |
Pierre-Yves David |
|
Superseded |
[8,of,8,V2] cmdutil: apply dirstate.normallookup on (maybe partially) committed files |
2015-07-08 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,8,V2] color: rename '_styles' to '_defaultstyles' for clarity |
2017-02-28 |
Pierre-Yves David |
martinvonz |
Accepted |
[8,of,8,v2] convert: monotone use absolute_import |
2016-03-02 |
timeless@mozdev.org |
|
Superseded |
[8,of,8,V2] extensions: show deprecation warning for the use of cmdutil.command |
2017-05-19 |
Yuya Nishihara |
|
Accepted |
[8,of,8,V2] fileset: add a 'status(...)' predicate to control evaluation context |
2017-03-06 |
Pierre-Yves David |
|
Accepted |
[8,of,8,v2] help/config: make defaults consistent |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
[8,of,8,v2] help: mark boolean flags with a ^ and explain that they can be negated (RFC) |
2016-08-30 |
Augie Fackler |
|
Changes Requested |
[8,of,8,V2] hgweb: add a "followlines" link to hover-box in annotate |
2017-02-25 |
Denis Laxalde |
|
Changes Requested |
[8,of,8,v2] largefiles: simplify iteration over standins |
2014-09-23 |
Martin von Zweigbergk |
|
Superseded |
[8,of,8,V2] obsutil: move 'getmarkers' to the new modules |
2017-06-28 |
Pierre-Yves David |
|
Accepted |
[8,of,8,V2] patch.trydiff: add support for noprefix |
2014-11-13 |
Siddharth Agarwal |
|
Accepted |
[8,of,8,V2] perf: add a `--clear-caches` to `perfbranchmapupdate` |
2018-11-26 |
Boris Feld |
|
Accepted |
[8,of,8,V2] perf: make perftags clear tags cache correctly |
2016-10-08 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,8,V2] phase: use a binary phase part to push through bundle2 (BC) |
2017-10-16 |
Boris Feld |
|
Accepted |
[8,of,8,V2] protocol: send application/mercurial-0.2 responses to capable clients |
2016-11-29 |
Gregory Szorc |
durin42 |
Changes Requested |
[8,of,8,v2] python3: handle __code__/func_code divergence |
2016-03-30 |
timeless@mozdev.org |
|
Accepted |
[8,of,8,V2] rebase: don't use mutable default argument value |
2017-03-13 |
Gregory Szorc |
|
Accepted |
[8,of,8,v2] registrar: add funcregistrar class to register function for specific purpose |
2016-01-01 |
Eric Sumner |
|
Accepted |
[8,of,8,V2] templater: define interface for objects requiring unwrapvalue() |
2018-04-03 |
Yuya Nishihara |
|
Accepted |
[8,of,8,v2] test-module-imports.t: new test to use the import cycle detector |
2013-11-17 |
Augie Fackler |
|
Accepted |
[8,of,8,V2] test-obsolete-bundle-strip: test bundling in the seventh case |
2017-05-28 |
Pierre-Yves David |
|
Accepted |
[8,of,8,v2] tests: mock getpid to reduce glob usage |
2016-02-08 |
timeless@mozdev.org |
|
Superseded |
[8,of,8,v2] tests: splitting test-gendoc.t into per file tests [RFC] |
2016-01-12 |
timeless@mozdev.org |
|
Superseded |
[8,of,8,V3] addremove: automatically process a subrepository's subrepos |
2014-12-12 |
Matt Harbison |
|
Accepted |
[8,of,8,v3] convert: monotone use absolute_import |
2016-03-02 |
timeless@mozdev.org |
durin42 |
Accepted |
[8,of,8,V3] copies: add time information to the debug information |
2018-10-03 |
Boris Feld |
|
New |
[8,of,8,V3] delta: reuse _findsnapshot call from previous stage |
2018-12-28 |
Boris Feld |
|
Accepted |
[8,of,8,v3] histedit: log the time taken to read in the commands list |
2017-02-10 |
Simon Farnsworth |
|
Changes Requested |
[8,of,8,V3] largefiles: simplify iteration over standins |
2014-09-24 |
Martin von Zweigbergk |
|
Accepted |
[8,of,8,v4] convert: return commit objects for revisions in the revmap |
2016-12-14 |
David Soria Parra |
|
Superseded |
[8,of,8,v4] histedit: log the time taken to read in the commands list |
2017-02-13 |
Simon Farnsworth |
|
Changes Requested |
[8,of,8,V4] worker: stop using a separate thread waiting for children |
2016-11-12 |
Jun Wu |
|
Changes Requested |
[8,of,8,V5] bundle2: advertise bookmark capability |
2016-09-16 |
Stanislau Hlebik |
|
Accepted |
[8,of,8,v5] convert: return commit objects for revisions in the revmap |
2016-12-14 |
David Soria Parra |
|
Accepted |
[8,of,8,v5] sslutil: properly detect which TLS versions are supported by the ssl module |
2020-06-01 |
Manuel Jacob |
|
New |
[8,of,8,V5] worker: stop using a separate thread waiting for children |
2016-11-15 |
Jun Wu |
|
Accepted |
[8,of,8,V6] context: floor adjustlinkrev graph walk during copy tracing |
2018-11-19 |
Boris Feld |
|
Accepted |
[8,of,8,V7] help: add documentation about bookmark part |
2016-11-02 |
Stanislau Hlebik |
|
Superseded |
[8,of,8,v8] rebase: move handling of obsolete commits to be a separate RR class method |
2016-07-01 |
Kostia Balytskyi |
yuya |
Accepted |
[8,of,8,zstd-revlogs,RFC] localrepo: support non-zlib compression engines in revlogs |
2017-01-02 |
Gregory Szorc |
|
Changes Requested |
[8,of,8] addremove: support addremove with explicit paths in subrepos |
2014-11-27 |
Matt Harbison |
|
Superseded |
[8,of,8] annotate: automatically populate fields referenced from template |
2018-06-14 |
Yuya Nishihara |
|
Accepted |
[8,of,8] annotate: simplify annotate parent function |
2013-05-31 |
Durham Goode |
|
Superseded |
[8,of,8] bisect: extra a small initialisation outside of a loop |
2016-10-09 |
Pierre-Yves David |
yuya |
Changes Requested |
[8,of,8] blackbox: retry opening the log file |
2016-02-24 |
timeless@mozdev.org |
|
Accepted |
[8,of,8] bookmarks: move variable initialisation earlier |
2017-06-08 |
Pierre-Yves David |
|
Accepted |
[8,of,8] bundle2: add generic debug output regarding generated interruption |
2015-05-29 |
Pierre-Yves David |
|
Accepted |
[8,of,8] bundle2: directly feed part to readbundle |
2014-04-12 |
Pierre-Yves David |
|
Accepted |
[8,of,8] bundle2: send changegroup version 2 bundles by default |
2014-10-17 |
Sune Foldager |
|
Superseded |
[8,of,8] bundle2: support chunk iterator as part data |
2014-04-11 |
Pierre-Yves David |
|
Accepted |
[8,of,8] caches: stop warming the cache after changegroup application |
2017-05-02 |
Pierre-Yves David |
|
Accepted |
[8,of,8] changectx: use names api to simplify and extend node lookup |
2014-12-15 |
Sean Farley |
|
Accepted |
[8,of,8] changegroup: drop special-casing of flat manifests |
2016-02-23 |
Martin von Zweigbergk |
|
Accepted |
[8,of,8] changegroup: remove getlocalchangegroupraw() (API) |
2016-08-05 |
Gregory Szorc |
|
Accepted |
[8,of,8] changeset_templater: backport parts map of [templates] section from formatter |
2017-06-20 |
Yuya Nishihara |
|
Accepted |
[8,of,8] check-code: more replacement characters |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[8,of,8] clonebundles: remove advertisement of feature |
2016-01-12 |
timeless@mozdev.org |
|
Accepted |
[8,of,8] commands: allow debugobsolete to delete arbitrary obsmarkers |
2016-04-07 |
Jun Wu |
|
Accepted |
[8,of,8] commandserver: preload repository in master server and reuse its file cache |
2018-12-06 |
Yuya Nishihara |
|
Accepted |
[8,of,8] commandserver: send raw progress information to message channel |
2018-11-08 |
Yuya Nishihara |
|
Accepted |
[8,of,8] commandserver: turn server debug messages into logs |
2018-12-04 |
Yuya Nishihara |
|
Accepted |
[8,of,8] configitems: register 'ui.clonebundleprefers' as example for 'configlist' |
2017-06-21 |
Pierre-Yves David |
|
Accepted |
[8,of,8] context: explicitly tests for None |
2017-03-16 |
Pierre-Yves David |
|
Accepted |
[8,of,8] convert: add tagmap option |
2014-02-04 |
Sean Farley |
|
Accepted |
[8,of,8] convert: monotone use absolute_import |
2016-03-02 |
timeless@mozdev.org |
|
Superseded |
[8,of,8] copies: make _checkcopies handle divergences in rotated DAG (issue4028) |
2016-10-04 |
Gábor Stefanik |
|
Superseded |
[8,of,8] crecord: change the verb according to the operation |
2016-11-23 |
Jun Wu |
|
Accepted |
[8,of,8] dagop: extend filectxancestors() to walk multiple files |
2017-12-06 |
Yuya Nishihara |
|
Accepted |
[8,of,8] debugcommands: move 'debugwireargs' in the new module |
2017-02-14 |
Pierre-Yves David |
|
Accepted |
[8,of,8] debugobsolete: display parents information from markers |
2014-08-19 |
Pierre-Yves David |
|
Accepted |
[8,of,8] delta: reuse _findsnapshot call from previous stage |
2018-12-17 |
Boris Feld |
|
Accepted |
[8,of,8] discovery: add a simple `addinfo` method |
2018-12-31 |
Boris Feld |
|
Superseded |
[8,of,8] eol: don't fallback to use .hgeol from tip (BC) |
2019-10-14 |
Mads Kiilerich |
|
Accepted |
[8,of,8] fileset: add a 'status(...)' predicate to control evaluation context |
2017-03-05 |
Matt Harbison |
durin42 |
Not Applicable |
[8,of,8] fileset: add a 'status(...)' predicate to control evaluation context |
2017-03-04 |
Matt Harbison |
durin42 |
Not Applicable |
[8,of,8] fileset: add a 'status(...)' predicate to control evaluation context |
2017-03-03 |
Pierre-Yves David |
|
Superseded |
[8,of,8] formatter: document lookuptemplate() |
2017-06-14 |
Yuya Nishihara |
|
Accepted |
[8,of,8] hbisect: use tryreadlines to load state |
2015-12-23 |
Bryan O'Sullivan |
|
Superseded |
[8,of,8] help: document wire protocol capabilities |
2016-09-05 |
Yuya Nishihara |
|
Not Applicable |
[8,of,8] hgweb: replace 'ctx._repo' with 'ctx.repo()' |
2015-03-14 |
Matt Harbison |
|
Accepted |
[8,of,8] hgweb: wrap {archives} with mappinglist |
2018-04-10 |
Yuya Nishihara |
|
Accepted |
[8,of,8] hgweb: wrap {entries}* of filelog with mappinglist |
2018-05-21 |
Yuya Nishihara |
|
Accepted |
[8,of,8] hidden: clarfiy set operations a little |
2017-05-28 |
via Mercurial-devel |
|
Changes Requested |
[8,of,8] hidden: drop outdated comment about "dynamic" performance |
2017-05-21 |
Pierre-Yves David |
|
Accepted |
[8,of,8] histedit: omit useless message from update (edit) |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[8,of,8] http: reuse authentication info after the first failed request (issue3567) |
2014-01-20 |
Mads Kiilerich |
|
Superseded |
[8,of,8] i18n-pt_BR: select a single definition of DEPRECATED |
2015-09-17 |
timeless@mozdev.org |
|
Accepted |
[8,of,8] ignore: allow regex sub-ignores via a config |
2015-05-13 |
Durham Goode |
|
Changes Requested |
[8,of,8] import-checker: handle iter/iterkeys+iteritems python3 divergence |
2016-03-30 |
timeless@mozdev.org |
yuya |
Accepted |
[8,of,8] import-checker: print hint to use absolute_import |
2015-05-25 |
Gregory Szorc |
|
Rejected |
[8,of,8] largefiles: add lfile argument to updatestandin() for efficiency (API) |
2017-03-27 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,8] largefiles: align the output messages for an added file with core methods |
2014-12-23 |
Matt Harbison |
|
Superseded |
[8,of,8] largefiles: eliminate an unnecessary import of configitems |
2018-12-28 |
Matt Harbison |
|
Accepted |
[8,of,8] largefiles: inline redundant toname function in status |
2014-10-15 |
Mads Kiilerich |
|
Accepted |
[8,of,8] largefiles: remove redundant "updatelfiles" invocation in "lfilesrepo.commit" |
2014-08-24 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,8] largefiles: replace match.bad() monkey patching with match.badmatch() |
2015-06-05 |
Matt Harbison |
|
Accepted |
[8,of,8] largefiles: use "autoupdate" to wrap automated updating for rebase |
2014-09-09 |
Katsunori FUJIWARA |
|
Changes Requested |
[8,of,8] localrepo: call _dirstatestatus instead of duplicating logic |
2014-05-06 |
Sean Farley |
|
Accepted |
[8,of,8] localrepo: drop the deprecated walk() method (API) |
2018-02-03 |
Matt Harbison |
|
Accepted |
[8,of,8] lock: take both vfs and lock file path relative to vfs to access via vfs |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,8] manifest: remove manifest.readshallowdelta |
2016-09-14 |
Durham Goode |
|
Superseded |
[8,of,8] match: let regex match function return a boolean |
2019-04-08 |
Denis Laxalde |
|
Accepted |
[8,of,8] match: make explicitdir and traversedir None by default |
2013-05-03 |
Siddharth Agarwal |
|
Accepted |
[8,of,8] match: reformat `syntaxes` dictionary for better maintainability |
2018-11-21 |
Boris Feld |
|
Accepted |
[8,of,8] mercurial: only load C modules if they have expected versions |
2017-05-03 |
Jun Wu |
|
Deferred |
[8,of,8] merge: move checking of unknown files out of manifestmerge() |
2014-12-23 |
Martin von Zweigbergk |
|
Accepted |
[8,of,8] merge: simplify mergestate iter |
2014-05-01 |
Mads Kiilerich |
|
Accepted |
[8,of,8] mergestate: introduce a new ACTION_KEEP_NEW |
2020-09-14 |
Pulkit Goyal |
|
Accepted |
[8,of,8] mq: don't add '* * *' separators when there is no commit message |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[8,of,8] mq: write headers of new patches using patchheader |
2014-09-24 |
Mads Kiilerich |
|
Accepted |
[8,of,8] obscache: use the obscache to compute the obsolete set |
2017-05-19 |
Pierre-Yves David |
|
Changes Requested |
[8,of,8] obsmarker: add `date` as an explicit field |
2014-08-16 |
Pierre-Yves David |
|
Accepted |
[8,of,8] obsutil: move 'getmarkers' to the new modules |
2017-06-27 |
Pierre-Yves David |
|
Superseded |
[8,of,8] pager: do not special case chg |
2017-01-09 |
Jun Wu |
|
Accepted |
[8,of,8] pager: use absolute_import |
2016-03-02 |
timeless@mozdev.org |
|
Accepted |
[8,of,8] parser: stabilize output of prettyformat() by using byte-safe repr() |
2017-09-03 |
Yuya Nishihara |
|
Accepted |
[8,of,8] perf: offer full details in perfrevlogwrite |
2018-10-11 |
Boris Feld |
|
Accepted |
[8,of,8] perf: replace ui.configint() by getint() for Mercurial earlier than 1.9 |
2016-08-08 |
Katsunori FUJIWARA |
yuya |
Changes Requested |
[8,of,8] phase: use a binary phase part to push through bundle2 (BC) |
2017-10-16 |
Boris Feld |
|
Superseded |
[8,of,8] py3: create built in exceptions with str type messages in win32.py |
2018-09-22 |
Matt Harbison |
|
Accepted |
[8,of,8] py3: ditch email.parser.BytesParser which appears to be plain crap |
2018-06-16 |
Yuya Nishihara |
|
Accepted |
[8,of,8] py3: drop encoding.strio() |
2018-03-09 |
Yuya Nishihara |
|
Accepted |
[8,of,8] py3: fix test-command-template.t to write files in binary mode |
2018-03-01 |
Yuya Nishihara |
|
Accepted |
[8,of,8] py3: have bytes version of sys.argv |
2016-11-05 |
Pulkit Goyal |
|
Accepted |
[8,of,8] py3: update tests/test-check-py3-compat.t |
2016-06-27 |
Pulkit Goyal |
|
Not Applicable |
[8,of,8] py3: use pycompat.bytestr() to convert str to bytes |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[8,of,8] py3: use unicode literals in mdiff.py |
2016-08-07 |
Pulkit Goyal |
|
Not Applicable |
[8,of,8] py3compat: use absolute_import |
2015-12-22 |
Gregory Szorc |
|
Accepted |
[8,of,8] python3: handle __code__/func_code divergence |
2016-03-29 |
timeless@mozdev.org |
|
Accepted |
[8,of,8] rebase: add comment to abort test |
2015-10-16 |
Christian Delahousse |
|
Changes Requested |
[8,of,8] revlog: filter out "invalid" delta base candidates |
2018-08-14 |
Boris Feld |
|
Accepted |
[8,of,8] revset: added lazyset implementation to ancestorspec revset |
2014-02-11 |
Lucas Moscovicz |
|
Accepted |
[8,of,8] revset: added lazyset implementation to origin revset |
2014-02-11 |
Lucas Moscovicz |
|
Deferred |
[8,of,8] revset: introduce an API that avoids `formatspec` input serialization |
2019-01-11 |
Boris Feld |
|
Accepted |
[8,of,8] revsetbenchmark: support for running on other repo |
2014-05-02 |
Pierre-Yves David |
|
Superseded |
[8,of,8] rust-hglib: add connection backend for UNIX server |
2018-04-01 |
Yuya Nishihara |
|
Accepted |
[8,of,8] share: share 'cachevfs' with the source clone (issue5108) |
2017-07-16 |
Boris Feld |
|
Accepted |
[8,of,8] shelve: get rid of ui.backupconfig |
2017-03-16 |
Jun Wu |
|
Accepted |
[8,of,8] sslutil: handle default CA certificate loading on Windows |
2016-07-02 |
Gregory Szorc |
yuya |
Superseded |
[8,of,8] sslutil: reference appropriate config section in messaging |
2016-05-28 |
Gregory Szorc |
|
Accepted |
[8,of,8] status: add support for log-like template keywords and functions |
2018-07-03 |
Yuya Nishihara |
|
Accepted |
[8,of,8] summary: make status code more readable |
2014-10-02 |
Martin von Zweigbergk |
|
Superseded |
[8,of,8] template: better prune support in obsfate |
2017-08-07 |
Boris Feld |
|
Changes Requested |
[8,of,8] templatekw: allow accessing to nested namespace item by its template name |
2017-10-06 |
Yuya Nishihara |
|
Accepted |
[8,of,8] templater: add revbookmarks function |
2015-09-11 |
timeless@mozdev.org |
|
Rejected |
[8,of,8] templater: deduplicate iterator of overlay mappings |
2018-04-05 |
Yuya Nishihara |
|
Accepted |
[8,of,8] templater: define interface for objects requiring unwrapvalue() |
2018-04-01 |
Yuya Nishihara |
|
Deferred |
[8,of,8] templater: restore use of callable() since it was readded in Python 3.2 |
2014-06-24 |
Augie Fackler |
|
Accepted |
[8,of,8] templater: wrap get/min/max result so map operation can apply |
2017-09-24 |
Yuya Nishihara |
|
Accepted |
[8,of,8] test-blackbox: glob away quoting differences on Windows |
2017-04-02 |
Matt Harbison |
|
Accepted |
[8,of,8] test-contrib-perf: drop require slow |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[8,of,8] test-flagprocessor: remove unnecessary greps |
2017-04-07 |
Jun Wu |
|
Accepted |
[8,of,8] test-largefiles-update: conditionalize output instead of tests |
2017-07-09 |
Matt Harbison |
|
Accepted |
[8,of,8] test-revert: add methodical revert to "base" with explicit file path |
2014-08-11 |
Pierre-Yves David |
|
Accepted |
[8,of,8] test-subrepo: demonstrate a status problem when merge deletes a file |
2017-07-09 |
Matt Harbison |
|
Accepted |
[8,of,8] test: remove aliases forcing date, use default-date |
2017-05-22 |
Boris Feld |
|
Accepted |
[8,of,8] test: remove changes preparing the drop of `HGMERGE` |
2018-11-02 |
Boris Feld |
|
Accepted |
[8,of,8] tests/tinyproxy: use absolute_import |
2015-12-08 |
Gregory Szorc |
|
Accepted |
[8,of,8] tests: don't run couple of tests related to extensions loading with chg |
2020-03-26 |
Pulkit Goyal |
|
Accepted |
[8,of,8] tests: enable import checker for all **.py files |
2016-05-14 |
Yuya Nishihara |
|
Accepted |
[8,of,8] tests: move gendoc.t runrst comment next to runrst |
2016-01-12 |
Yuya Nishihara |
|
Superseded |
[8,of,8] tests: remove regular expression matching for Python 2.6 |
2017-05-13 |
Gregory Szorc |
|
Accepted |
[8,of,8] tests: split gendoc.t into file per locale tests |
2016-01-10 |
timeless@mozdev.org |
|
Accepted |
[8,of,8] transplant: change "editform" to distinguish merge commits from other |
2014-08-15 |
Katsunori FUJIWARA |
|
Changes Requested |
[8,of,8] ui: add ui.mergemarkers=detailed to progressive mode |
2015-03-28 |
Mathias De Maré |
|
Changes Requested |
[8,of,8] ui: fix progress debug log format strings to work on Python 3 |
2017-09-19 |
Augie Fackler |
|
Accepted |
[8,of,8] ui: unify argument name of ui.log() |
2018-11-15 |
Yuya Nishihara |
|
Accepted |
[8,of,8] unshelve: add -k as short form of --keep |
2015-11-19 |
Laurent Charignon |
|
Accepted |
[8,of,8] upgrade: make sure we reclone all revlogs when updating to some format |
2019-08-05 |
Pierre-Yves David |
|
Accepted |
[8,of,8] util: enable deprecation warning for stringutil proxy (API) |
2018-03-22 |
Yuya Nishihara |
|
Accepted |
[8,of,8] util: implement zstd compression engine |
2016-11-11 |
Gregory Szorc |
|
Accepted |
[8,of,8] vfs: add explanation about cost of checkambig=True in corner case |
2017-06-29 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,8] zeroconf: remove whitespace around = for named parameters |
2016-03-01 |
timeless@mozdev.org |
|
Accepted |
[8,of,8] _addrevision: group revision info into a dedicated structure |
2018-01-14 |
Paul Morelle |
|
Accepted |
[8,of,9,"] discovery: cache the children mapping used during each discovery |
2019-03-05 |
Pierre-Yves David |
|
Accepted |
[8,of,9,(38,total)] push: move bookmarks exchange in the exchange module |
2014-02-02 |
Pierre-Yves David |
|
Accepted |
[8,of,9,bm-refactor] bookmarks: factor out bookmark printing from commands |
2017-06-21 |
Sean Farley |
|
Accepted |
[8,of,9,cah] context: tell when .ancestor picks one of multiple common ancestors heads |
2014-04-17 |
Mads Kiilerich |
|
Superseded |
[8,of,9,changegroup-apis] changegroup: implement getchangegroup using changegroupemitter |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[8,of,9,debian-packaging] test-debian-packages: new test for testing construction of debian packages |
2015-08-26 |
Augie Fackler |
|
Superseded |
[8,of,9,mergedriver] filemerge: print correct name of tool for symlink checks |
2015-10-07 |
Siddharth Agarwal |
|
Accepted |
[8,of,9,pager,v2] annotate: migrate to modern pager API |
2017-02-16 |
Augie Fackler |
|
Accepted |
[8,of,9,pager] annotate: migrate to modern pager API |
2017-02-16 |
Augie Fackler |
|
Superseded |
[8,of,9,paths,v2] commands.push: begin transition to path API |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[8,of,9,PoC] mq2: write new node to patch file when qpushing and orphan old node |
2014-08-29 |
Mads Kiilerich |
|
Changes Requested |
[8,of,9,py3,v2] branchmap: stringify int in a portable way |
2017-03-12 |
Augie Fackler |
|
Superseded |
[8,of,9,py3,v3] branchmap: stringify int in a portable way |
2017-03-12 |
Augie Fackler |
|
Accepted |
[8,of,9,py3] branchmap: stringify int in a portable way |
2017-03-12 |
Augie Fackler |
|
Superseded |
[8,of,9,pyflakes] verify: avoid shadowing two variables with a list comprehension |
2016-11-10 |
Augie Fackler |
|
Accepted |
[8,of,9,remotefilelog-ext,getfile-http] remotefilelogserver: disable remotefilelog serving over non-ssh protocols |
2015-07-01 |
Augie Fackler |
|
Not Applicable |
[8,of,9,RFC] cmdutil: use repo.markers instead of accessing tags and bookmarks directly |
2014-03-30 |
Sean Farley |
|
Deferred |
[8,of,9,RFC] profiling: use vendored statprof and upstream enhancements (BC) |
2016-08-16 |
Gregory Szorc |
|
Superseded |
[8,of,9,RFC] revset: changed ancestors revset to return lazy generators |
2014-02-12 |
Lucas Moscovicz |
|
Superseded |
[8,of,9,RFC] wireproto: introduce listkeys2 command |
2016-08-14 |
Gregory Szorc |
|
Changes Requested |
[8,of,9,sethelp] test-revset: add tests for missing function output |
2015-02-04 |
Augie Fackler |
|
Superseded |
[8,of,9,sparse] sparse: move update action filtering into core |
2017-07-06 |
Gregory Szorc |
|
Accepted |
[8,of,9,stable] largefiles: simplify cachelfiles - don't spend a lot of time checking hashes |
2013-02-26 |
Mads Kiilerich |
|
Accepted |
[8,of,9,STABLE] rebase: use "dirstateguard" instead of "dirstate.invalidate" |
2014-10-01 |
Katsunori FUJIWARA |
|
Changes Requested |
[8,of,9,STABLE] shelve: widen wlock scope of unshelve for consistency while processing |
2015-12-01 |
Katsunori FUJIWARA |
|
Superseded |
[8,of,9,standalone-strip] mq: extract `mq.queue.strip` |
2013-09-25 |
Pierre-Yves David |
|
Accepted |
[8,of,9,V2] addremove: add support for the -S flag |
2014-11-30 |
Matt Harbison |
|
Superseded |
[8,of,9,v2] auditvfs: forward options property from nested vfs |
2016-08-05 |
Augie Fackler |
|
Superseded |
[8,of,9,V2] configitems: register the 'bugzilla.version' config |
2017-07-14 |
Boris Feld |
|
Accepted |
[8,of,9,V2] context: no longer accept diff options as dictionnary |
2018-07-05 |
Boris Feld |
|
Accepted |
[8,of,9,v2] hidden: subtract pinned revs from hidden earlier |
2017-05-30 |
via Mercurial-devel |
|
Accepted |
[8,of,9,V2] largefiles: get function to write status messages via "getstatuswriter()" |
2014-11-05 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,9,V2] paper: add simple animation to the loading indicator |
2013-08-17 |
Alexander Plavin |
|
Superseded |
[8,of,9,V2] py3: apply byteskwargs to contrib/perf |
2018-09-25 |
Matt Harbison |
|
Accepted |
[8,of,9,V2] pycompat: use unicode type to appease Python 3 |
2016-06-25 |
Gregory Szorc |
|
Superseded |
[8,of,9,V2] rebase: use dirstateguard instead of dirstate.invalidate |
2015-05-02 |
Katsunori FUJIWARA |
|
Superseded |
[8,of,9,V2] repair: open a file with checkambig=True to avoid file stat ambiguity |
2016-09-22 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,9,V2] revlog: make _addrevision only accept rawtext |
2017-03-31 |
Jun Wu |
|
Accepted |
[8,of,9,V2] sslutil: make cert fingerprints messages more actionable |
2016-06-01 |
Gregory Szorc |
|
Superseded |
[8,of,9,v2] stdio: raise StdioError if something goes wrong in ui.flush |
2017-04-14 |
Bryan O'Sullivan |
|
Accepted |
[8,of,9,v3] auditvfs: forward options property from nested vfs |
2016-08-05 |
Augie Fackler |
|
Accepted |
[8,of,9,V3] manifest: get rid of manifest.readshallowfast |
2016-09-20 |
Durham Goode |
|
Superseded |
[8,of,9,V3] perf: add `storage` as possible source for perfrevlogwrite |
2018-11-06 |
Boris Feld |
|
Accepted |
[8,of,9,V3] rebase: use dirstateguard instead of dirstate.invalidate |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[8,of,9,V3] repoview: copy blocker code from computehidden |
2014-03-28 |
Sean Farley |
|
Superseded |
[8,of,9,V3] sslutil: make cert fingerprints messages more actionable |
2016-06-02 |
Gregory Szorc |
yuya |
Superseded |
[8,of,9,V3] template: better prune support in obsfate |
2017-08-21 |
Boris Feld |
|
Superseded |
[8,of,9,V4] manifest: get rid of manifest.readshallowfast |
2016-09-20 |
Durham Goode |
|
Accepted |
[8,of,9,V4] sslutil: make cert fingerprints messages more actionable |
2016-06-04 |
Gregory Szorc |
|
Accepted |
[8,of,9,V4] template: better prune support in obsfate |
2017-08-23 |
Boris Feld |
|
Accepted |
[8,of,9,V6] pull: use `bookmarks` bundle2 part |
2016-10-11 |
Stanislau Hlebik |
marmoute |
Changes Requested |
[8,of,9] amend: use "editor" argument for "memctx.__init__" to save commit message |
2014-05-05 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,9] bookmarks: add explicit option to list bookmarks of the given names |
2018-09-21 |
Yuya Nishihara |
|
Accepted |
[8,of,9] bundle-ng: simplify lookup and state handling |
2013-02-14 |
Sune Foldager |
|
Superseded |
[8,of,9] bundle2-test: use the new way to extend push content |
2014-07-07 |
Pierre-Yves David |
|
Accepted |
[8,of,9] byteify-strings: remove superfluous "if True" block |
2018-06-18 |
Yuya Nishihara |
|
Accepted |
[8,of,9] chgserver: do not re-load configs in "validate" |
2016-11-13 |
Jun Wu |
|
Changes Requested |
[8,of,9] cmdutil.bailifchanged: standardize error message for dirty working dir |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[8,of,9] config: register the 'devel.serverrequirecert' config |
2017-06-29 |
Pierre-Yves David |
|
Accepted |
[8,of,9] context: use "vfs.lstat()" to examine target path instead of "os.path.*" |
2013-10-14 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,9] convert: more clear documentation of the 'include' default of a 'include .' |
2014-03-18 |
Mads Kiilerich |
|
Accepted |
[8,of,9] dagop: make walk direction switchable so it can track descendants |
2017-06-25 |
Yuya Nishihara |
|
Accepted |
[8,of,9] docchecker: use indentation of 4 spaces |
2016-02-10 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[8,of,9] export: extract function to write patch to file object (API) |
2018-04-12 |
Yuya Nishihara |
|
Accepted |
[8,of,9] extensions: expand the builtins extensions declaration |
2017-07-15 |
Boris Feld |
|
Accepted |
[8,of,9] fileset: remove subset and unused filtering functions from matchctx |
2018-07-10 |
Yuya Nishihara |
|
Accepted |
[8,of,9] flagutil: make the error class used by the mixin configurable |
2019-08-08 |
Pierre-Yves David |
|
Accepted |
[8,of,9] hgk: simplify tags parser |
2013-03-10 |
Andrew Shadura |
|
Accepted |
[8,of,9] hgweb: start enumerate at 1 in webutil.diffs's inner function prettyprintlines |
2017-03-06 |
Denis Laxalde |
|
Accepted |
[8,of,9] histedit: change state.rules uses to state.actions |
2015-12-02 |
Mateusz Kwapich |
|
Accepted |
[8,of,9] histedit: read state from histeditstate |
2014-10-16 |
David Soria Parra |
|
Accepted |
[8,of,9] i18n: leave out entries which contain only rst syntax |
2014-02-03 |
Simon Heimberg |
|
Accepted |
[8,of,9] keyword: use _keywordkwt of repository instead of kwtools['templater'] |
2017-06-25 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,9] largefiles: avoid using 'lfiles' variable for two purposes |
2014-09-17 |
Martin von Zweigbergk |
|
Superseded |
[8,of,9] localrepo: add findbyhash for convenience |
2015-03-29 |
Katsunori FUJIWARA |
|
Changes Requested |
[8,of,9] log: allow matchfn to be non-null even if both --patch/--stat are off |
2018-01-15 |
Yuya Nishihara |
|
Accepted |
[8,of,9] manifestmerge: use dicthelpers.diff and join |
2013-03-25 |
Siddharth Agarwal |
|
Superseded |
[8,of,9] match: simplify includematcher a bit |
2017-05-26 |
via Mercurial-devel |
|
Accepted |
[8,of,9] md5sum: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[8,of,9] merge: make mergeresult constructor initialize empty object |
2020-07-30 |
Pulkit Goyal |
|
Superseded |
[8,of,9] osutil: use absolute_import |
2015-12-12 |
Gregory Szorc |
yuya |
Superseded |
[8,of,9] patch.diffopts: add support for noprefix |
2014-11-13 |
Siddharth Agarwal |
|
Superseded |
[8,of,9] py3: don't use traceback.print_exc() in commandserver.py |
2018-10-18 |
Yuya Nishihara |
|
Accepted |
[8,of,9] py3: drop b'' from repr() of smartset |
2018-02-03 |
Yuya Nishihara |
|
Accepted |
[8,of,9] py3: replace sys.platform with pycompat.sysplatform (part 1 of 2) |
2016-12-20 |
Pulkit Goyal |
|
Accepted |
[8,of,9] py3: use r'' to prevent conversion to bytes by transformer |
2017-06-23 |
Pulkit Goyal |
|
Accepted |
[8,of,9] pycompat: put single line things above class and function definitions |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[8,of,9] repair: move check for existing transaction earlier |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[8,of,9] revsetbenchmark: retrieve the benchmark value in python |
2014-03-27 |
Pierre-Yves David |
|
Accepted |
[8,of,9] run-tests: remove the artificial indentation |
2019-09-07 |
Pierre-Yves David |
|
Accepted |
[8,of,9] rust-cpython: remove useless PyRefMut wrapper |
2019-10-19 |
Yuya Nishihara |
|
New |
[8,of,9] shelve: add "applybundle()" to invoke "readbundle()" with relative path and vfs |
2014-03-08 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,9] shelve: status messages from unshelve |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[8,of,9] sslutil: make cert fingerprints messages more actionable |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[8,of,9] stdio: raise StdioError if something goes wrong in ui.flush |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[8,of,9] subrepo: drop the 'ui' parameter to removefiles() |
2014-12-15 |
Matt Harbison |
|
Accepted |
[8,of,9] templatekw: add compatdict() as a replacement for showdict() |
2018-02-27 |
Yuya Nishihara |
|
New |
[8,of,9] templater: factor out function to create mapping dict for nested evaluation |
2018-03-21 |
Yuya Nishihara |
|
Accepted |
[8,of,9] templater: find keyword name more thoroughly on filtering error |
2017-04-12 |
Yuya Nishihara |
|
Accepted |
[8,of,9] templater: load and expand aliases by template engine (API) (issue4842) |
2016-04-15 |
Yuya Nishihara |
|
Accepted |
[8,of,9] test-commandserver: rewrite manual substitution of output by (glob) match |
2014-09-28 |
Yuya Nishihara |
|
Accepted |
[8,of,9] test-hgweb-auth: alias ui as uimod |
2016-04-05 |
Yuya Nishihara |
|
Accepted |
[8,of,9] test: add a push race case where non-contiguous branch head are created |
2017-05-28 |
Pierre-Yves David |
|
Accepted |
[8,of,9] tests: add blank output lines to test-commandserver |
2017-08-24 |
Augie Fackler |
|
Accepted |
[8,of,9] tests: make tinyproxy.py not import sys.argv by name |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[8,of,9] tests: remove all remaining usage of experimental.bundle2-exp |
2016-08-03 |
Pierre-Yves David |
|
Accepted |
[8,of,9] unionrepo: drop `baserevdiff` |
2019-08-30 |
Pierre-Yves David |
|
Accepted |
[8,of,9] util.re: add an escape method |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[8,of,9] util: support multi-threaded zstandard compression for bundles |
2017-04-01 |
Gregory Szorc |
|
Changes Requested |
[8,of,9] verify: check for orphaned dirlogs |
2016-02-12 |
Martin von Zweigbergk |
|
Superseded |
[9,of,9,"] discovery: explicitly use `undecided` for the children mapping |
2019-03-05 |
Pierre-Yves David |
|
Accepted |
[9,of,9,(38,total)] push: feed pushoperation object to _pushbookmark function |
2014-02-02 |
Pierre-Yves David |
|
Superseded |
[9,of,9,bm-refactor] bookmarks: factor method _printer out of for loop in printbookmarks |
2017-06-21 |
Sean Farley |
|
Accepted |
[9,of,9,cah] context: introduce [ui]topancestors for controlling which ancestor to pick |
2014-04-17 |
Mads Kiilerich |
|
Deferred |
[9,of,9,changegroup-apis] exchange: implement _pushchangeset with changegroupemitter |
2016-08-01 |
Gregory Szorc |
marmoute |
Changes Requested |
[9,of,9,debian-packaging] debian: switch to using debhelper and dh_python2 to build debs |
2015-08-26 |
Augie Fackler |
|
Superseded |
[9,of,9,mergedriver] filemerge: run symlink check for :merge3 |
2015-10-07 |
Siddharth Agarwal |
|
Accepted |
[9,of,9,pager,v2] tests: prove that ignore works |
2017-02-16 |
Augie Fackler |
|
Accepted |
[9,of,9,pager] tests: prove that ignore works |
2017-02-16 |
Augie Fackler |
|
Superseded |
[9,of,9,paths,v2] commands.push: finish converting to new path API |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[9,of,9,PoC] mq2: obsolete changesets when their patch is qrm'ed |
2014-08-29 |
Mads Kiilerich |
|
Changes Requested |
[9,of,9,py3,v2] scmutil: fix key generation to portably bytestringify integer |
2017-03-12 |
Augie Fackler |
|
Superseded |
[9,of,9,py3,v3] scmutil: fix key generation to portably bytestringify integer |
2017-03-12 |
Augie Fackler |
|
Accepted |
[9,of,9,py3] scmutil: fix key generation to portably bytestringify integer |
2017-03-12 |
Augie Fackler |
|
Superseded |
[9,of,9,pyflakes] filterpyflakes: whitelist listcomp aliasing checking |
2016-11-10 |
Augie Fackler |
|
Accepted |
[9,of,9,remotefilelog-ext,getfile-http] remotefilelogserver: prevent getfiles from being called over http at all |
2015-07-01 |
Augie Fackler |
|
Not Applicable |
[9,of,9,RFC] commands: test repo.marker for mercurial repo |
2014-03-30 |
Sean Farley |
|
Deferred |
[9,of,9,RFC] exchange: call listkeys2 to fetch obsolescence data if available |
2016-08-14 |
Gregory Szorc |
|
Changes Requested |
[9,of,9,RFC] profiling: make statprof the default profiler (BC) |
2016-08-16 |
Gregory Szorc |
|
Superseded |
[9,of,9,RFC] revset: optimized _revancestors method based on order of revisions |
2014-02-12 |
Lucas Moscovicz |
|
Superseded |
[9,of,9,sethelp] dispatch: offer near-edit-distance suggestions for {file, rev}set functions |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[9,of,9,sparse] sparse: move working directory refreshing into core |
2017-07-06 |
Gregory Szorc |
|
Accepted |
[9,of,9,stable] largefiles: updatelfiles should use working dir standins, not standins from p1 |
2013-02-26 |
Mads Kiilerich |
|
Accepted |
[9,of,9,STABLE] localrepo: write recent dirstate out for external process (BC) (issue4378) |
2014-10-01 |
Katsunori FUJIWARA |
|
Changes Requested |
[9,of,9,STABLE] transplant: widen wlock scope of transplant for consitency while processing |
2015-12-01 |
Katsunori FUJIWARA |
|
Superseded |
[9,of,9,standalone-strip] mq: have the strip command functionnal on repo without mq |
2013-09-25 |
Pierre-Yves David |
|
Accepted |
[9,of,9,V2] addremove: support addremove with explicit paths in subrepos |
2014-11-30 |
Matt Harbison |
|
Superseded |
[9,of,9,V2] bugzilla: move the default regexp for fix in the config declaration |
2017-07-14 |
Boris Feld |
|
Accepted |
[9,of,9,v2] bundlerepo: add support for treemanifests in cg3 bundles |
2016-08-05 |
Augie Fackler |
|
Superseded |
[9,of,9,V2] diff: use `context.diff` to produce diff |
2018-07-05 |
Boris Feld |
|
Accepted |
[9,of,9,v2] hidden: remove unnecessary guard condition |
2017-05-30 |
via Mercurial-devel |
|
Accepted |
[9,of,9,V2] largefiles: avoid printing messages while rebasing by "_lfstatuswriters" |
2014-11-05 |
Katsunori FUJIWARA |
|
Accepted |
[9,of,9,V2] localrepo: write recent dirstate out for external process (BC) (issue4378) |
2015-05-02 |
Katsunori FUJIWARA |
|
Superseded |
[9,of,9,V2] paper: add reddish background to ajax error message |
2013-08-17 |
Alexander Plavin |
|
Superseded |
[9,of,9,V2] py3: convert arguments, cwd and env to native strings when spawning subprocess |
2018-09-25 |
Matt Harbison |
|
Accepted |
[9,of,9,V2] revlog: add a fast path for revision(raw=False) |
2017-03-31 |
Jun Wu |
|
Accepted |
[9,of,9,V2] sslutil: print the fingerprint from the last hash used |
2016-06-01 |
Gregory Szorc |
|
Superseded |
[9,of,9,v2] stdio: add Linux-specific tests for error checking |
2017-04-14 |
Bryan O'Sullivan |
|
Accepted |
[9,of,9,V2] transaction: open a file with checkambig=True to avoid file stat ambiguity |
2016-09-22 |
Katsunori FUJIWARA |
|
Accepted |
[9,of,9,V2] util: use unicode literals to appease Python 3 |
2016-06-25 |
Gregory Szorc |
|
Superseded |
[9,of,9,v3] bundlerepo: add support for treemanifests in cg3 bundles |
2016-08-05 |
Augie Fackler |
|
Accepted |
[9,of,9,V3] localrepo: write recent dirstate out for external process (BC) (issue4378) |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[9,of,9,V3] manifest: remove manifest.readshallowdelta |
2016-09-20 |
Durham Goode |
|
Superseded |
[9,of,9,V3] perf: add a lazydeltabase option to perfrevlogwrite |
2018-11-06 |
Boris Feld |
|
Accepted |
[9,of,9,V3] repoview: use _gethiddenblockers in computehidden |
2014-03-28 |
Sean Farley |
|
Superseded |
[9,of,9,V3] sslutil: print the fingerprint from the last hash used |
2016-06-02 |
Gregory Szorc |
yuya |
Superseded |
[9,of,9,V3] test: add more obsmarker tests for pruning scenarios |
2017-08-21 |
Boris Feld |
|
Superseded |
[9,of,9,V4] manifest: remove manifest.readshallowdelta |
2016-09-20 |
Durham Goode |
|
Accepted |
[9,of,9,V4] sslutil: print the fingerprint from the last hash used |
2016-06-04 |
Gregory Szorc |
|
Accepted |
[9,of,9,V4] test: add more obsmarker tests for pruning scenarios |
2017-08-23 |
Boris Feld |
|
Accepted |
[9,of,9,V6] bundle2: advertise bookmark capability |
2016-10-11 |
Stanislau Hlebik |
marmoute |
Changes Requested |
[9,of,9] archive: rewrite default metadata template as a multi-line bytes literal |
2018-02-03 |
Yuya Nishihara |
|
Accepted |
[9,of,9] bookmarks: remove --active in favor of --list |
2018-09-21 |
Yuya Nishihara |
|
Accepted |
[9,of,9] bundle-ng: move progress out of the linkrev callback |
2013-02-14 |
Sune Foldager |
|
Superseded |
[9,of,9] bundle2-push: drop _pushbundle2extraparts |
2014-07-07 |
Pierre-Yves David |
|
Accepted |
[9,of,9] bundle2: remove 'experimental.bundle2-exp' boolean config (BC) |
2016-08-03 |
Pierre-Yves David |
|
Accepted |
[9,of,9] check-code: examine magic pattern matching against contents of a file |
2016-02-10 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[9,of,9] chgserver: implement a simple "runcommand" |
2016-11-13 |
Jun Wu |
|
Changes Requested |
[9,of,9] cmdutil: omit redundant "savecommitmessage()" in "tryimportone()" |
2014-05-05 |
Katsunori FUJIWARA |
|
Accepted |
[9,of,9] color: drop the now useless color extension |
2017-07-15 |
Boris Feld |
|
Accepted |
[9,of,9] config: register the 'devel.strip-obsmarkers' config |
2017-06-29 |
Pierre-Yves David |
|
Accepted |
[9,of,9] diff: add a --noprefix option |
2014-11-13 |
Siddharth Agarwal |
|
Superseded |
[9,of,9] export: enable formatter support (API) |
2018-04-12 |
Yuya Nishihara |
|
Accepted |
[9,of,9] fileset: remove fullmatchctx class |
2018-07-10 |
Yuya Nishihara |
|
Accepted |
[9,of,9] flagutil: use it in simplestorerepo |
2019-08-08 |
Pierre-Yves David |
|
Accepted |
[9,of,9] hghave: replace relative import of docutils.core |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[9,of,9] hgk: remove regsub, split on \r instead |
2013-03-10 |
Andrew Shadura |
|
Accepted |
[9,of,9] hgweb: support multi-threaded zstandard compression for wire protocol |
2017-04-01 |
Gregory Szorc |
|
Changes Requested |
[9,of,9] hgweb: use patch.diffhunks in webutil.diffs to simplify the algorithm |
2017-03-06 |
Denis Laxalde |
|
Accepted |
[9,of,9] histedit: get rid of state.rules |
2015-12-02 |
Mateusz Kwapich |
|
Accepted |
[9,of,9] histedit: move locks into state |
2014-10-16 |
David Soria Parra |
|
Accepted |
[9,of,9] i18n-de: update po file for showing the effect of changed posplit |
2014-02-03 |
Simon Heimberg |
|
Accepted |
[9,of,9] keyword: wrap functions only once at loading keyword extension |
2017-06-25 |
Katsunori FUJIWARA |
|
Accepted |
[9,of,9] largefiles: simplify iteration over standins |
2014-09-17 |
Martin von Zweigbergk |
|
Superseded |
[9,of,9] largefiles: standardize error message for dirty working dir |
2013-09-24 |
Siddharth Agarwal |
|
Accepted |
[9,of,9] log: build follow-log filematcher at once |
2018-01-15 |
Yuya Nishihara |
|
Accepted |
[9,of,9] manifestmerge: drop redundant flags calls |
2013-03-25 |
Siddharth Agarwal |
|
Superseded |
[9,of,9] match: remove support for includes from patternmatcher |
2017-05-26 |
via Mercurial-devel |
|
Accepted |
[9,of,9] match: use util.re.escape instead of re.escape |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[9,of,9] merge: introduce mergeresult.addfile() and use it |
2020-07-30 |
Pulkit Goyal |
|
Superseded |
[9,of,9] parsers: use absolute_import |
2015-12-12 |
Gregory Szorc |
yuya |
Accepted |
[9,of,9] py3: byte-stringify literals in contrib/phabricator.py as example |
2018-06-18 |
Yuya Nishihara |
|
Accepted |
[9,of,9] py3: get around IOError variants in test-commandserver.t |
2018-10-18 |
Yuya Nishihara |
|
Accepted |
[9,of,9] py3: replace sys.platform with pycompat.sysplatform (part 2 of 2) |
2016-12-20 |
Pulkit Goyal |
|
Accepted |
[9,of,9] py3: use single quotes instead of triple quotes so that transformer adds b'' |
2017-06-23 |
Pulkit Goyal |
|
Accepted |
[9,of,9] pycompat: move the queue related definitions below queue import |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[9,of,9] repair: remove unnecessary locking for bookmarks |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[9,of,9] revlog: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[9,of,9] revset: abort the query when there is no revision for "id()" (BC) |
2015-03-29 |
Katsunori FUJIWARA |
|
Changes Requested |
[9,of,9] revset: add depth limit to descendants() (issue5374) |
2017-06-25 |
Yuya Nishihara |
|
Accepted |
[9,of,9] revsetbenchmark: add a summary at the end of execution |
2014-03-27 |
Pierre-Yves David |
|
Accepted |
[9,of,9] run-tests: add a dedicated 'isoptional' function |
2019-09-07 |
Pierre-Yves David |
|
Accepted |
[9,of,9] rust-cpython: remove useless PyResult<> from leak_immutable() |
2019-10-19 |
Yuya Nishihara |
|
New |
[9,of,9] shelve: add "writebundle()" to invoke "writebundle()" with relative path and vfs |
2014-03-08 |
Katsunori FUJIWARA |
|
Accepted |
[9,of,9] shelve: better (and slightly redundant) test coverage for unshelve conflicts |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[9,of,9] sslutil: print the fingerprint from the last hash used |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[9,of,9] stdio: add Linux-specific tests for error checking |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[9,of,9] store: use "vfs.exists()" instead of "os.path.exists()" |
2013-10-14 |
Katsunori FUJIWARA |
|
Accepted |
[9,of,9] subrepo: drop the 'ui' parameter to revert() |
2014-12-18 |
Matt Mackall |
|
Not Applicable |
[9,of,9] subrepo: drop the 'ui' parameter to revert() |
2014-12-15 |
Matt Harbison |
|
Accepted |
[9,of,9] templatekw: add compatlist() as a replacement for showlist() |
2018-02-27 |
Yuya Nishihara |
|
New |
[9,of,9] templater: add shorthand for building a dict like {"key": key} |
2017-04-12 |
Yuya Nishihara |
|
Accepted |
[9,of,9] templater: drop symbols which should be overridden by new 'ctx' (issue5612) |
2018-03-21 |
Yuya Nishihara |
|
Accepted |
[9,of,9] test-commandserver: make runcommand message bolder |
2014-09-28 |
Yuya Nishihara |
|
Accepted |
[9,of,9] test-hgweb-auth: stop direct symbol import of mercurial.error.Abort |
2016-04-05 |
Yuya Nishihara |
|
Accepted |
[9,of,9] test: add the mirror push race case for non-contiguous branch head |
2017-05-28 |
Pierre-Yves David |
|
Accepted |
[9,of,9] tests: coverage of convert and filemap include and the default of include all |
2014-03-18 |
Mads Kiilerich |
|
Accepted |
[9,of,9] tests: update test-commandserver to pass our import checker |
2017-08-24 |
Augie Fackler |
|
Accepted |
[9,of,9] ui: drop template aliases by HGPLAIN |
2016-04-15 |
Yuya Nishihara |
|
Accepted |
[9,of,9] unionrepo: drop the custom `rawdata` implementation |
2019-08-30 |
Pierre-Yves David |
|
Accepted |
[9,of,9] verify: show progress while verifying dirlogs |
2016-02-12 |
Martin von Zweigbergk |
|
Superseded |
[abc] Allow specifying default --flag options via config |
2017-02-22 |
rishi shah |
|
Changes Requested |
[accept-scripts,V2] land: fix bug we see when we merge, rather than rebase |
2018-04-27 |
Augie Fackler |
|
Accepted |
[accept-scripts] land: fix bug we see when we merge, rather than rebase |
2018-04-27 |
Kevin Bullock |
|
Accepted |
[accept-scripts] land: fix bug we see when we merge, rather than rebase |
2018-04-26 |
Augie Fackler |
|
Superseded |
[against-clowncopter] run-tests: add a --profile option |
2015-05-14 |
Augie Fackler |
|
Accepted |
[alternative-version] pathencode: for long paths, strip first 5 chars, not first dir |
2015-05-08 |
Martin von Zweigbergk |
mpm |
Accepted |
[audit,RFC] audit: add core audit module, extension using it, and a minimal test |
2015-12-02 |
adgar@google.com |
|
Changes Requested |
[bmstore,v2] bmstore: add handling of the active bookmark |
2016-01-09 |
Augie Fackler |
yuya |
Accepted |
[Bug,3782] New: test-convert-cvs-synthetic.t sometimes fails due to varying order of changesets |
2013-01-24 |
mercurial-bugs@selenic.com |
|
Rejected |
[Bug,3795] New: test-http-proxy sometimes fail |
2013-01-31 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,3796] New: test-convert-hg-svn.t fails with svn 1.7.8 |
2013-01-31 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,3805] New: hg incoming crash if locally known is filtered remotely. |
2013-02-04 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,3908] New: copies._tracefiles does not trace from merges correctly |
2013-04-25 |
mercurial-bugs@selenic.com |
|
Superseded |
[Bug,3966] New: convert uses wrong TZ when writing .hgtags |
2013-06-18 |
mercurial-bugs@selenic.com |
|
Changes Requested |
[Bug,4029] New: demandimport doesn't honor absolute_import |
2013-09-06 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4129] New: test-module-imports.t fails when run inside virtualenv |
2013-12-11 |
mercurial-bugs@selenic.com |
|
Superseded |
[Bug,4146] New: `hg diff -b` behaves differently than `diff -b` |
2014-01-15 |
mercurial-bugs@selenic.com |
|
Superseded |
[Bug,4150] New: Merge conflict not happening where expected |
2014-01-23 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4236] New: hg log on a normal file aborts with the largefiles extension enabled |
2014-05-01 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4344] New: Interrupting a strip at the wrong time can result in an unknown working parent error |
2014-08-22 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4355] New: [urgent] Regression when executing abbreviated shell aliases with arguments |
2014-09-04 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4368] New: Parallel committing results in orphaned commits |
2014-09-12 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4440] New: test-run-tests fails with Python 2.6 |
2014-11-06 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4458] New: Inconsistencies in mq patch queue vs what working directory shows |
2014-11-18 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4483] New: NetBSD: native unzip has different whitespace |
2014-12-25 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4484] New: NetBSD: test-run-tests fails |
2014-12-25 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4492] New: test-archive fails with recent Python 2.7 |
2015-01-06 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4493] New: msgfmt warnings |
2015-01-06 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4500] New: Mac OS X 10.10 test failure with Python 2.7.8 |
2015-01-15 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4576] New: hg revert --interactive is broken on local modification |
2015-03-25 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4583] New: Occasional change in merge tool test |
2015-03-31 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4585] New: test-subrepo-git.t test failure |
2015-04-02 |
mercurial-bugs@selenic.com |
|
Rejected |
[Bug,4610] New: test-treediscovery broken when using bundle2 as the default |
2015-04-21 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4620] New: saying no to record adds hunk anyway |
2015-04-22 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4626] New: Regression: Adding new file with record from within a subdir crashes |
2015-04-27 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4646] New: enabling pager without color results in a hang |
2015-05-05 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4660] New: test-subrepo-recursion.t failure (different date format in unzip -l) |
2015-05-10 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4706] New: Tests test-doctest.py does not run against the local mercurial but the system mercurial |
2015-06-03 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4748] New: merging a renamed file from a branch into default branch without modification losts origin |
2015-07-08 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[Bug,4759] New: 'include:' rules only work if cwd is the root of the repo |
2015-07-23 |
mercurial-bugs@selenic.com |
mpm |
Not Applicable |
[Bug,4786] New: Moving a file during a merge results in abort: some/file.py@81b3fc3b9732: not found in manifest! |
2015-08-19 |
mercurial-bugs@selenic.com |
|
Not Applicable |