[7,of,8] python3: handle range/xrange divergence |
2016-03-29 |
timeless@mozdev.org |
|
Accepted |
[7,of,8] py3: use bytestr() to coerce position carried by ParseError to string |
2018-03-01 |
Yuya Nishihara |
|
Accepted |
[7,of,8] py3: remove b'' from error message of disallowed filename |
2018-06-16 |
Yuya Nishihara |
|
Accepted |
[7,of,8] py3: pass the memoryview object into bytes() to get the value |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[7,of,8] py3: make scmutil.rcpath() return bytes |
2016-11-05 |
Pulkit Goyal |
|
Accepted |
[7,of,8] py3: make contrib/import-checker.py get along with itself |
2016-05-14 |
Yuya Nishihara |
|
Accepted |
[7,of,8] py3: handle unicode docstrings in registrar.py |
2016-08-07 |
Pulkit Goyal |
|
Not Applicable |
[7,of,8] py3: fix repr(util.url) to return system string |
2017-09-03 |
Yuya Nishihara |
|
Accepted |
[7,of,8] py3: apply byteskwargs to contrib/perf |
2018-09-22 |
Matt Harbison |
|
Accepted |
[7,of,8] pvec: replace 'ctx._repo' with 'ctx.repo()' |
2015-03-14 |
Matt Harbison |
|
Accepted |
[7,of,8] phase: isolate logic to update remote phrase through bundle2 pushkey |
2017-10-16 |
Boris Feld |
|
Superseded |
[7,of,8] perf: omit copying from ui.ferr to ui.fout for Mercurial earlier than 1.9 |
2016-08-08 |
Katsunori FUJIWARA |
yuya |
Changes Requested |
[7,of,8] perf: introduce a perfrevlogwrite command |
2018-10-11 |
Boris Feld |
|
Accepted |
[7,of,8] patchbomb: use absolute_import |
2016-03-02 |
timeless@mozdev.org |
durin42 |
Superseded |
[7,of,8] patch: use absolute_import |
2015-12-22 |
Gregory Szorc |
|
Accepted |
[7,of,8] obsutil: move the 'marker' class to the new modules |
2017-06-27 |
Pierre-Yves David |
|
Superseded |
[7,of,8] obsstore: add fields attribute to track each field in a markers |
2014-08-16 |
Pierre-Yves David |
|
Accepted |
[7,of,8] obsmarkers: add a `parentnodes` method to retrieve parents information |
2014-08-19 |
Pierre-Yves David |
|
Accepted |
[7,of,8] obscache: instantiate the cache and keep it warm |
2017-05-19 |
Pierre-Yves David |
|
Changes Requested |
[7,of,8] namespaces: add a method to the first matching node for a given name |
2014-12-15 |
Sean Farley |
|
Accepted |
[7,of,8] mq: refactor patchheader header ordering - use export order for HG patches |
2014-09-24 |
Mads Kiilerich |
|
Accepted |
[7,of,8] mergecopies: introduce new dicts to handle more complex copy cases (issue4028) |
2016-10-04 |
Gábor Stefanik |
|
Superseded |
[7,of,8] merge: fix stupid indentation left over from previous refactorings |
2014-05-01 |
Mads Kiilerich |
|
Superseded |
[7,of,8] merge: extract method for checking for conflicting untracked file |
2014-12-23 |
Martin von Zweigbergk |
|
Accepted |
[7,of,8] merge: check for dir rename dest before adding ACTION_KEEP |
2020-09-14 |
Pulkit Goyal |
|
Accepted |
[7,of,8] mercurial: trigger C extension build automatically for developers |
2017-05-03 |
Jun Wu |
|
Deferred |
[7,of,8] match: provide and use a quick way to escape a single byte |
2018-11-21 |
Boris Feld |
|
Accepted |
[7,of,8] match: make arguments of _expandsets() optional |
2019-04-08 |
Denis Laxalde |
|
Accepted |
[7,of,8] manifest: get rid of manifest.readshallowfast |
2016-09-14 |
Durham Goode |
|
Superseded |
[7,of,8] logtoprocess: extract logger class from ui wrapper |
2018-11-15 |
Yuya Nishihara |
|
Accepted |
[7,of,8] largefiles: use strip() instead of slicing to get rid of EOL of standin |
2017-03-27 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,8] largefiles: update largefiles even if transplant is aborted by conflict |
2014-08-24 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,8] largefiles: inline redundant inctx function in status |
2014-10-15 |
Mads Kiilerich |
|
Accepted |
[7,of,8] largefiles: fix misleading comments in lfutil instore and storepath |
2016-06-27 |
Pulkit Goyal |
|
Not Applicable |
[7,of,8] largefiles: avoid corruption of largefiles at "rebase --continue" |
2014-09-09 |
Katsunori FUJIWARA |
|
Changes Requested |
[7,of,8] largefiles: align the output messages for a removed file with core methods |
2014-12-23 |
Matt Harbison |
|
Superseded |
[7,of,8] import-checker: fix list_stdlib_modules for Python3 |
2016-03-30 |
timeless@mozdev.org |
yuya |
Changes Requested |
[7,of,8] import-checker: allow symbol imports from hgweb.common and .request |
2015-11-19 |
Laurent Charignon |
|
Accepted |
[7,of,8] ignore: add support for including subdir .hgignores |
2015-05-13 |
Durham Goode |
|
Changes Requested |
[7,of,8] i18n-sv: select a single definition of DEPRECATED |
2015-09-17 |
timeless@mozdev.org |
|
Accepted |
[7,of,8] hook: restore use of callable() since it was readded in Python 3.2 |
2014-06-24 |
Augie Fackler |
|
Accepted |
[7,of,8] histedit: omit useless message from update (_histedit) |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[7,of,8] hidden: unify the static and dynamic blocker logic |
2017-05-21 |
Pierre-Yves David |
|
Accepted |
[7,of,8] hidden: make _revealancestors() reveal ancestors exclusively |
2017-05-28 |
via Mercurial-devel |
|
Changes Requested |
[7,of,8] hgweb: forward archivelist() of hgweb to webutil |
2018-04-10 |
Yuya Nishihara |
|
Accepted |
[7,of,8] hgweb: don't use dict(key=value) to build a mapping dict in filelog |
2018-05-21 |
Yuya Nishihara |
|
Accepted |
[7,of,8] hghave: add check for zstd support |
2016-11-11 |
Gregory Szorc |
|
Accepted |
[7,of,8] help: document wire protocol transport protocols |
2016-09-05 |
Yuya Nishihara |
|
Not Applicable |
[7,of,8] formatter: add support for parts map of [templates] section |
2017-06-20 |
Yuya Nishihara |
|
Accepted |
[7,of,8] fileset: allow to specify a basectx for status |
2017-03-03 |
Pierre-Yves David |
|
Superseded |
[7,of,8] filemerge: explicitly tests for None |
2017-03-16 |
Pierre-Yves David |
|
Accepted |
[7,of,8] exthelper: add some examples for using registrar aliases |
2018-12-28 |
Matt Harbison |
|
Accepted |
[7,of,8] exchange: use getchangegroupchunks() |
2016-08-05 |
Gregory Szorc |
|
Accepted |
[7,of,8] eol: tweak test-eol-clone.t with better descriptions and logging |
2019-10-14 |
Mads Kiilerich |
|
Accepted |
[7,of,8] eol: make output stable |
2015-12-23 |
Bryan O'Sullivan |
|
Superseded |
[7,of,8] docchecker: scan for missing space before :hg: |
2016-01-10 |
timeless@mozdev.org |
|
Superseded |
[7,of,8] docchecker: introduce a way to check for poor markup |
2016-01-12 |
Yuya Nishihara |
|
Superseded |
[7,of,8] discovery: move missing tracking inside the partialdiscovery object |
2018-12-31 |
Boris Feld |
|
Superseded |
[7,of,8] dirstate: drop deprecated methods (API) |
2018-02-03 |
Matt Harbison |
|
Accepted |
[7,of,8] dirstate.walk: cache match.explicitdir and traversedir locally |
2013-05-03 |
Siddharth Agarwal |
|
Accepted |
[7,of,8] delta: have a native implementation of _findsnapshot |
2018-12-17 |
Boris Feld |
|
Accepted |
[7,of,8] debugcommands: move 'debugwalk' in the new module |
2017-02-14 |
Pierre-Yves David |
|
Accepted |
[7,of,8] dagop: put start fctx into visit dict of filectxancestors() |
2017-12-06 |
Yuya Nishihara |
|
Accepted |
[7,of,8] crecord: change help text for the space key dynamically |
2016-11-23 |
Jun Wu |
|
Accepted |
[7,of,8] convert: p4 use absolute_import |
2016-03-02 |
timeless@mozdev.org |
|
Superseded |
[7,of,8] convert: add tagmap logic |
2014-02-04 |
Sean Farley |
|
Accepted |
[7,of,8] configitems: register 'patch.fuzz' as first example for 'configint' |
2017-06-21 |
Pierre-Yves David |
|
Accepted |
[7,of,8] commandserver: make getpass() request distinct from normal prompt |
2018-11-08 |
Yuya Nishihara |
|
Accepted |
[7,of,8] commandserver: add config knob for various logging options |
2018-12-04 |
Yuya Nishihara |
|
Accepted |
[7,of,8] commands: use status.haschanges() instead of util.any(status.all()) |
2014-10-02 |
Martin von Zweigbergk |
|
Accepted |
[7,of,8] commands: disallow 'hg debugobsolete --index --rev <smth>' |
2016-04-07 |
Jun Wu |
|
Accepted |
[7,of,8] cmdutil: rename gettemplate() to _lookuplogtemplate() |
2017-06-14 |
Yuya Nishihara |
|
Accepted |
[7,of,8] chg: remove getpager support |
2017-01-09 |
Jun Wu |
|
Accepted |
[7,of,8] check-code: check comment for '.. note::' without two newlines |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[7,of,8] changegroup: remove now-unused 'wasempty' variable and parameter |
2016-01-12 |
timeless@mozdev.org |
|
Accepted |
[7,of,8] changegroup: move changegroup file adding to a separate function |
2013-05-31 |
Durham Goode |
|
Superseded |
[7,of,8] changegroup: fix treemanifests on merges |
2016-02-23 |
Martin von Zweigbergk |
|
Accepted |
[7,of,8] changegroup: allow use of cg2packer in getchangegroupraw |
2014-10-17 |
Sune Foldager |
|
Superseded |
[7,of,8] cachevfs: add a devel warning for cache access though 'vfs' |
2017-07-16 |
Boris Feld |
|
Accepted |
[7,of,8] caches: move the 'updating the branch cache' message in 'updatecaches' |
2017-05-02 |
Pierre-Yves David |
|
Accepted |
[7,of,8] bundlerepo: use raw revision in revdiff() |
2017-04-07 |
Jun Wu |
|
Accepted |
[7,of,8] bundle2: lazy unbundle of part payload |
2014-04-12 |
Pierre-Yves David |
|
Accepted |
[7,of,8] bundle2: extract a _payloadchunks method for part |
2014-04-11 |
Pierre-Yves David |
|
Accepted |
[7,of,8] bundle2: add generic debug output regarding generated parts |
2015-05-29 |
Pierre-Yves David |
|
Accepted |
[7,of,8] branchmap: remove use of buffer() to support Python 2.6 |
2017-05-13 |
Gregory Szorc |
|
Accepted |
[7,of,8] bookmark: directly use base dict 'setitem' |
2017-06-08 |
Pierre-Yves David |
|
Accepted |
[7,of,8] blackbox: properly replace ui class |
2016-02-24 |
timeless@mozdev.org |
|
Accepted |
[7,of,8] bisect: build a displayer only once |
2016-10-09 |
Pierre-Yves David |
yuya |
Accepted |
[7,of,8] bisect: avoid confusing use of variables with same names in nested local scopes |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[7,of,8] annotate: reverse mapping between option name and field name |
2018-06-14 |
Yuya Nishihara |
|
Accepted |
[7,of,8] addremove: add support for the -S flag |
2014-11-27 |
Matt Harbison |
|
Superseded |
[7,of,8,zstd-revlogs] revlog: use compression engine APIs for decompression |
2017-01-02 |
Gregory Szorc |
|
Changes Requested |
[7,of,8,v8] rebase: move rebase finish logic to be a method of the RR class |
2016-07-01 |
Kostia Balytskyi |
yuya |
Accepted |
[7,of,8,V7] bundle2: advertise bookmark capability |
2016-11-02 |
Stanislau Hlebik |
|
Superseded |
[7,of,8,V6] context: small refactoring of `isintroducedafter` |
2018-11-19 |
Boris Feld |
|
Accepted |
[7,of,8,V5] worker: add a SIGCHLD handler to collect worker immediately |
2016-11-15 |
Jun Wu |
|
Accepted |
[7,of,8,v5] sslutil: propagate return value ssl.PROTOCOL_SSLv23 from protocolsettings() |
2020-06-01 |
Manuel Jacob |
|
New |
[7,of,8,V5] exchange: use `bookmarks` bundle2 part |
2016-09-16 |
Stanislau Hlebik |
|
Accepted |
[7,of,8,v5] convert: encapsulate commit data fetching and commit object creation |
2016-12-14 |
David Soria Parra |
|
Accepted |
[7,of,8,V4] worker: add a SIGCHLD handler to collect worker immediately |
2016-11-12 |
Jun Wu |
|
Changes Requested |
[7,of,8,v4] extdiff: log time spent in external diff program |
2017-02-13 |
Simon Farnsworth |
|
Changes Requested |
[7,of,8,v4] convert: encapsulate commit data fetching and commit object creation |
2016-12-14 |
David Soria Parra |
|
Superseded |
[7,of,8,V3] largefiles: avoid using 'lfiles' variable for two purposes |
2014-09-24 |
Martin von Zweigbergk |
|
Accepted |
[7,of,8,v3] extdiff: log time spent in external diff program |
2017-02-10 |
Simon Farnsworth |
|
Changes Requested |
[7,of,8,V3] delta: have a native implementation of _findsnapshot |
2018-12-28 |
Boris Feld |
|
Accepted |
[7,of,8,V3] copies: add a devel debug mode to trace what copy tracing does |
2018-10-03 |
Boris Feld |
|
New |
[7,of,8,v3] convert: p4 use absolute_import |
2016-03-02 |
timeless@mozdev.org |
durin42 |
Accepted |
[7,of,8,V3] addremove: support addremove with explicit paths in subrepos |
2014-12-12 |
Matt Harbison |
|
Accepted |
[7,of,8,v2] util: enable getpid to be replaced |
2016-02-08 |
timeless@mozdev.org |
|
Accepted |
[7,of,8,V2] test-obsolete-bundle-strip: test bundling in the sixth case |
2017-05-28 |
Pierre-Yves David |
|
Accepted |
[7,of,8,V2] templater: extract private function to evaluate generator to byte string |
2018-04-03 |
Yuya Nishihara |
|
Accepted |
[7,of,8,v2] python3: handle range/xrange divergence |
2016-03-30 |
timeless@mozdev.org |
|
Accepted |
[7,of,8,V2] push: send highest changegroup format supported by both side |
2014-10-17 |
Pierre-Yves David |
|
Superseded |
[7,of,8,V2] phase: isolate logic to update remote phrase through bundle2 pushkey |
2017-10-16 |
Boris Feld |
|
Accepted |
[7,of,8,V2] perf: start from an existing branchmap if possible |
2018-11-26 |
Boris Feld |
|
Accepted |
[7,of,8,V2] perf: replace ui.configint() by getint() for Mercurial earlier than 1.9 |
2016-10-08 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,8,V2] obsutil: move the 'marker' class to the new modules |
2017-06-28 |
Pierre-Yves David |
|
Accepted |
[7,of,8,V2] mq: don't use mutable default argument value |
2017-03-13 |
Gregory Szorc |
|
Accepted |
[7,of,8,V2] mdiff.unidiff: add support for noprefix |
2014-11-13 |
Siddharth Agarwal |
|
Accepted |
[7,of,8,v2] largefiles: avoid using 'lfiles' variable for two purposes |
2014-09-23 |
Martin von Zweigbergk |
|
Superseded |
[7,of,8,v2] import-checker: try a little harder to show fewer cycles |
2013-11-17 |
Augie Fackler |
|
Accepted |
[7,of,8,V2] httppeer: advertise and support application/mercurial-0.2 |
2016-11-29 |
Gregory Szorc |
durin42 |
Changes Requested |
[7,of,8,v2] hgweb: support rendering a sub-topic |
2016-01-01 |
Eric Sumner |
|
Accepted |
[7,of,8,V2] hgweb: buffer lines by block in annotate |
2017-02-25 |
Denis Laxalde |
|
Changes Requested |
[7,of,8,v2] help/config: reword allow_push to fix grammar |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
[7,of,8,V2] fileset: allow to specify a basectx for status |
2017-03-06 |
Pierre-Yves David |
|
Accepted |
[7,of,8,V2] extensions: prohibit registration of command without using @command (API) |
2017-05-19 |
Yuya Nishihara |
|
Accepted |
[7,of,8,v2] docchecker: scan for missing space before :hg: |
2016-01-12 |
timeless@mozdev.org |
|
Superseded |
[7,of,8,v2] diffopts: notice a negated boolean flag in diffopts |
2016-08-30 |
Augie Fackler |
|
Changes Requested |
[7,of,8,v2] convert: p4 use absolute_import |
2016-03-02 |
timeless@mozdev.org |
|
Superseded |
[7,of,8,v2] context: remove unused filectx.ancestor |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[7,of,8,V2] color: move 'styles' definition on the 'ui' object |
2017-02-28 |
Pierre-Yves David |
martinvonz |
Accepted |
[7,of,8,V2] cmdutil: put recordfunc invocation into wlock scope for consistency |
2015-07-08 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,8,V2] bash_completion: use correct command for listing shelves |
2013-11-22 |
Sean Farley |
|
Superseded |
[7,of,8,V12] bundle2: advertise bookmark capability |
2016-12-01 |
Stanislau Hlebik |
|
Superseded |
[7,of,8,V11] bundle2: advertise bookmark capability |
2016-11-22 |
Stanislau Hlebik |
|
Superseded |
[7,of,8,upgraderepo,V3] repair: copy non-revlog store files during upgrade |
2016-12-19 |
Gregory Szorc |
|
Accepted |
[7,of,8,techdocs] help: pass sub-topic into help query functions |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[7,of,8,stream,clone,bundles,V2] exchange: support streaming clone bundles in clone bundles |
2015-10-17 |
Gregory Szorc |
|
Accepted |
[7,of,8,STABLE] revset: also inline spanset._contained in __len__ |
2014-04-29 |
Pierre-Yves David |
|
Accepted |
[7,of,8,STABLE] progress: use 'encoding.trim' to trim items in output line correctly |
2014-06-13 |
Katsunori FUJIWARA |
|
Superseded |
[7,of,8,STABLE] pager: unify handling of 'ui.pager' and '--pager' |
2017-05-01 |
Pierre-Yves David |
|
Accepted |
[7,of,8,stable] packaging: refactor "fedora29" target to a single more generic "fedora" target |
2019-11-01 |
Mads Kiilerich |
|
Accepted |
[7,of,8,STABLE] debugrevlog: handle no totalrawsize |
2016-02-01 |
timeless@mozdev.org |
|
Changes Requested |
[7,of,8,sparse,V2] dirstate: move customizations to rebuild() from sparse extension |
2017-07-11 |
Gregory Szorc |
|
Accepted |
[7,of,8,simple] color: move '_effect_str' function into the core module |
2017-02-15 |
Pierre-Yves David |
martinvonz |
Accepted |
[7,of,8,shelve-ext] shelve: move actual created commit shelving to a separate function |
2016-11-08 |
Kostia Balytskyi |
|
Superseded |
[7,of,8,shelve-ext,v2] shelve: move unknown files handling to a separate function |
2016-11-10 |
Kostia Balytskyi |
|
Accepted |
[7,of,8,RFC] merge: allow passing in a memctx with the rctx argument |
2014-08-07 |
Sean Farley |
|
Accepted |
[7,of,8,RFC] annotate: use context methods to get short/long hex of changeset hash |
2014-08-19 |
Yuya Nishihara |
|
Changes Requested |
[7,of,8,py3] util: use bytes re on bytes input in fspath |
2017-03-19 |
Augie Fackler |
|
Accepted |
[7,of,8,py3] py3: use bytechr() in store._buildlowerencodefun() |
2017-09-16 |
Yuya Nishihara |
|
Accepted |
[7,of,8,py3] encoding: make wide character class list a sysstr |
2017-05-28 |
Augie Fackler |
|
Accepted |
[7,of,8,py3] drawdag: add a couple of doctests to help with python3 porting |
2017-09-15 |
Augie Fackler |
|
Accepted |
[7,of,8,py3] check-code: recommend util.urlreq when importing urlparse |
2017-03-22 |
Gregory Szorc |
|
Accepted |
[7,of,8,py3-cleanup] run-tests: move unicode-to-bytes operations on paths to a helper (issue4667) |
2015-05-18 |
Augie Fackler |
|
Accepted |
[7,of,8,py3,v3] init: zstd is already python3-ready, so don't run it through our importer |
2017-03-08 |
Augie Fackler |
|
Accepted |
[7,of,8,match] dirstate: improve documentation and readability of match and ignore in the walker |
2014-04-15 |
Mads Kiilerich |
|
Accepted |
[7,of,8,ipv6] dummyssh: use LOCALIP |
2017-02-16 |
Jun Wu |
|
Accepted |
[7,of,8,git-diff] patch: use opt.showsimilarity to calculate and show the similarity |
2017-01-09 |
Sean Farley |
|
Accepted |
[7,of,8,faster-obsmarkers] getbeint16: write in terms of getbeuint16 |
2015-02-02 |
Augie Fackler |
|
Superseded |
[7,of,8,evolve-ext,V2] evolve: make the disallowing new unstable more accurate |
2016-12-06 |
Mateusz Kwapich |
|
Changes Requested |
[7,of,8,demandimport-py3] init: turn on demandimport for Python 3.6 and above |
2017-05-21 |
Siddharth Agarwal |
|
Accepted |
[7,of,8,cleanup] histedt: use inheritance to overwrite the constraints in 'base' |
2016-08-26 |
Pierre-Yves David |
|
Accepted |
[7,of,8,chgtocore] chgserver: delay importing commands and dispatch modules |
2016-11-22 |
Yuya Nishihara |
|
Accepted |
[7,of,8,ancestor-ish] copies: remove _checkcopies wrapper - it does no good |
2014-04-07 |
Mads Kiilerich |
|
Accepted |
[7,of,8,"] manifestcache: protect write with `wlock` instead of `lock` |
2019-03-16 |
Pierre-Yves David |
|
Accepted |
[7,of,8,"] manifestcache: make sure the entry are ordered by access time |
2019-03-15 |
Pierre-Yves David |
|
Accepted |
[7,of,8,"] compression: introduce an official `zstd-revlog` requirement |
2019-03-31 |
Pierre-Yves David |
|
Accepted |
[7,of,8,"STABLE] runtest: also update slow test timeout during `#if` clauses |
2019-02-24 |
Pierre-Yves David |
|
Accepted |
[7,of,7] vfs: drop text mode flag (API) |
2018-01-13 |
Yuya Nishihara |
|
Accepted |
[7,of,7] verify: get rid of some unnecessary local variables |
2016-01-06 |
Durham Goode |
martinvonz |
Accepted |
[7,of,7] util: deprecate procutil proxy functions (API) |
2018-03-25 |
Yuya Nishihara |
|
Accepted |
[7,of,7] update: enable copy tracing for backwards and non-linear updates (issue4028) |
2016-10-07 |
Gábor Stefanik |
mpm |
Changes Requested |
[7,of,7] ui: add config knob to redirect status messages to stderr (API) |
2018-11-06 |
Yuya Nishihara |
|
Accepted |
[7,of,7] typing: add pseudo localstr.__init__() to help pytype |
2019-11-16 |
Yuya Nishihara |
|
Accepted |
[7,of,7] trydiff: transpose 'if opts.git or losedatafn' with 'if f[12]' |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[7,of,7] transaction: open a file with checkambig=True to avoid file stat ambiguity |
2016-09-16 |
Katsunori FUJIWARA |
|
Changes Requested |
[7,of,7] tests: use portable diff script via extdiff extension |
2016-02-05 |
Katsunori FUJIWARA |
|
Superseded |
[7,of,7] tests: simplify printenv calls |
2015-06-08 |
Matt Mackall |
marmoute |
Accepted |
[7,of,7] tests: simplify printenv calls |
2015-06-10 |
Matt Harbison |
|
Not Applicable |
[7,of,7] tests: mock getpid to reduce glob usage |
2016-02-03 |
timeless@mozdev.org |
yuya |
Superseded |
[7,of,7] tests: enable import checker for tests/**.py files |
2016-04-09 |
Yuya Nishihara |
|
Accepted |
[7,of,7] tests: conditionalize color output on abort |
2018-08-18 |
Matt Harbison |
|
Accepted |
[7,of,7] tests: categorize entries in blacklist for fsmonitor for future reference |
2017-07-12 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7] tests: bulk changes to avoid whitespace errors of check-code.py |
2019-02-17 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7] tests: add test-help-verbose.t |
2016-04-04 |
timeless@mozdev.org |
|
Changes Requested |
[7,of,7] tests: add test-check-execute.t |
2015-12-22 |
timeless@mozdev.org |
|
Superseded |
[7,of,7] tests: add a test case verifying that mq respects --no-git option |
2017-03-21 |
Alexander Fomin |
|
Changes Requested |
[7,of,7] tests/filterpyflakes: use absolute_import |
2015-12-07 |
Gregory Szorc |
|
Accepted |
[7,of,7] test: add a basic 'test-check-pylint.t' |
2017-03-15 |
Pierre-Yves David |
|
Accepted |
[7,of,7] test-module-imports.t: new test to use the import cycle detector |
2013-11-17 |
Augie Fackler |
|
Superseded |
[7,of,7] test-fuzz-targets: look for clang-6.0 binary as well |
2018-06-03 |
Yuya Nishihara |
|
Accepted |
[7,of,7] test-contrib-perf: add tests for perf.py |
2015-11-24 |
timeless@mozdev.org |
|
Accepted |
[7,of,7] templater: mark .joinfmt as a private attribute |
2018-04-04 |
Yuya Nishihara |
|
Accepted |
[7,of,7] templater: handle exception when applying map operator to non-iterable object |
2016-03-04 |
Yuya Nishihara |
|
Accepted |
[7,of,7] templater: factor out unwrapastype() from evalastype() |
2018-03-25 |
Yuya Nishihara |
|
Accepted |
[7,of,7] templater: abstract truth testing to fix {if(list_of_empty_strings)} |
2018-06-12 |
Yuya Nishihara |
|
Accepted |
[7,of,7] templatekw: remove unneeded showtags |
2014-12-17 |
Sean Farley |
|
Superseded |
[7,of,7] templatekw: add 'requires' flag to switch to exception-safe interface |
2018-02-26 |
Yuya Nishihara |
|
Accepted |
[7,of,7] templatefilters: document json filter that requires UTF-8 bytes |
2016-02-23 |
Yuya Nishihara |
yuya |
Rejected |
[7,of,7] tags: extract filenode filtering in it own function |
2017-03-28 |
Pierre-Yves David |
|
Changes Requested |
[7,of,7] strip: strip obsmarkers exclusive to the stripped changeset |
2017-06-01 |
Pierre-Yves David |
|
Accepted |
[7,of,7] store: treat range as a generator instead of a list for py3 compat |
2016-04-11 |
timeless@mozdev.org |
|
Superseded |
[7,of,7] sslutil: add docstring to wrapsocket() |
2016-03-28 |
Gregory Szorc |
|
Accepted |
[7,of,7] sidedata: simply read p2copies files from the `ChangingFiles` object |
2020-09-23 |
Pierre-Yves David |
|
Accepted |
[7,of,7] share: add support for unsharing full repository shares |
2015-11-25 |
Angel Ezquerra |
|
Changes Requested |
[7,of,7] rust-cpython: mark all PyLeaked methods as unsafe |
2019-10-22 |
Yuya Nishihara |
|
New |
[7,of,7] rust-cpython: leverage upstreamed py_capsule_fn!() macro |
2019-10-13 |
Yuya Nishihara |
|
New |
[7,of,7] rust-cpython: leverage py_shared_iterator::from_inner() where appropriate |
2019-09-08 |
Yuya Nishihara |
|
Accepted |
[7,of,7] rust-cpython: drop direct dependency on python(27|3)_sys |
2019-10-13 |
Yuya Nishihara |
|
New |
[7,of,7] run-tests: unnecessary globs also count as warnings |
2014-02-13 |
Simon Heimberg |
|
Accepted |
[7,of,7] rewriting: add an option for rewrite commands to use the archived phase |
2019-01-02 |
Boris Feld |
|
Accepted |
[7,of,7] revsetlang: add %p specifier to format list of function arguments |
2018-01-08 |
Yuya Nishihara |
|
Accepted |
[7,of,7] revsetbenchmark: add more example for roots usages |
2019-01-15 |
Boris Feld |
|
Accepted |
[7,of,7] revset: rename findaliases() to expandaliases() |
2016-04-13 |
Yuya Nishihara |
|
Accepted |
[7,of,7] revset: fix order of nested '_(|int|hex)list' expression (BC) |
2016-09-13 |
Yuya Nishihara |
|
Accepted |
[7,of,7] revset: add startdepth limit to ancestors() as internal option |
2017-06-22 |
Yuya Nishihara |
|
Accepted |
[7,of,7] revset: add inspection data to max() and min() functions |
2016-02-27 |
Yuya Nishihara |
|
Accepted |
[7,of,7] revset: add diff(pattern) predicate for "grep --diff" |
2020-10-14 |
Yuya Nishihara |
|
Accepted |
[7,of,7] revlog: use absolute_import |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[7,of,7] revlog: split `rawtext` retrieval out of _revisiondata |
2019-08-20 |
Pierre-Yves David |
|
Accepted |
[7,of,7] revlog: avoid apply delta chain when cache hit in revlog.revision |
2017-03-28 |
Jun Wu |
|
Changes Requested |
[7,of,7] revert: use p2 as parent when reverting against it |
2014-05-19 |
Pierre-Yves David |
|
Accepted |
[7,of,7] repair: use bytestr() to turn hashes into bytes |
2017-08-29 |
Augie Fackler |
|
Accepted |
[7,of,7] remotedebug: allow to request --traceback from the remote server |
2018-06-20 |
Paul Morelle |
|
Accepted |
[7,of,7] record: don't honor format-changing diffopts (issue4459) |
2014-11-22 |
Siddharth Agarwal |
|
Superseded |
[7,of,7] record: don't honor format-changing diffopts (issue4459) |
2014-11-26 |
Siddharth Agarwal |
|
Accepted |
[7,of,7] reachableroots: return list of revisions instead of set |
2015-08-18 |
Yuya Nishihara |
durin42 |
Accepted |
[7,of,7] python3: whitelist test-imports-checker.t, which now passes |
2017-08-22 |
Augie Fackler |
|
Superseded |
[7,of,7] py3: use s.startswith() instead of s[n] while parsing patches |
2018-04-08 |
Yuya Nishihara |
|
Accepted |
[7,of,7] py3: use raw strings while accessing class.__dict__ |
2017-05-04 |
Pulkit Goyal |
|
Accepted |
[7,of,7] py3: use open() instead of file() constructor |
2017-06-17 |
Pulkit Goyal |
|
Accepted |
[7,of,7] py3: use encoding.environ in ui.py |
2016-11-02 |
Pulkit Goyal |
|
Not Applicable |
[7,of,7] py3: use encoding.environ in ui.py |
2016-11-02 |
Pulkit Goyal |
|
Accepted |
[7,of,7] py3: use absolute_import in svnxml.py |
2016-04-16 |
roby roby |
yuya |
Accepted |
[7,of,7] py3: use absolute_import in hgk.py |
2016-04-17 |
roby roby |
|
Deferred |
[7,of,7] py3: use %d instead of %s for integers |
2017-05-03 |
Pulkit Goyal |
|
Accepted |
[7,of,7] py3: replace sys.executable with pycompat.sysexecutable |
2016-12-21 |
Pulkit Goyal |
|
Accepted |
[7,of,7] py3: prove second commit works |
2017-03-26 |
Yuya Nishihara |
|
Accepted |
[7,of,7] py3: prove hg tip works |
2017-03-13 |
Yuya Nishihara |
|
Accepted |
[7,of,7] push: include phase push in the unified bundle2 push |
2014-08-04 |
Pierre-Yves David |
|
Accepted |
[7,of,7] profile: properly propagate exception from the sub-context manager |
2017-06-12 |
Pierre-Yves David |
|
Accepted |
[7,of,7] procutil: drop unused 'newlines' option from popen*() (API) |
2018-04-07 |
Yuya Nishihara |
|
Accepted |
[7,of,7] phases: read pending data when appropriate |
2014-11-18 |
Pierre-Yves David |
|
Accepted |
[7,of,7] perf: add a perfnodemap command |
2019-01-28 |
Boris Feld |
|
Accepted |
[7,of,7] parsers: use PyVarObject_HEAD_INIT |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[7,of,7] parsers: use PYMODULEINIT |
2017-05-09 |
Jun Wu |
|
Superseded |
[7,of,7] parsers: avoid leaking several PyObjects in index_stats |
2015-01-23 |
Augie Fackler |
|
Accepted |
[7,of,7] minirst: remove unused function decorateblocks() |
2018-08-22 |
Yuya Nishihara |
|
Accepted |
[7,of,7] merge-tools: add a `premerge=merge3` config option |
2014-08-05 |
Pierre-Yves David |
|
Changes Requested |
[7,of,7] match: replace icasefsmatch() function by flag to regular match() |
2017-05-22 |
via Mercurial-devel |
|
Accepted |
[7,of,7] match: remove ctx argument from code path down to _buildmatch() |
2018-07-05 |
Yuya Nishihara |
|
New |
[7,of,7] manifest: use match.prefix() instead of 'not match.anypats()' |
2015-05-21 |
Martin von Zweigbergk |
durin42 |
Accepted |
[7,of,7] manifest: remove manifest.add and add memmfctx.write |
2016-11-08 |
Durham Goode |
|
Accepted |
[7,of,7] lock: recognize parent locks while acquiring |
2015-09-25 |
Siddharth Agarwal |
|
Accepted |
[7,of,7] lfs: only hardlink between the usercache and local store if the blob verifies |
2017-12-21 |
Matt Harbison |
|
Accepted |
[7,of,7] largefiles: use the optional badfn argument when building a matcher |
2015-06-06 |
Matt Harbison |
|
Accepted |
[7,of,7] largefiles: use readasstandin() to read hex hash directly from filectx |
2017-03-31 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7] largefiles: start by finding files of interest |
2014-12-10 |
Martin von Zweigbergk |
|
Accepted |
[7,of,7] largefiles: avoid redundant standin() invocations |
2017-03-24 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7] keepalive: use absolute_import |
2015-12-23 |
Gregory Szorc |
yuya |
Accepted |
[7,of,7] journal: use wrapfilecache instead of wrapping func of filecache directly |
2017-07-02 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7] i18n: use datapath for i18n like for templates and help |
2014-09-28 |
Mads Kiilerich |
|
Accepted |
[7,of,7] hook: add hook name information to external hook |
2017-03-31 |
Pierre-Yves David |
|
Superseded |
[7,of,7] histedit: use scmutil.cleanupnodes (BC) |
2017-07-08 |
Jun Wu |
|
Accepted |
[7,of,7] histedit: handle exceptions from node.bin in fromrule |
2015-12-28 |
timeless@mozdev.org |
|
Accepted |
[7,of,7] histedit: automatically select root with --commands |
2015-12-23 |
timeless@mozdev.org |
|
Superseded |
[7,of,7] hgweb: wrap {instabilities} by hybridlist() |
2018-05-09 |
Yuya Nishihara |
|
Accepted |
[7,of,7] hgweb: wrap {entries}* of tags with mappinggenerator |
2018-05-13 |
Yuya Nishihara |
|
Accepted |
[7,of,7] hgweb: fill {rename} even if ?linerange is specified |
2018-05-25 |
Yuya Nishihara |
|
Accepted |
[7,of,7] hgweb: convert _siblings to a factory function of mappinggenerator |
2018-04-14 |
Yuya Nishihara |
|
Accepted |
[7,of,7] hgweb: add .jshintrc with some basic rules |
2017-11-27 |
Anton Shestakov |
|
Accepted |
[7,of,7] hgk: set a blocked tag when the user invokes view |
2017-03-06 |
Simon Farnsworth |
|
Accepted |
[7,of,7] help: rewrite template examples to not use shell escaping |
2015-07-12 |
Yuya Nishihara |
|
Accepted |
[7,of,7] help: document about "version" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[7,of,7] help: document about "files" template keywords |
2018-09-30 |
Yuya Nishihara |
|
Superseded |
[7,of,7] get-with-headers: handle httplib py3 divergence |
2016-05-11 |
timeless |
yuya |
Changes Requested |
[7,of,7] fncache: clean up fncache during strips |
2014-03-25 |
Durham Goode |
|
Superseded |
[7,of,7] fileset: optimize 'x and not y' to 'x - y' |
2018-08-03 |
Yuya Nishihara |
|
Accepted |
[7,of,7] fileset: narrow status computation by left-hand-side of 'and' node |
2018-08-05 |
Yuya Nishihara |
|
Accepted |
[7,of,7] extdata: abort if external command exits with non-zero status |
2017-10-01 |
Yuya Nishihara |
|
Accepted |
[7,of,7] export: map wctx.node() to 'ff...' node id (issue5438) |
2017-06-03 |
Yuya Nishihara |
|
Accepted |
[7,of,7] discovery: stop using nodemap for membership testing |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[7,of,7] dirstate: mark {begin,end}parentchange as deprecated |
2017-05-18 |
Augie Fackler |
|
Superseded |
[7,of,7] dirstate: make delaywrite sleep until the next multiple of n seconds |
2015-12-17 |
Matt Mackall |
|
Accepted |
[7,of,7] dirstate: improve documentation and readability of match and ignore in the walker |
2014-01-16 |
Mads Kiilerich |
|
Superseded |
[7,of,7] diffutil: move the module out of utils package |
2018-07-06 |
Yuya Nishihara |
|
New |
[7,of,7] diff: explicitly honor all diffopts |
2014-12-02 |
Siddharth Agarwal |
|
Accepted |
[7,of,7] devel: use the new 'config' argument for the bookmark develwarn |
2016-05-05 |
Pierre-Yves David |
|
Not Applicable |
[7,of,7] destutil: add more precise error classes for destmerge |
2016-02-14 |
Pierre-Yves David |
|
Superseded |
[7,of,7] debugobsolete: display parents information from markers |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[7,of,7] debugobsolete: add a --rev argument |
2014-08-21 |
Pierre-Yves David |
|
Accepted |
[7,of,7] debugignore: make messages translatable |
2016-05-25 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7] crecord: use scmutil.termsize() |
2016-11-04 |
Yuya Nishihara |
|
Accepted |
[7,of,7] copies: introduce getdstfctx |
2017-05-29 |
Stanislau Hlebik |
|
Accepted |
[7,of,7] convert: __init__ use absolute_import |
2016-03-09 |
timeless@mozdev.org |
|
Accepted |
[7,of,7] contrib: make check-code.py check code fragments embedded in test scripts |
2019-02-28 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7] context: floor adjustlinkrev graph walk during copy tracing |
2018-09-07 |
Boris Feld |
|
Accepted |
[7,of,7] context: avoid writing outdated dirstate out (issue5584) |
2017-06-09 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7] context.status: only filter suspect symlinks in the dirstate status |
2014-11-02 |
Martin von Zweigbergk |
|
Accepted |
[7,of,7] configitems: adds a developer warning when accessing undeclared configuration |
2017-10-16 |
Boris Feld |
|
Accepted |
[7,of,7] config: update the Windows example config file |
2017-02-28 |
Pierre-Yves David |
|
Accepted |
[7,of,7] commandserver: drop old unixservice implementation |
2016-07-14 |
Yuya Nishihara |
|
Accepted |
[7,of,7] color: rename '_styles' to '_defaultstyles' for clarity |
2017-02-27 |
Pierre-Yves David |
|
Superseded |
[7,of,7] color: have the 'ui' object carry the '_colormode' directly |
2017-02-25 |
Pierre-Yves David |
|
Accepted |
[7,of,7] cmdserver: add service that listens on unix domain socket and forks process |
2014-10-04 |
Yuya Nishihara |
|
Accepted |
[7,of,7] clonebundles: use absolute_import |
2016-02-10 |
Gregory Szorc |
martinvonz |
Accepted |
[7,of,7] cleanup: name unused variables using convention of leading _ |
2014-08-15 |
Mads Kiilerich |
|
Accepted |
[7,of,7] cleanup: drop the deprecated 'localrepo._link' method |
2017-05-02 |
Pierre-Yves David |
|
Accepted |
[7,of,7] chg: raise the length limit of socket path |
2016-04-04 |
Jun Wu |
|
Changes Requested |
[7,of,7] checkheads: simplify the code around obsolescence post-processing |
2017-06-03 |
Pierre-Yves David |
|
Accepted |
[7,of,7] check-code: reject import cStringIO |
2016-04-06 |
timeless@mozdev.org |
|
Accepted |
[7,of,7] check-code: reject import cStringIO |
2016-04-08 |
timeless@mozdev.org |
|
Accepted |
[7,of,7] bundle: factor the 'getchangegroup' out |
2017-05-05 |
Pierre-Yves David |
|
Accepted |
[7,of,7] bundle2: use ProgrammingError to report bad use of addparam() |
2018-07-09 |
Yuya Nishihara |
|
Accepted |
[7,of,7] bundle2: force the first char of parameter to be an letter |
2014-03-21 |
Pierre-Yves David |
|
Accepted |
[7,of,7] bundle2-localpeer: properly propagate the server output on error (issue4594) |
2015-04-16 |
Pierre-Yves David |
|
Accepted |
[7,of,7] branchmap: remove extra indent |
2016-08-05 |
Pierre-Yves David |
|
Superseded |
[7,of,7] blackbox: initialize logger with repo instance |
2018-11-27 |
Yuya Nishihara |
|
Accepted |
[7,of,7] bash_completion: turn off custom debuggers |
2013-11-21 |
Sean Farley |
|
Superseded |
[7,of,7] annotate: port to generic templater enabled by hidden -T option |
2014-09-17 |
Yuya Nishihara |
|
Accepted |
[7,of,7] ancestors: return all ancestors - not just those who are furthest from a root |
2014-02-24 |
Mads Kiilerich |
|
Deferred |
[7,of,7,VFS] subrepo: use vfs.removedirs instead of os.removedirs |
2015-04-10 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7,v6] rebase: do not abort if all changesets have equivalents in the destination |
2016-06-13 |
Kostia Balytskyi |
|
Superseded |
[7,of,7,V5] sslutil: print a warning when using TLS 1.0 on legacy Python |
2016-07-15 |
Gregory Szorc |
|
Accepted |
[7,of,7,V5] sparse-revlog: put the native implementation of slicechunktodensity to use |
2018-11-22 |
Boris Feld |
|
Accepted |
[7,of,7,v5] rebase: do not abort of all changesets have equivalents in destination |
2016-06-13 |
Kostia Balytskyi |
|
Superseded |
[7,of,7,V5] hgweb: expose a followlines UI in filerevision view (RFC) |
2017-03-25 |
Denis Laxalde |
|
Accepted |
[7,of,7,V4] sparse-revlog: put the native implementation of slicechunktodensity to use |
2018-11-20 |
Boris Feld |
|
Superseded |
[7,of,7,V4] revset: optimize out sort() according to ordering policy (BC) |
2016-06-23 |
Yuya Nishihara |
|
Accepted |
[7,of,7,V4] revbranchcache: advertise and use 'rbc' exchange capability |
2018-03-16 |
Boris Feld |
|
Accepted |
[7,of,7,v4] rebase: do not abort of all changesets have equivalents in destination |
2016-06-05 |
Kostia Balytskyi |
|
Superseded |
[7,of,7,V4] largefiles: specify where .orig files are kept |
2015-11-11 |
Christian Delahousse |
|
Accepted |
[7,of,7,V4] hidden: invalidate hiddenrevs when needed |
2012-12-20 |
Pierre-Yves David |
|
Accepted |
[7,of,7,V4] hgweb: expose a followlines UI in filerevision view (RFC) |
2017-03-24 |
Denis Laxalde |
|
Superseded |
[7,of,7,V4] exchange: use `bookmarks` bundle2 part |
2016-09-04 |
Stanislau Hlebik |
|
Accepted |
[7,of,7,V4] delta: reuse _findsnapshot call from previous stage |
2018-12-30 |
Boris Feld |
|
Accepted |
[7,of,7,V3] worker: stop using a separate thread waiting for children |
2016-08-04 |
Jun Wu |
yuya |
Changes Requested |
[7,of,7,V3] util: enable hardlink for copyfile |
2017-03-12 |
Jun Wu |
|
Changes Requested |
[7,of,7,V3] tests: explicitly use ls profiler |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[7,of,7,V3] sparse-revlog: put the native implementation of slicechunktodensity to use |
2018-11-19 |
Boris Feld |
|
Superseded |
[7,of,7,V3] revset: introduce an API that avoids `formatspec` input serialization |
2019-01-14 |
Boris Feld |
|
Accepted |
[7,of,7,V3] revbranchcache: advertise and use 'rbc' exchange capability |
2018-03-15 |
Boris Feld |
|
Superseded |
[7,of,7,V3] obsfate: add obsfate to default mapfile |
2017-10-17 |
Boris Feld |
|
Accepted |
[7,of,7,V3] hgweb: expose a followlines UI in filerevision view (RFC) |
2017-03-22 |
Denis Laxalde |
|
Changes Requested |
[7,of,7,V3] fncache: clean up fncache during strips |
2014-04-01 |
Durham Goode |
|
Accepted |
[7,of,7,V3] bundle2: client side support for a part to import external bundles |
2014-10-16 |
Mike Hommey |
|
Superseded |
[7,of,7,v3,stable,osx-packaging] hghave: remove unused check for bdist_mpkg |
2016-04-29 |
Kevin Bullock |
|
Accepted |
[7,of,7,V3,RFC] parser: unify parser function of alias declaration and definition |
2016-04-03 |
Yuya Nishihara |
marmoute |
Accepted |
[7,of,7,v3,flags] help: mark boolean flags with [?] and explain that they can be negated (RFC) |
2016-09-14 |
Augie Fackler |
|
Superseded |
[7,of,7,v2] tests: introduce test for rebasing on named branches with closed heads |
2014-01-15 |
Mads Kiilerich |
|
Accepted |
[7,of,7,v2] tests: add test-check-execute.t |
2015-12-22 |
timeless@mozdev.org |
yuya |
Superseded |
[7,of,7,v2] tests: add test-check-execute.t |
2015-12-30 |
timeless |
|
Superseded |
[7,of,7,V2] templatekw: remove unneeded showtags |
2014-12-18 |
Sean Farley |
|
Accepted |
[7,of,7,V2] tags: extract filenode filtering into its own function |
2017-03-28 |
Pierre-Yves David |
|
Accepted |
[7,of,7,v2] setup: write mercurial/modulepolicy for pure installs |
2016-01-12 |
timeless@mozdev.org |
|
Changes Requested |
[7,of,7,V2] revset: optimize out sort() to noop function according to ordering policy |
2016-06-03 |
Yuya Nishihara |
durin42 |
Changes Requested |
[7,of,7,V2] revset: introduce an API that avoids `formatspec` input serialization |
2019-01-14 |
Boris Feld |
|
Superseded |
[7,of,7,V2] revbranchcache: advertise and use 'rbc' exchange capability |
2018-03-01 |
Boris Feld |
|
Superseded |
[7,of,7,V2] repoview: use _gethiddenblockers in computehidden |
2014-03-28 |
Sean Farley |
|
Superseded |
[7,of,7,v2] python3: whitelist test-imports-checker.t, which now passes |
2017-08-22 |
Augie Fackler |
|
Accepted |
[7,of,7,V2] parsers: use PYMODULEINIT |
2017-05-13 |
Jun Wu |
|
Superseded |
[7,of,7,V2] parser: unify parser function of alias declaration and definition |
2016-04-02 |
Yuya Nishihara |
|
Superseded |
[7,of,7,V2] osutil: implement getfsmountpoint() on BSD systems |
2017-12-31 |
Matt Harbison |
|
Accepted |
[7,of,7,V2] merge: make in-memory changes visible to external update hooks |
2015-10-16 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7,v2] merge: fix stupid indentation left over from previous refactorings |
2014-05-09 |
Mads Kiilerich |
|
Superseded |
[7,of,7,V2] lfs: deduplicate oids in the transfer |
2018-02-06 |
Matt Harbison |
|
Accepted |
[7,of,7,v2] import-checker: check docstrings in python |
2016-04-13 |
timeless@mozdev.org |
yuya |
Rejected |
[7,of,7,V2] hook: add hook name information to external hook |
2017-03-31 |
Pierre-Yves David |
|
Accepted |
[7,of,7,v2] histedit: automatically select root with --commands |
2015-12-28 |
timeless@mozdev.org |
|
Changes Requested |
[7,of,7,V2] hgweb: profile HTTP requests |
2016-08-15 |
Gregory Szorc |
|
Accepted |
[7,of,7,V2] fncache: clean up fncache during strips |
2014-03-31 |
Durham Goode |
|
Superseded |
[7,of,7,v2] dirstate: mark {begin, end}parentchange as deprecated |
2017-05-19 |
Augie Fackler |
|
Accepted |
[7,of,7,V2] copies: add time information to the debug information |
2018-10-01 |
Boris Feld |
|
New |
[7,of,7,v2] bdiff: give slight preference to removing trailing lines |
2016-11-15 |
Mads Kiilerich |
|
Accepted |
[7,of,7,V2,stable] resolve: use "other" changeset from merge state (issue4163) |
2014-02-27 |
Pierre-Yves David |
|
Accepted |
[7,of,7,V2,mergedriver] filemerge: break overall filemerge into separate premerge and merge steps |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[7,of,7,V2,apply,on,date,fix] debugobsolete: display parents information from markers |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[7,of,7,upgraderepo,V2] repair: clean up stale lock file from store backup |
2016-11-25 |
Gregory Szorc |
|
Changes Requested |
[7,of,7,stable] wireproto: properly report server Abort during 'getbundle' |
2017-02-10 |
Pierre-Yves David |
martinvonz |
Accepted |
[7,of,7,STABLE] tests: discard useless "(glob)" in "reverting subrepo" lines |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7,STABLE] subrepo: ensure "close()" execution at the end of "_initrepo()" |
2014-06-19 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7,stable] packaging: fix buildrpm whitespace |
2019-10-27 |
Mads Kiilerich |
|
Accepted |
[7,of,7,STABLE] help: use ":hg:`command`" instead of incorrect ":hg:'command'" notation |
2014-10-31 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7,STABLE] debian: add wish to recommendations |
2016-05-01 |
Sean Farley |
|
Changes Requested |
[7,of,7,STABLE] bookmarks: actual fix for race condition deleting bookmark |
2019-06-21 |
Pierre-Yves David |
|
Accepted |
[7,of,7,STABLE] bookmarks: actual fix for race condition deleting bookmark |
2019-06-23 |
Yuya Nishihara |
|
New |
[7,of,7,STABLE] amend: save commit message into ".hg/last-message.txt" |
2014-03-18 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7,shelve-ext,v5] shelve: add some forwards compatibility to shelve operations |
2017-03-29 |
Kostia Balytskyi |
|
Changes Requested |
[7,of,7,Series-C] discovery: drop the visibleheads function |
2013-01-07 |
Pierre-Yves David |
|
Accepted |
[7,of,7,Series-A] hidden: drop of the repo.hiddenrevs property |
2013-01-07 |
Pierre-Yves David |
|
Accepted |
[7,of,7,RFC] parsers: lazy instantiate obs marker values |
2017-03-14 |
Gregory Szorc |
|
Accepted |
[7,of,7,RFC,v2] merge: linear updates to censored data revisions produce empty files |
2014-09-15 |
michaeljedgar@gmail.com |
|
Accepted |
[7,of,7,resend] store: switch to C-based hashed path encoding |
2012-12-12 |
Bryan O'Sullivan |
mpm |
Accepted |
[7,of,7,RESEND] rust-cpython: mark all PyLeaked methods as unsafe |
2020-01-28 |
Yuya Nishihara |
|
Accepted |
[7,of,7,PoC] largefiles: replace mocking inside commit with wrapper in commit command |
2014-09-22 |
Mads Kiilerich |
|
Deferred |
[7,of,7,path-configs] ui.paths: accept multiple arguments to getpath() |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[7,of,7,mergedriver] test-resolve.t: switch to mergestate.read() |
2015-11-18 |
Siddharth Agarwal |
|
Accepted |
[7,of,7,mergedriver] mergestate: allow storing and retrieving change/delete conflicts |
2015-11-16 |
Siddharth Agarwal |
|
Superseded |
[7,of,7,mergedriver] merge.applyupdates: extend action queues with ones returned from mergestate |
2015-11-21 |
Siddharth Agarwal |
martinvonz |
Accepted |
[7,of,7,mergedriver] filemerge: don't try using external tools on change/delete conflicts |
2015-11-19 |
Siddharth Agarwal |
martinvonz |
Accepted |
[7,of,7,mergedriver] commands.resolve: print out warning when only driver-resolved files remain |
2015-10-17 |
Siddharth Agarwal |
|
Accepted |
[7,of,7,main-line-of-work] transaction: extract backupentry registration in a dedicated function |
2014-11-11 |
Pierre-Yves David |
|
Accepted |
[7,of,7,main-line-of-works,(28,more,patches,to,go)] ] bundle2: add generic debug output regarding generated interruption |
2015-05-28 |
Pierre-Yves David |
|
Accepted |
[7,of,7,iterbatch] http: support sending hgargs via POST body instead of in GET or headers |
2016-03-08 |
Augie Fackler |
|
Superseded |
[7,of,7,hglib] hglib: optimize bytes conversion and concatentation (issue4520) |
2015-03-26 |
Brett Cannon |
|
Accepted |
[7,of,7,flagprocessor,v7] tests: test-flagprocessor.t |
2017-01-02 |
Remi Chaintron |
marmoute |
Superseded |
[7,of,7,evolve-ext] exthelper: update documentation with some examples for using registrar aliases |
2019-01-03 |
Matt Harbison |
|
Accepted |
[7,of,7,evolve-ext] evolve: report merge node |
2016-04-14 |
timeless@gcc2-power8.osuosl.org |
|
Accepted |
[7,of,7,evolve-ext] check-code: make drophack comply with check-code |
2015-12-04 |
Laurent Charignon |
|
Accepted |
[7,of,7,clowncopter] automv: switch to specifying the similarity as an integer (0-100) |
2016-02-15 |
Martijn Pieters |
|
Accepted |
[7,of,7,checkunknown] merge: add options to warn or ignore on colliding unknown files |
2016-01-02 |
Siddharth Agarwal |
martinvonz |
Accepted |
[7,of,7,c-hglib] examples: rewrite verify example |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[7,of,7,bundle2] pull: remove inadequate use of operations records to update stepdone |
2017-09-28 |
Boris Feld |
|
Accepted |
[7,of,7,bm-refactor,V3] bookmarks: factor method _printer out of for loop in printbookmarks |
2017-06-23 |
Sean Farley |
|
Accepted |
[7,of,7,bm-refactor,V2] bookmarks: factor method _printer out of for loop in printbookmarks |
2017-06-21 |
Sean Farley |
|
Changes Requested |
[7,of,7,(push,is,done;,12,more,to,go,for,pull)] push: extract new common set computation from phase synchronisation |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[7,of,6] manifest: rewrite find(node, f) in terms of read(node) |
2015-03-11 |
Martin von Zweigbergk |
|
Superseded |
[6,V2] revset: parse nullary ":" operator as "0:tip" |
2015-07-18 |
Yuya Nishihara |
|
Accepted |
[6,of,9] vfs: add "mkstemp()" |
2014-03-08 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,9] verify: extract "manifest" constant into variable |
2016-02-12 |
Martin von Zweigbergk |
|
Accepted |
[6,of,9] util: remove no longer used compilere |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[6,of,9] url: use `iter(callable, sentinel)` instead of while True |
2016-08-06 |
Augie Fackler |
|
Accepted |
[6,of,9] unionrepo: fix `revdiff` implementation to use `rawdata` |
2019-08-30 |
Pierre-Yves David |
|
Accepted |
[6,of,9] tests: use 'legacy.exchange' option in various bundle1 tests |
2016-08-03 |
Pierre-Yves David |
|
Accepted |
[6,of,9] tests: small refactoring of run-tests' handling of tests list |
2014-03-18 |
Mads Kiilerich |
|
Accepted |
[6,of,9] test: add a push race case where racing push touches multiple heads |
2017-05-28 |
Pierre-Yves David |
|
Accepted |
[6,of,9] test-ui-config: alias ui as uimod |
2016-04-04 |
Yuya Nishihara |
martinvonz |
Accepted |
[6,of,9] test-filelog: alias ui as uimod |
2016-04-05 |
Yuya Nishihara |
|
Accepted |
[6,of,9] test-commandserver: remove .py test which was ported to .t |
2014-09-28 |
Yuya Nishihara |
|
Accepted |
[6,of,9] templater: factor out function that creates templater from string template |
2016-04-15 |
Yuya Nishihara |
|
Accepted |
[6,of,9] templatekw: add public function to wrap a dict by _hybrid object |
2017-04-12 |
Yuya Nishihara |
|
Accepted |
[6,of,9] subrepo: drop the 'ui' parameter to cat() |
2014-12-15 |
Matt Harbison |
|
Accepted |
[6,of,9] stdio: raise StdioError if something goes wrong in ui._write |
2017-04-10 |
Bryan O'Sullivan |
|
Changes Requested |
[6,of,9] sslutil: print SHA-256 fingerprint by default |
2016-05-30 |
Gregory Szorc |
|
Superseded |
[6,of,9] shelve: add 'changes to' prefix to default shelve message |
2014-02-10 |
Mads Kiilerich |
|
Accepted |
[6,of,9] rust-cpython: leverage RefCell::borrow() to guarantee there's no mutable ref |
2019-10-19 |
Yuya Nishihara |
|
New |
[6,of,9] run-tests: extract a `process_cmd_line` from the main function |
2019-09-07 |
Pierre-Yves David |
|
Accepted |
[6,of,9] revsetbenchmark: convert revision display to proper subprocesscall |
2014-03-27 |
Pierre-Yves David |
|
Accepted |
[6,of,9] repair: clarify in comment that caller must take lock, but not transaction |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
[6,of,9] py3: use pycompat.bytestr to convert str(unicode) to bytes |
2017-06-23 |
Pulkit Goyal |
|
Accepted |
[6,of,9] py3: system-stringify file mode in commandserver.py |
2018-10-18 |
Yuya Nishihara |
|
Accepted |
[6,of,9] py3: replace os.name with pycompat.osname (part 1 of 2) |
2016-12-20 |
Pulkit Goyal |
|
Accepted |
[6,of,9] py3: format revision number as '%d' in debugrevspec |
2018-02-03 |
Yuya Nishihara |
|
Accepted |
[6,of,9] py3: convert url to str using pycompat.strurl() |
2017-06-15 |
Pulkit Goyal |
|
Accepted |
[6,of,9] patch.diffopts: allow a setting to be forced in plain mode |
2014-11-13 |
Siddharth Agarwal |
|
Superseded |
[6,of,9] misc: use modern exception syntax |
2016-02-10 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[6,of,9] merge: store commitinfo if mergetool resolved a dc or cd conflict |
2020-09-23 |
Pulkit Goyal |
|
Accepted |
[6,of,9] merge: standardize error message for dirty working dir |
2013-09-24 |
Siddharth Agarwal |
|
Superseded |
[6,of,9] merge: move conversion of file-key dict to action-key dict in mergeresult |
2020-07-30 |
Pulkit Goyal |
|
Superseded |
[6,of,9] mdiff: let unidiff return (diffheader, hunks) |
2017-03-06 |
Denis Laxalde |
|
Accepted |
[6,of,9] match: split up main matcher into patternmatcher and includematcher |
2017-05-26 |
via Mercurial-devel |
|
Accepted |
[6,of,9] manifestmerge: rename n to n1 and n2 |
2013-03-25 |
Siddharth Agarwal |
|
Superseded |
[6,of,9] log: follow file history across copies even with -rREV (BC) (issue4959) |
2018-01-15 |
Yuya Nishihara |
|
Accepted |
[6,of,9] log: do no expect templateresources() returning a dict |
2018-03-21 |
Yuya Nishihara |
|
Accepted |
[6,of,9] largefiles: extract 'orig' method in reposetup.status |
2014-09-17 |
Martin von Zweigbergk |
|
Superseded |
[6,of,9] keyword: obtain kwtemplater instance via repository at runtime |
2017-06-25 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,9] i18n: leave out entries which contain only a rst directive |
2014-02-03 |
Simon Heimberg |
|
Accepted |
[6,of,9] histedit: remove makedesc |
2015-12-02 |
Mateusz Kwapich |
|
Accepted |
[6,of,9] histedit: pass state to processreplacement |
2014-10-16 |
David Soria Parra |
|
Accepted |
[6,of,9] hgweb: make templater mostly compatible with log templates |
2018-02-27 |
Yuya Nishihara |
|
New |
[6,of,9] hgk: in popups, replace labels with window titles |
2013-03-10 |
Andrew Shadura |
|
Accepted |
[6,of,9] flagutil: introduce a flagprocessorsmixin class |
2019-08-08 |
Pierre-Yves David |
|
Accepted |
[6,of,9] fileset: rewrite predicates to return matcher not closed to subset (API) (BC) |
2018-07-10 |
Yuya Nishihara |
|
Accepted |
[6,of,9] export: serialize revisions to be exported per destination file |
2018-04-12 |
Yuya Nishihara |
|
Accepted |
[6,of,9] diffhelpers: use absolute_import |
2015-12-12 |
Gregory Szorc |
yuya |
Accepted |
[6,of,9] dagop: factor out pfunc from revancestors() generator |
2017-06-25 |
Yuya Nishihara |
|
Accepted |
[6,of,9] contrib: add bzrlib to list of packages from which we import symbols |
2017-08-24 |
Augie Fackler |
|
Accepted |
[6,of,9] context: use "vfs.lstat()" instead of "os.lstat()" |
2013-10-14 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,9] context: move editor invocation from "makememctx()" to "memctx.__init__()" |
2014-05-05 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,9] context: add findbyhash to examine by hash ID strictly |
2015-03-29 |
Katsunori FUJIWARA |
|
Changes Requested |
[6,of,9] configitems: register the 'bugzilla.notify' config |
2017-07-15 |
Boris Feld |
|
Accepted |
[6,of,9] config: register the 'devel.servercafile' config |
2017-06-29 |
Pierre-Yves David |
|
Accepted |
[6,of,9] chgserver: remove getpager command |
2016-11-13 |
Jun Wu |
|
Changes Requested |
[6,of,9] byteify-strings: do not rewrite system string literals to u'' |
2018-06-18 |
Yuya Nishihara |
|
Accepted |
[6,of,9] bundle2: use bundlespec parameters to influence compression (API) |
2017-04-01 |
Gregory Szorc |
|
Changes Requested |
[6,of,9] bundle2-push: move changegroup push validation inside _pushb2ctx |
2014-07-07 |
Pierre-Yves David |
|
Accepted |
[6,of,9] bundle-ng: move bundle generation to changegroup.py |
2013-02-14 |
Sune Foldager |
|
Superseded |
[6,of,9] bookmarks: parse out --inactive to action early |
2018-09-21 |
Yuya Nishihara |
|
Accepted |
[6,of,9,V6] bundle2: add `bookmarks` part handler |
2016-10-11 |
Stanislau Hlebik |
marmoute |
Changes Requested |
[6,of,9,V4] template: compute user in obsfateusers |
2017-08-23 |
Boris Feld |
|
Accepted |
[6,of,9,V4] sslutil: print SHA-256 fingerprint by default |
2016-06-04 |
Gregory Szorc |
|
Accepted |
[6,of,9,V4] manifest: change manifestlog mancache to be directory based |
2016-09-20 |
Durham Goode |
|
Accepted |
[6,of,9,V3] template: compute user in obsfateusers |
2017-08-21 |
Boris Feld |
|
Superseded |
[6,of,9,V3] sslutil: print SHA-256 fingerprint by default |
2016-06-02 |
Gregory Szorc |
yuya |
Superseded |
[6,of,9,V3] repoview: improve performance for computehidden |
2014-03-28 |
Sean Farley |
|
Superseded |
[6,of,9,V3] perf: add `parent-2` as possible source for perfrevlogwrite |
2018-11-06 |
Boris Feld |
|
Accepted |
[6,of,9,V3] mq: use dirstateguard instead of dirstate.invalidate (qpush) |
2015-05-07 |
Katsunori FUJIWARA |
marmoute |
Accepted |
[6,of,9,V3] merge: store commitinfo if these is a dc or cd conflict |
2020-09-28 |
Pulkit Goyal |
|
Accepted |
[6,of,9,V3] manifest: change manifestlog mancache to be directory based |
2016-09-20 |
Durham Goode |
|
Superseded |
[6,of,9,v3] bundlerepo: introduce method to find file starts and use it |
2016-08-05 |
Augie Fackler |
|
Accepted |
[6,of,9,V2] synthrepo: pass a diffopts object to context.diff |
2018-07-05 |
Boris Feld |
|
Accepted |
[6,of,9,V2] subrepo: store the ui object in the base class |
2014-11-30 |
Matt Harbison |
|
Superseded |
[6,of,9,v2] stdio: raise StdioError if something goes wrong in ui._write |
2017-04-14 |
Bryan O'Sullivan |
|
Accepted |
[6,of,9,V2] sslutil: print SHA-256 fingerprint by default |
2016-06-01 |
Gregory Szorc |
|
Superseded |
[6,of,9,V2] revlog: use raw revisions in revdiff |
2017-03-31 |
Jun Wu |
|
Accepted |
[6,of,9,V2] py3: work around the lack of sys.maxint in contrib/perf |
2018-09-25 |
Matt Harbison |
|
Accepted |
[6,of,9,V2] mq: use dirstateguard instead of dirstate.invalidate (qpush) |
2015-05-02 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,9,V2] merge: store commitinfo if these is a dc or cd conflict |
2020-09-25 |
Pulkit Goyal |
|
Accepted |