[6,of,6] mercurial: support loading C extensions on Python 3 |
2016-10-13 |
Gregory Szorc |
|
Accepted |
[6,of,6] merge.mergestate: use mergectx wrapper |
2015-10-09 |
Siddharth Agarwal |
|
Accepted |
[6,of,6] merge: fix stupid indentation left over from previous refactorings |
2014-05-15 |
Mads Kiilerich |
|
Superseded |
[6,of,6] merge: include base content in merge markers |
2014-06-10 |
Pierre-Yves David |
|
Changes Requested |
[6,of,6] merge: invoke cmdutil.fileprefetchhooks() prior to applying updates |
2018-02-11 |
Matt Harbison |
|
Superseded |
[6,of,6] merge: make in-memory changes visible to external update hooks |
2015-10-14 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,6] merge: reuse batchremove method for 'rm' action |
2014-12-03 |
Martin von Zweigbergk |
|
Superseded |
[6,of,6] merge: use None as filename for base in 'both created' conflicts |
2014-11-25 |
Martin von Zweigbergk |
marmoute |
Accepted |
[6,of,6] obsolete: add native version of addchildren() |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[6,of,6] osutil: export a "getfstype" method |
2017-03-21 |
Jun Wu |
|
Accepted |
[6,of,6] packaging: "make deb" no longer fails |
2018-10-09 |
via Mercurial-devel |
|
New |
[6,of,6] packaging: use /usr/bin/python3 shebang for scripts in Debian |
2019-10-21 |
Denis Laxalde |
|
Accepted |
[6,of,6] parser: move alias definition parser to common rule-set class |
2016-04-01 |
Yuya Nishihara |
|
Superseded |
[6,of,6] parsers: use a lookup table to convert hex to binary |
2013-09-07 |
Siddharth Agarwal |
|
Accepted |
[6,of,6] patch.applydiff: accept a prefix parameter |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[6,of,6] patch: use scmutil.touch instead of scmutil.addremove |
2013-05-07 |
Siddharth Agarwal |
durin42 |
Changes Requested |
[6,of,6] patchbomb: add config knob to generate flags by template (issue5354) |
2017-03-07 |
Yuya Nishihara |
|
Accepted |
[6,of,6] patchbomb: fix wrong argument type when calling mail generator.flatten() |
2019-11-13 |
Denis Laxalde |
|
Accepted |
[6,of,6] perf: add perfrevlogrevision |
2015-12-21 |
Gregory Szorc |
|
Accepted |
[6,of,6] perftemplating: allow to specify the template to test |
2018-06-11 |
Boris Feld |
|
Accepted |
[6,of,6] perftest: allow selection of volatile set to benchmark |
2013-01-04 |
Pierre-Yves David |
|
Accepted |
[6,of,6] phases: make writing phaseroots file out avoid ambiguity of file stat |
2016-06-02 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6] phases: move short-lived PyObject pointers to local scope |
2020-07-18 |
Yuya Nishihara |
|
Accepted |
[6,of,6] plan9: update setup.py and mkfile to support new cpython 2.7 build |
2013-08-12 |
jas@corpus-callosum.com |
|
Changes Requested |
[6,of,6] procutil: make stdout line-buffered on Windows if connected to TTY |
2020-07-05 |
Manuel Jacob |
|
Accepted |
[6,of,6] profile: drop maybeprofile |
2017-06-09 |
Pierre-Yves David |
|
Accepted |
[6,of,6] profiling: allow configuring minimum display threshold for hotpath |
2017-06-15 |
Gregory Szorc |
|
Accepted |
[6,of,6] pull: prevent race condition in bookmark update when using -B (issue4689) |
2015-06-05 |
Pierre-Yves David |
|
Accepted |
[6,of,6] pushbookmark: do not attempt to update bookmark if the push failed (BC) |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[6,of,6] py3: avoid b'' output in test-hgweb-non-interactive.t |
2018-09-30 |
Matt Harbison |
|
Accepted |
[6,of,6] py3: byte-stringify literals in test-keyword.t |
2018-10-16 |
Yuya Nishihara |
|
Accepted |
[6,of,6] py3: ensure the HTTP password manager returns strings, not bytes |
2019-02-06 |
Matt Harbison |
|
Accepted |
[6,of,6] py3: fix bundle heads to be consumable more than once |
2018-07-08 |
Yuya Nishihara |
|
Accepted |
[6,of,6] py3: fix comparison between int and None |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[6,of,6] py3: make sure commands name are bytes in tests |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[6,of,6] py3: replace os.sep with pycompat.ossep (part 4 of 4) |
2016-12-17 |
Pulkit Goyal |
|
Accepted |
[6,of,6] py3: suppress the output from .write() calls in more tests |
2018-10-02 |
Matt Harbison |
|
Accepted |
[6,of,6] py3: use pycompat.bytestr() in place of str() |
2017-06-20 |
Pulkit Goyal |
|
Accepted |
[6,of,6] py3: work around comparison between int and None in tagmerge |
2018-03-04 |
Yuya Nishihara |
|
Accepted |
[6,of,6] pycompat: use unicode literals to appease Python 3 |
2016-06-01 |
Gregory Szorc |
|
Accepted |
[6,of,6] qfold: allow to specify '--message/'--logfile' and '--edit' at the same time |
2014-05-31 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6] rebase: abort hg pull --rebase if rebase.requiredest is set (issue5514) |
2017-03-28 |
Ryan McElroy |
|
Changes Requested |
[6,of,6] rebase: remove revprecursor and revpruned states |
2017-07-09 |
Jun Wu |
|
Superseded |
[6,of,6] rebase: show a note for updated mq patches |
2014-12-10 |
Mads Kiilerich |
|
Accepted |
[6,of,6] rebase: use hg.updatetotally instead of commands.update for efficiency |
2016-03-11 |
Katsunori FUJIWARA |
|
Changes Requested |
[6,of,6] rebase: use lazy ancestor sets |
2012-12-14 |
Siddharth Agarwal |
|
Superseded |
[6,of,6] record: add comparison methods for recordhunk class |
2015-03-13 |
Laurent Charignon |
|
Accepted |
[6,of,6] repoview: avoid processing the same rev twice in _getstatichidden |
2015-04-03 |
Pierre-Yves David |
|
Accepted |
[6,of,6] resolve: print message when no unresolved files remain (issue4214) |
2014-05-09 |
Gregory Szorc |
|
Accepted |
[6,of,6] revbranchcache: write cache even during read operations |
2015-03-17 |
Durham Goode |
|
Accepted |
[6,of,6] revert: remove nullrev from the bookmark computation |
2014-09-18 |
Pierre-Yves David |
|
Accepted |
[6,of,6] revert: use modified information from both status |
2014-08-14 |
Pierre-Yves David |
|
Accepted |
[6,of,6] revlog: make chainbase cache its result for the correct revision |
2018-05-21 |
Paul Morelle |
|
Accepted |
[6,of,6] revset: check collision between alias argument names in the declaration |
2015-01-08 |
Katsunori FUJIWARA |
|
Changes Requested |
[6,of,6] revset: do not nest addset by "addset + other" (issue4565) |
2015-05-12 |
Yuya Nishihara |
|
Accepted |
[6,of,6] revset: fix a crash with 'roots(wdir())' |
2015-07-01 |
Matt Harbison |
|
Changes Requested |
[6,of,6] revset: fix order of first/last members in compound expression (BC) |
2017-06-11 |
Yuya Nishihara |
|
Accepted |
[6,of,6] revset: make follow() accept empty startrev |
2017-12-07 |
Yuya Nishihara |
|
Accepted |
[6,of,6] revset: parse nullary ":" operator as "0:tip" |
2015-07-17 |
Yuya Nishihara |
|
Superseded |
[6,of,6] revset: use localrepo revbranchcache for branch name filtering |
2014-12-14 |
Mads Kiilerich |
|
Superseded |
[6,of,6] run-tests.py: inherit PYTHONHASHSEED from environment if set |
2013-01-20 |
Mads Kiilerich |
|
Accepted |
[6,of,6] run-tests: fix Python 3 incompatibilities |
2016-02-28 |
Gregory Szorc |
yuya |
Accepted |
[6,of,6] run-tests: introduce --random for running tests in random error |
2013-04-17 |
Mads Kiilerich |
|
Accepted |
[6,of,6] run-tests: use a file for capturing replacements |
2015-03-29 |
Gregory Szorc |
|
Accepted |
[6,of,6] rust-chg: abort if server doesn't have enough capabilities |
2018-10-14 |
Yuya Nishihara |
|
Accepted |
[6,of,6] rust-cpython: remove PySharedRefCell and its companion structs |
2020-01-30 |
Yuya Nishihara |
|
Accepted |
[6,of,6] rust-filepatterns: unescape comment character property |
2019-07-21 |
Yuya Nishihara |
|
Accepted |
[6,of,6] rust: propagate error of index_get_parents() properly |
2018-12-05 |
Yuya Nishihara |
|
Accepted |
[6,of,6] scmutil.addremove: use iteritems on walk results |
2013-04-02 |
Siddharth Agarwal |
|
Superseded |
[6,of,6] scmutil.filecache: support watching over multiple files |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[6,of,6] scmutil: check collision between directory part of added file and tracked ones |
2013-11-14 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,6] scmutil: split platform-specific bits into their own modules |
2013-02-13 |
Kevin Bullock |
|
Accepted |
[6,of,6] setup: update a comment that blamed py26 for a Windows workaround |
2017-06-17 |
Matt Harbison |
|
Accepted |
[6,of,6] setup: write mercurial/modulepolicy for pure installs |
2016-03-08 |
timeless@mozdev.org |
|
Accepted |
[6,of,6] shelve: using `targetphase` while unbundling |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[6,of,6] show: show all namespaces in "work" view |
2017-06-24 |
Gregory Szorc |
|
Accepted |
[6,of,6] spartan: render changesets server-side on /graph page |
2017-12-04 |
Anton Shestakov |
|
Accepted |
[6,of,6] spelling: random spell checker fixes |
2013-10-23 |
Mads Kiilerich |
|
Accepted |
[6,of,6] sslutil: remove redundant check of sslsocket.cipher() |
2016-05-15 |
Gregory Szorc |
|
Superseded |
[6,of,6] sslutil: remove sslkwargs() (API) |
2016-05-26 |
Gregory Szorc |
|
Accepted |
[6,of,6] sslutil: turn validator into a function |
2016-03-28 |
Gregory Szorc |
|
Changes Requested |
[6,of,6] subrepo: use vfs.dirname instead of os.path.dirname |
2015-07-09 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6] templatekw: add {size} keyword as an example of fctx-based keyword |
2018-09-02 |
Yuya Nishihara |
|
New |
[6,of,6] templatekw: forward _hybrid.get to raw values so that get(extras, key) works |
2015-03-08 |
Yuya Nishihara |
|
Accepted |
[6,of,6] templatekw: make {rev} return wdirrev instead of None |
2015-07-02 |
Yuya Nishihara |
|
Accepted |
[6,of,6] templater: always map over a wrapped object |
2018-06-04 |
Yuya Nishihara |
|
Accepted |
[6,of,6] templater: inline unwraphybrid() |
2018-06-08 |
Yuya Nishihara |
|
Accepted |
[6,of,6] templater: parse the config as a mapfile |
2015-05-02 |
Jordi Gutiérrez Hermoso |
|
Rejected |
[6,of,6] templates: fix missed space between instability labels |
2017-10-14 |
Yuya Nishihara |
|
Accepted |
[6,of,6] test-lfs-test-server: add a testcase for `hg serve` |
2018-03-29 |
Yuya Nishihara |
|
New |
[6,of,6] test-lfs-test-server: add a testcase for `hg serve` |
2018-03-19 |
Matt Harbison |
|
Accepted |
[6,of,6] tests: avoid repr in test-bundle2-format.t |
2017-09-19 |
Augie Fackler |
|
Accepted |
[6,of,6] tests: check import cycles in hgext/**.py, too |
2015-05-13 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,6] tests: remove bundle2 activation from test-push-warn.t |
2016-08-02 |
Pierre-Yves David |
|
Accepted |
[6,of,6] tests: stabilize test-push-http.t for Windows |
2018-04-09 |
Matt Harbison |
|
Accepted |
[6,of,6] treemanifest: make filesnotin() faster |
2015-03-11 |
Martin von Zweigbergk |
|
Superseded |
[6,of,6] ui: wrap whole _write() block with timeblockedsection |
2018-11-04 |
Yuya Nishihara |
|
Accepted |
[6,of,6] update: add config for default way of handling dirty wdir |
2017-02-14 |
via Mercurial-devel |
|
Superseded |
[6,of,6] upgrade: register compression as a format variants |
2017-12-08 |
Boris Feld |
|
Accepted |
[6,of,6] verify: move exc() function onto class |
2015-12-19 |
Durham Goode |
yuya |
Accepted |
[6,of,6] vfs: also audit rename |
2018-11-26 |
Boris Feld |
|
Accepted |
[6,of,6] workingfilectx: add audit() as a wrapper for wvfs.audit() |
2017-06-26 |
Phillip Cohen |
|
Accepted |
[6,of,7,(push,is,done;,12,more,to,go,for,pull)] push: move `commonheads` into the push object |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[6,of,7,bm-refactor,V2] bookmarks: factor out bookmark printing from commands |
2017-06-21 |
Sean Farley |
|
Changes Requested |
[6,of,7,bm-refactor,V3] bookmarks: factor out bookmark printing from commands |
2017-06-23 |
Sean Farley |
|
Accepted |
[6,of,7,bundle2] pull: use 'phase-heads' to retrieve phase information |
2017-09-28 |
Boris Feld |
|
Accepted |
[6,of,7,c-hglib] examples: rewrite merge example |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[6,of,7,checkunknown] batchget: add support for backing up files |
2016-01-02 |
Siddharth Agarwal |
martinvonz |
Accepted |
[6,of,7,clfilter,part,1,V3] clfilter: use filtering in `visiblebranchmap` |
2012-12-17 |
Pierre-Yves David |
|
Superseded |
[6,of,7,clowncopter] automv: do not release lock between marking files and the actual commit |
2016-02-15 |
Martijn Pieters |
|
Accepted |
[6,of,7,evolve-ext] check-code: make directaccess.py comply with check-code |
2015-12-04 |
Laurent Charignon |
|
Accepted |
[6,of,7,evolve-ext] evolve: treat no support as non fatal |
2016-04-14 |
timeless@gcc2-power8.osuosl.org |
|
Accepted |
[6,of,7,evolve-ext] exthelper: simplify the ability to register filesets |
2019-01-03 |
Matt Harbison |
|
Accepted |
[6,of,7,evolve-ext] _evolvemerge |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[6,of,7,flagprocessor,v7] revlog: REVIDX_USR[0-3] flags |
2017-01-02 |
Remi Chaintron |
marmoute |
Superseded |
[6,of,7,hglib] hglib: update setup.py to mark Python 3 support (issue4520) |
2015-03-26 |
Brett Cannon |
|
Accepted |
[6,of,7,iterbatch] largefiles: use iterbatch instead of batch |
2016-03-08 |
Augie Fackler |
marmoute |
Accepted |
[6,of,7,main-line-of-works,(28,more,patches,to,go)] ] bundle2: add generic debug output regarding generated parts |
2015-05-28 |
Pierre-Yves David |
|
Accepted |
[6,of,7,main-line-of-work] transaction: pass the transaction to 'postclose' callback |
2014-11-11 |
Pierre-Yves David |
|
Accepted |
[6,of,7,mergedriver] filemerge: don't attempt to premerge change/delete conflicts |
2015-11-19 |
Siddharth Agarwal |
martinvonz |
Accepted |
[6,of,7,mergedriver] localrepo.commit: switch to mergestate.read() |
2015-11-18 |
Siddharth Agarwal |
|
Accepted |
[6,of,7,mergedriver] merge.mergestate: set merge driver state to 's' if there's none present |
2015-10-17 |
Siddharth Agarwal |
|
Accepted |
[6,of,7,mergedriver] mergestate: add a method to compute actions to perform on dirstate |
2015-11-21 |
Siddharth Agarwal |
martinvonz |
Accepted |
[6,of,7,mergedriver] node: add 'nullhex', hex-encoded nullid |
2015-11-16 |
Siddharth Agarwal |
|
Accepted |
[6,of,7,path-configs] ui.paths: implement getpath in terms of __getitem__ |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[6,of,7,PoC] largefiles: drop mergeupdate standin mocking |
2014-09-22 |
Mads Kiilerich |
|
Deferred |
[6,of,7,RESEND] rust-cpython: make PySharedRef::try_borrow_mut() return BorrowMutError |
2020-01-28 |
Yuya Nishihara |
|
Accepted |
[6,of,7,resend] tests: ensure that C and Python path encoding agree |
2013-01-19 |
Matt Mackall |
|
Accepted |
[6,of,7,resend] tests: ensure that C and Python path encoding agree |
2012-12-12 |
Bryan O'Sullivan |
mpm |
Superseded |
[6,of,7,RFC,v2] filelog: censored files compare against empty data, have 0 size |
2014-09-15 |
michaeljedgar@gmail.com |
|
Accepted |
[6,of,7,RFC] parsers: inline fm1readmarker() into Obsmarker1_FromData() |
2017-03-14 |
Gregory Szorc |
|
Accepted |
[6,of,7,Series-A] context: retrieve hidden from filteredrevs |
2013-01-07 |
Pierre-Yves David |
|
Accepted |
[6,of,7,Series-C] clfilter: remove the last usage of `visibleheads` |
2013-01-07 |
Pierre-Yves David |
|
Accepted |
[6,of,7,shelve-ext,v5] shelve: add obs-based unshelve functionality |
2017-03-29 |
Kostia Balytskyi |
|
Changes Requested |
[6,of,7,STABLE] check-code.py: avoid warning against "reverting subrepo ..." lines |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7,STABLE] debian: alphabetize build deps |
2016-05-01 |
Sean Farley |
yuya |
Accepted |
[6,of,7,stable] getbundle: cleanly handle remote abort during getbundle |
2017-02-10 |
Pierre-Yves David |
martinvonz |
Accepted |
[6,of,7,STABLE] histedit: save manually edited commit message into ".hg/last-message.txt" |
2014-03-18 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,7,STABLE] i18n: add i18n comment to error messages of filesets predicates |
2014-10-31 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7,STABLE] largefiles: check unknown files with case awareness of the filesystem |
2013-05-06 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7,STABLE] localrepo: introduce a `_refreshchangelog` method |
2019-06-21 |
Pierre-Yves David |
|
Accepted |
[6,of,7,stable] packaging: drop outdated buildrpm "tested on" comment |
2019-10-27 |
Mads Kiilerich |
|
Accepted |
[6,of,7,STABLE] subrepo: add test whether "[paths]" is configured correctly at subrepo creation |
2014-06-19 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7,upgraderepo,V2] repair: copy non-revlog store files during upgrade |
2016-11-25 |
Gregory Szorc |
|
Changes Requested |
[6,of,7,V2,apply,on,date,fix] obsmarkers: add a `parentnodes` method to retrieve parents information |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[6,of,7,V2,mergedriver] filemerge: only copy to backup during premerge step |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[6,of,7,V2,stable] merge: add "other" file node in the merge state file |
2014-02-27 |
Pierre-Yves David |
|
Accepted |
[6,of,7,v2] bdiff: give slight preference to appending lines |
2016-11-15 |
Mads Kiilerich |
|
Accepted |
[6,of,7,V2] caches: invalidate store caches when lock is taken |
2014-03-31 |
Durham Goode |
|
Superseded |
[6,of,7,V2] cat: call the storage prefetch hook |
2018-02-06 |
Matt Harbison |
|
Accepted |
[6,of,7,v2] contrib: make import checker always think in terms of bytes |
2017-08-22 |
Augie Fackler |
|
Accepted |
[6,of,7,V2] copies: add a devel debug mode to trace what copy tracing does |
2018-10-01 |
Boris Feld |
|
New |
[6,of,7,V2] debugfs: display the tested path and mount point of the filesystem, if known |
2017-12-31 |
Matt Harbison |
|
Accepted |
[6,of,7,V2] hgweb: abstract call to hgwebdir wsgi function |
2016-08-15 |
Gregory Szorc |
|
Accepted |
[6,of,7,v2] histedit: clarify modes |
2015-12-28 |
timeless@mozdev.org |
|
Superseded |
[6,of,7,V2] hook: centralize passing HG_PENDING to external hook process |
2015-10-16 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7,V2] hook: provide hook type information to external hook |
2017-03-31 |
Pierre-Yves David |
|
Accepted |
[6,of,7,v2] import-checker: handle line continuation characters |
2016-04-13 |
timeless@mozdev.org |
yuya |
Rejected |
[6,of,7,v2] merge: migrate to context manager for changing dirstate parents |
2017-05-19 |
Augie Fackler |
|
Accepted |
[6,of,7,v2] merge: use separate lists for each action type |
2014-05-09 |
Mads Kiilerich |
|
Superseded |
[6,of,7,V2] namespaces: generate template keyword when registering a namespace |
2014-12-18 |
Sean Farley |
|
Accepted |
[6,of,7,V2] osutil: use PYMODULEINIT |
2017-05-13 |
Jun Wu |
|
Superseded |
[6,of,7,v2] rebase: remove old code for handling empty rebaseset |
2014-01-15 |
Mads Kiilerich |
|
Accepted |
[6,of,7,V2] repoview: copy blocker code from computehidden |
2014-03-28 |
Sean Farley |
|
Superseded |
[6,of,7,V2] revbranchcache: disable the new part for narrow hg bundle |
2018-03-01 |
Boris Feld |
|
Superseded |
[6,of,7,V2] revset: detect integer list on parsing |
2019-01-14 |
Boris Feld |
|
Superseded |
[6,of,7,V2] revset: optimize out reverse() according to ordering policy |
2016-06-03 |
Yuya Nishihara |
durin42 |
Changes Requested |
[6,of,7,V2] revset: unify function that parses alias declaration and definition |
2016-04-02 |
Yuya Nishihara |
|
Superseded |
[6,of,7,v2] setup: show how to set the module policy for imports |
2016-01-12 |
timeless@mozdev.org |
|
Superseded |
[6,of,7,V2] tags: extract tags computation from fnodes into its own function |
2017-03-28 |
Pierre-Yves David |
|
Accepted |
[6,of,7,v3,flags] diffopts: notice a negated boolean flag in diffopts |
2016-09-14 |
Augie Fackler |
|
Changes Requested |
[6,of,7,V3,RFC] revset: unify function that parses alias declaration and definition |
2016-04-03 |
Yuya Nishihara |
marmoute |
Accepted |
[6,of,7,v3,stable,osx-packaging] osx: create a modern package including manpages |
2016-04-29 |
Kevin Bullock |
|
Accepted |
[6,of,7,V3] caches: invalidate store caches when lock is taken |
2014-04-01 |
Durham Goode |
|
Accepted |
[6,of,7,V3] cext: increment the `parsers` module version |
2018-11-19 |
Boris Feld |
|
Superseded |
[6,of,7,V3] hghave: add a check about whitelisted filesystem that supports hardlink |
2017-03-12 |
Jun Wu |
|
Changes Requested |
[6,of,7,V3] hgweb: filter diff hunks when 'linerange' and 'patch' are specified in filelog |
2017-03-22 |
Denis Laxalde |
|
Changes Requested |
[6,of,7,V3] log: add obsfate by default in changeset printer |
2017-10-17 |
Boris Feld |
|
Accepted |
[6,of,7,V3] revbranchcache: disable the new part for narrow hg bundle |
2018-03-15 |
Boris Feld |
|
Superseded |
[6,of,7,V3] revset: detect integer list on parsing |
2019-01-14 |
Boris Feld |
|
Accepted |
[6,of,7,V3] statprof: pass data structure to display functions |
2016-11-02 |
Gregory Szorc |
|
Accepted |
[6,of,7,V3] util: add a file handle wrapper class that does hash digest validation |
2014-10-16 |
Mike Hommey |
|
Accepted |
[6,of,7,V3] worker: test and set problem[0] atomically |
2016-08-04 |
Jun Wu |
yuya |
Changes Requested |
[6,of,7,V4] bundle2: advertise `pushbookmarks` capability (issue5165) |
2016-09-04 |
Stanislau Hlebik |
|
Accepted |
[6,of,7,V4] cache: group obscache and revsfiltercache invalidation in a single function |
2012-12-20 |
Pierre-Yves David |
|
Accepted |
[6,of,7,V4] cext: increment the `parsers` module version |
2018-11-20 |
Boris Feld |
|
Superseded |
[6,of,7,V4] delta: have a native implementation of _findsnapshot |
2018-12-30 |
Boris Feld |
|
Accepted |
[6,of,7,V4] hgweb: filter diff hunks when 'linerange' and 'patch' are specified in filelog |
2017-03-24 |
Denis Laxalde |
|
Superseded |
[6,of,7,V4] mq: let the user choose where .orig files are kept |
2015-11-11 |
Christian Delahousse |
|
Accepted |
[6,of,7,v4] rebase: move local variables 'contf', 'abortf' and 'destspace' to the RRS |
2016-06-05 |
Kostia Balytskyi |
|
Superseded |
[6,of,7,V4] revbranchcache: disable the new part for narrow hg bundle |
2018-03-16 |
Boris Feld |
|
Accepted |
[6,of,7,V4] revset: optimize out reverse() according to ordering requirement (BC) |
2016-06-23 |
Yuya Nishihara |
|
Accepted |
[6,of,7,V5] cext: increment the `parsers` module version |
2018-11-22 |
Boris Feld |
|
Accepted |
[6,of,7,V5] hgweb: filter diff hunks when 'linerange' and 'patch' are specified in filelog |
2017-03-25 |
Denis Laxalde |
|
Accepted |
[6,of,7,v5] rebase: move local variables 'contf', 'abortf' and 'destspace' to the RRS |
2016-06-13 |
Kostia Balytskyi |
|
Superseded |
[6,of,7,V5] sslutil: require TLS 1.1+ when supported |
2016-07-15 |
Gregory Szorc |
|
Accepted |
[6,of,7,V6] dirstate: add a C implementation for nonnormalentries |
2015-12-22 |
Laurent Charignon |
|
Superseded |
[6,of,7,v6] rebase: move local variables 'contf', 'abortf' and 'destspace' to the RR |
2016-06-13 |
Kostia Balytskyi |
|
Changes Requested |
[6,of,7,VFS] vfs: add removedirs |
2015-04-10 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7] annotate: explicitly only honor whitespace diffopts |
2014-12-02 |
Siddharth Agarwal |
|
Accepted |
[6,of,7] annotate: split functions to get data without applying text formatting |
2014-09-17 |
Yuya Nishihara |
|
Accepted |
[6,of,7] bash_completion: use correct command for listing shelves |
2013-11-21 |
Sean Farley |
|
Superseded |
[6,of,7] blackbox: do not nullify repo to deactivate the logger on failure |
2018-11-27 |
Yuya Nishihara |
|
Accepted |
[6,of,7] bookmark: read pending data when appropriate |
2014-11-18 |
Pierre-Yves David |
|
Accepted |
[6,of,7] branchmap: simplify error handlind when writing rev branch cache |
2016-08-05 |
Pierre-Yves David |
|
Superseded |
[6,of,7] bundle2: add on more layer of exception catching in localrepo.unbundle |
2015-04-16 |
Pierre-Yves David |
|
Accepted |
[6,of,7] bundle2: refuse empty parameter name |
2014-03-21 |
Pierre-Yves David |
|
Accepted |
[6,of,7] bundle: avoid reset of the 'outgoing' variable |
2017-05-05 |
Pierre-Yves David |
|
Accepted |
[6,of,7] caches: invalidate store caches when lock is taken |
2014-03-25 |
Durham Goode |
|
Superseded |
[6,of,7] checkheads: drop now unused filtering of 'unsyncedheads' |
2017-06-03 |
Pierre-Yves David |
|
Accepted |
[6,of,7] chg: use relative path at connect |
2016-04-04 |
Pierre-Yves David |
|
Not Applicable |
[6,of,7] chg: use relative path at connect |
2016-04-04 |
Jun Wu |
|
Changes Requested |
[6,of,7] chgserver: switch to new forking service |
2016-07-14 |
Yuya Nishihara |
|
Accepted |
[6,of,7] churn: use absolute_import |
2016-02-10 |
Gregory Szorc |
martinvonz |
Accepted |
[6,of,7] cleanup: drop the deprecated 'localrepo.wfile' method |
2017-05-02 |
Pierre-Yves David |
|
Accepted |
[6,of,7] cleanup: rename check-translation.py checker function - don't hide global var |
2014-08-15 |
Mads Kiilerich |
|
Accepted |
[6,of,7] color: move 'styles' definition on the 'ui' object |
2017-02-27 |
Pierre-Yves David |
|
Superseded |
[6,of,7] color: move triggering of the initialisation logic in core |
2017-02-25 |
Pierre-Yves David |
|
Accepted |
[6,of,7] configitems: move rebase config into core |
2017-10-16 |
Boris Feld |
|
Accepted |
[6,of,7] context.status: inline _poststatus() |
2014-11-02 |
Martin von Zweigbergk |
|
Accepted |
[6,of,7] context: add manifestctx property on changectx |
2016-11-08 |
Durham Goode |
|
Accepted |
[6,of,7] context: introduce a `_findchangeid` method to `filectx` |
2018-09-07 |
Boris Feld |
|
Accepted |
[6,of,7] context: introduce [ui]topancestor for controlling which ancestor to pick |
2014-02-24 |
Mads Kiilerich |
|
Deferred |
[6,of,7] context: use absolute_import |
2015-12-23 |
Gregory Szorc |
yuya |
Accepted |
[6,of,7] contrib/perf: perfparents handle filtered repos |
2015-11-24 |
timeless@mozdev.org |
|
Accepted |
[6,of,7] contrib: add line offset information to file check function of check-code.py |
2019-02-28 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7] contrib: make import checker always think in terms of bytes |
2017-08-22 |
Augie Fackler |
|
Superseded |
[6,of,7] convert: cvs use absolute_import |
2016-03-09 |
timeless@mozdev.org |
|
Accepted |
[6,of,7] copies: rename getfctx to getsrcfctx |
2017-05-29 |
Stanislau Hlebik |
|
Accepted |
[6,of,7] dagop: minor python optimization to `headrevs` |
2019-01-15 |
Boris Feld |
|
Accepted |
[6,of,7] destutil: allow to disable the "on head check" in destmerge |
2016-02-14 |
Pierre-Yves David |
|
Superseded |
[6,of,7] devel: use the 'config' argument for the dirstate normalisation develwarn |
2016-05-05 |
Pierre-Yves David |
yuya |
Accepted |
[6,of,7] diffutil: remove diffopts() in favor of diffallopts() |
2018-07-06 |
Yuya Nishihara |
|
New |
[6,of,7] dirstate: only invoke delaywrite if relevant |
2015-12-17 |
Matt Mackall |
|
Accepted |
[6,of,7] dirstate: report bad subdirectories as match.bad, not just a warning |
2014-01-16 |
Mads Kiilerich |
|
Rejected |
[6,of,7] dirstate: use match.prefix() instead of 'not match.anypats()' |
2015-05-21 |
Martin von Zweigbergk |
durin42 |
Accepted |
[6,of,7] discovery: enforce filtering into revlogbaseddag._internalizeall |
2013-11-17 |
Pierre-Yves David |
|
Accepted |
[6,of,7] docchecker: try to reject single quotes |
2016-04-04 |
timeless@mozdev.org |
|
Accepted |
[6,of,7] extdata: use subprocess so we don't have to chdir() manually |
2017-10-01 |
Yuya Nishihara |
|
Accepted |
[6,of,7] fileset: move copy constructor of matchctx near __init__ |
2018-08-05 |
Yuya Nishihara |
|
Accepted |
[6,of,7] fileset: reorder 'and' expression to evaluate basic patterns first |
2018-08-03 |
Yuya Nishihara |
|
Accepted |
[6,of,7] formatter: remove experimental marker from -T option |
2018-09-30 |
Yuya Nishihara |
|
Superseded |
[6,of,7] get-with-headers: handle python3 bytes in stdout |
2016-05-16 |
timeless |
|
Changes Requested |
[6,of,7] get-with-headers: handle python3 bytes in stdout |
2016-05-11 |
timeless |
yuya |
Changes Requested |
[6,of,7] graft: enable rotated-DAG copy tracing (issue4028) |
2016-10-07 |
Gábor Stefanik |
mpm |
Changes Requested |
[6,of,7] grep: make a message translatable |
2016-05-25 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7] help: document about "tags" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[6,of,7] help: don't search randomly for help data - trust util.datapath |
2014-09-28 |
Mads Kiilerich |
|
Accepted |
[6,of,7] help: use 'churn' instead of 'color' as an example extension |
2017-02-28 |
Pierre-Yves David |
|
Accepted |
[6,of,7] hgclient: handle cStringIO.StringIO/io.StringIO divergence |
2016-04-08 |
timeless@mozdev.org |
|
Accepted |
[6,of,7] hgclient: handle cStringIO.StringIO/io.StringIO divergence |
2016-04-06 |
timeless@mozdev.org |
|
Accepted |
[6,of,7] hgweb: extract a generator function of _siblings class |
2018-04-14 |
Yuya Nishihara |
|
Accepted |
[6,of,7] hgweb: look up "URLSearchParams" in "window" to work around jshint issues |
2017-11-27 |
Anton Shestakov |
|
Accepted |
[6,of,7] hgweb: wrap {earlycommands} and {othercommands} of help with mappinggenerator |
2018-05-25 |
Yuya Nishihara |
|
Accepted |
[6,of,7] hgweb: wrap {fentries} and {dentries} of manifest with mappinggenerator |
2018-05-13 |
Yuya Nishihara |
|
Accepted |
[6,of,7] hgweb: wrap {whyunstable} with mappinggenerator |
2018-05-09 |
Yuya Nishihara |
|
Accepted |
[6,of,7] histedit: clarify modes |
2015-12-23 |
timeless@mozdev.org |
|
Superseded |
[6,of,7] histedit: limit cleanup of histedit-last-edit.txt to success |
2015-12-28 |
timeless@mozdev.org |
|
Accepted |
[6,of,7] histedit: unify strip backup files on success (BC) |
2017-07-08 |
Jun Wu |
|
Accepted |
[6,of,7] hook: provide hook type information to external hook |
2017-03-31 |
Pierre-Yves David |
|
Superseded |
[6,of,7] journal: ensure that dirstate is instantiated via own wrapdirstate() |
2017-07-02 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7] largefiles: remove unused readstandin() |
2017-03-31 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7] largefiles: replace hashrepofile by hashfile (API) |
2017-03-24 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7] largefiles: rewrite merge code using dictionary with entry per file |
2014-12-10 |
Martin von Zweigbergk |
|
Accepted |
[6,of,7] lfs: convert EOL of hgrc before appending to bytes IO |
2018-01-13 |
Yuya Nishihara |
|
Accepted |
[6,of,7] lfs: verify lfs object content when transferring to and from the remote store |
2017-12-21 |
Matt Harbison |
|
Accepted |
[6,of,7] localrepo: don't use mutable default argument value |
2017-03-15 |
Pierre-Yves David |
|
Accepted |
[6,of,7] makememctx: move from patch to context to break import cycle |
2013-11-17 |
Augie Fackler |
|
Superseded |
[6,of,7] match: compose 'set:' pattern as matcher |
2018-07-05 |
Yuya Nishihara |
|
New |
[6,of,7] match: delete icasefsmatcher now that it's same as matcher |
2017-05-22 |
via Mercurial-devel |
|
Accepted |
[6,of,7] merge-tools: make premerge valid values extensible |
2014-08-05 |
Pierre-Yves David |
|
Superseded |
[6,of,7] merge: migrate to context manager for changing dirstate parents |
2017-05-18 |
Augie Fackler |
|
Superseded |
[6,of,7] minirst: make format() simply return a formatted text |
2018-08-22 |
Yuya Nishihara |
|
Accepted |
[6,of,7] mq: use the optional badfn argument when building a matcher |
2015-06-06 |
Matt Harbison |
|
Accepted |
[6,of,7] namespaces: generate template keyword when registering a namespace |
2014-12-17 |
Sean Farley |
|
Superseded |
[6,of,7] obsmarkers: add a `parentnodes` method to retrieve parents information |
2014-08-19 |
Pierre-Yves David |
|
Changes Requested |
[6,of,7] obsolete: rename `allmarkers` to `getmarkers` |
2014-08-21 |
Pierre-Yves David |
|
Accepted |
[6,of,7] obsutil: make obsfateprinter() less dependent on templater |
2018-04-04 |
Yuya Nishihara |
|
Accepted |
[6,of,7] osutil: use PYMODULEINIT |
2017-05-09 |
Jun Wu |
|
Superseded |
[6,of,7] parser: add short comment how aliases are expanded in phases |
2016-04-13 |
Yuya Nishihara |
|
Accepted |
[6,of,7] parsers: don't leak a reference to raise_revlog_error on success |
2015-01-23 |
Augie Fackler |
|
Accepted |
[6,of,7] patch.difffeatureopts: add a feature for format-changing diffopts |
2014-11-26 |
Siddharth Agarwal |
|
Accepted |
[6,of,7] patch.difffeatureopts: add a feature for format-changing diffopts |
2014-11-22 |
Siddharth Agarwal |
|
Superseded |
[6,of,7] pathencode: use Py_SIZE directly |
2016-10-08 |
Gregory Szorc |
|
Accepted |
[6,of,7] perf: support looking up multiple revisions |
2019-01-28 |
Boris Feld |
|
Accepted |
[6,of,7] procutil: bulk-replace function calls to point to new module |
2018-03-25 |
Yuya Nishihara |
|
Accepted |
[6,of,7] procutil: make explainexit() simply return a message (API) |
2018-04-07 |
Yuya Nishihara |
|
Accepted |
[6,of,7] profile: close 'fp' in all cases |
2017-06-12 |
Pierre-Yves David |
|
Accepted |
[6,of,7] push: perform phases discovery before the push |
2014-08-04 |
Pierre-Yves David |
|
Accepted |
[6,of,7] py3: abuse r'' to preserve str-ness of literals passed to __setattr__() |
2017-03-26 |
Yuya Nishihara |
|
Accepted |
[6,of,7] py3: byte-stringify literals in extension in test-bundle2-format.t |
2018-07-09 |
Yuya Nishihara |
|
Accepted |
[6,of,7] py3: call strftime() with native str type |
2017-03-13 |
Yuya Nishihara |
|
Accepted |
[6,of,7] py3: convert keys of kwargs back to bytes using pycompat.byteskwargs() |
2017-06-17 |
Pulkit Goyal |
|
Accepted |
[6,of,7] py3: do not try to byte-stringify None in cmdutil.tryimportone() |
2018-04-08 |
Yuya Nishihara |
|
Accepted |
[6,of,7] py3: handle opts correctly for `hg add` |
2017-05-04 |
Pulkit Goyal |
|
Accepted |
[6,of,7] py3: have bytes version of sys.executable |
2016-12-21 |
Pulkit Goyal |
|
Accepted |
[6,of,7] py3: slice over bytes to prevent getting ascii values |
2017-05-03 |
Pulkit Goyal |
|
Accepted |
[6,of,7] py3: switch from iteritems to items |
2016-04-11 |
timeless@mozdev.org |
|
Rejected |
[6,of,7] py3: use absolute_import in graphlog.py |
2016-04-17 |
roby roby |
|
Deferred |
[6,of,7] py3: use absolute_import in svn-safe-append.py |
2016-04-16 |
roby roby |
yuya |
Changes Requested |
[6,of,7] py3: use try/except to check for basestring |
2016-11-02 |
Pulkit Goyal |
|
Accepted |
[6,of,7] py3: use try/except to check for basestring |
2016-11-02 |
Pulkit Goyal |
|
Superseded |
[6,of,7] reachableroots: use internal "revstates" array to test if rev is reachable |
2015-08-18 |
Yuya Nishihara |
durin42 |
Accepted |
[6,of,7] remotedebug: allow to request --profile to the server |
2018-06-20 |
Paul Morelle |
|
Accepted |
[6,of,7] repair: open a file with checkambig=True to avoid file stat ambiguity |
2016-09-16 |
Katsunori FUJIWARA |
|
Changes Requested |
[6,of,7] revert: explicitly get status against the parent |
2014-05-19 |
Pierre-Yves David |
|
Accepted |
[6,of,7] revlog: avoid caching raw text too early in _revisiondata |
2019-08-20 |
Pierre-Yves David |
|
Accepted |
[6,of,7] revlog: indent block to make review easier |
2017-03-28 |
Jun Wu |
|
Changes Requested |
[6,of,7] revlog: use pycompat.bytestr() to reliably have a %s-able value |
2017-08-29 |
Augie Fackler |
|
Accepted |
[6,of,7] revset: add depth limit to ancestors() |
2017-06-22 |
Yuya Nishihara |
|
Accepted |
[6,of,7] revset: add inspection data to limit() and last() functions |
2016-02-27 |
Yuya Nishihara |
|
Accepted |
[6,of,7] revset: add support for integer and hex wdir identifiers |
2017-06-03 |
Yuya Nishihara |
|
Accepted |
[6,of,7] revset: fix order of nested 'or' expression (BC) |
2016-09-13 |
Yuya Nishihara |
|
Accepted |
[6,of,7] revsetlang: unnest inner functions from formatspec() |
2018-01-08 |
Yuya Nishihara |
|
Accepted |
[6,of,7] run-tests: report a test as warned when only missing globs |
2014-02-13 |
Simon Heimberg |
|
Accepted |
[6,of,7] rust-cpython: bump cpython crates to 0.3 |
2019-10-13 |
Yuya Nishihara |
|
New |
[6,of,7] rust-cpython: leverage upstreamed py_capsule_fn!() macro |
2019-10-13 |
Yuya Nishihara |
|
New |
[6,of,7] rust-cpython: make PySharedRef::try_borrow_mut() return BorrowMutError |
2019-10-22 |
Yuya Nishihara |
|
New |
[6,of,7] rust-cpython: remove Option<_> from interface of py_shared_iterator |
2019-09-08 |
Yuya Nishihara |
|
Accepted |
[6,of,7] scmutil: extend termwidth() to return terminal height, renamed to termsize() |
2016-11-04 |
Yuya Nishihara |
|
Accepted |
[6,of,7] show: stringify filtered list of tags before testing emptiness |
2018-06-12 |
Yuya Nishihara |
|
Accepted |
[6,of,7] sidedata: simply read p1copies files from the `ChangingFiles` object |
2020-09-23 |
Pierre-Yves David |
|
Accepted |
[6,of,7] sslutil: remove indentation in wrapsocket declaration |
2016-03-28 |
Gregory Szorc |
|
Accepted |
[6,of,7] stringutil: add function to compile stringmatcher pattern into regexp |
2020-10-14 |
Yuya Nishihara |
|
Accepted |
[6,of,7] strip: do not include obsolescence markers for the temporary bundle |
2017-06-01 |
Pierre-Yves David |
|
Accepted |
[6,of,7] strip: introduce a soft strip option |
2019-01-02 |
Boris Feld |
|
Accepted |
[6,of,7] tags: extract tags computation from fnodes in its own function |
2017-03-28 |
Pierre-Yves David |
|
Changes Requested |
[6,of,7] templatefilters: drop old jsonescape() function |
2016-02-23 |
Yuya Nishihara |
durin42 |
Accepted |
[6,of,7] templater: extract unwrapinteger() function from evalinteger() |
2018-03-25 |
Yuya Nishihara |
|
Accepted |
[6,of,7] templater: factor out thin helper that evaluates argument as string |
2016-03-04 |
Yuya Nishihara |
|
Accepted |
[6,of,7] templater: specialize ResourceUnavailable error so that it can be caught |
2018-02-26 |
Yuya Nishihara |
|
Accepted |
[6,of,7] templater: unify "string" and "rawstring" |
2015-07-12 |
Yuya Nishihara |
|
Accepted |
[6,of,7] test-commandserver: add connector for unix domain socket server |
2014-10-04 |
Yuya Nishihara |
|
Accepted |
[6,of,7] test-fuzz-targets: rebuild executable silently |
2018-06-03 |
Yuya Nishihara |
|
Accepted |
[6,of,7] test-lock.py: fix testing for forks |
2015-09-25 |
Siddharth Agarwal |
|
Accepted |
[6,of,7] tests/fakepatchtime.py: use absolute_import |
2015-12-07 |
Gregory Szorc |
|
Accepted |
[6,of,7] tests: add test cases for binary diffs in Git mode |
2017-03-21 |
Alexander Fomin |
|
Changes Requested |
[6,of,7] tests: avoid tests related to directory permission if running with fsmonitor |
2017-07-12 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7] tests: conditionalize out tests that msys is mangling |
2018-08-18 |
Matt Harbison |
|
Accepted |
[6,of,7] tests: factor external procedures out for portability |
2017-06-09 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7] tests: make printenv executable |
2015-06-08 |
Matt Mackall |
marmoute |
Accepted |
[6,of,7] tests: omit -p for external diff via extdiff extension for portability |
2016-02-05 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,7] tests: replace "naked except clause" to avoid check-code.py error |
2019-02-17 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7] tests: stop direct symbol import of mercurial modules in test-status-inprocess |
2016-04-09 |
Yuya Nishihara |
|
Accepted |
[6,of,7] transplant: set a blockedtag when invoking external filter |
2017-03-06 |
Simon Farnsworth |
|
Accepted |
[6,of,7] trydiff: extract function that generates filename pairs |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[6,of,7] typing: fix argument type of encoding.localstr() |
2019-11-16 |
Yuya Nishihara |
|
Accepted |
[6,of,7] ui: hide fin/fout/ferr attributes behind @property functions |
2018-11-06 |
Yuya Nishihara |
|
Accepted |
[6,of,7] util.copyfiles: add optional ignore parameter |
2015-11-25 |
Angel Ezquerra |
|
Changes Requested |
[6,of,7] util: enable getpid to be replaced |
2016-02-03 |
timeless@mozdev.org |
yuya |
Superseded |
[6,of,7] verify: move changelog verificaiton to it's own function |
2016-01-06 |
Durham Goode |
martinvonz |
Accepted |
[6,of,7] windows: use absolute_import |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[6,of,8,"STABLE] runtest: move slow timeout process earlier in the `_hghave` method |
2019-02-24 |
Pierre-Yves David |
|
Accepted |
[6,of,8,"] compression: introduce an official `format.revlog-compression` option |
2019-03-31 |
Pierre-Yves David |
|
Accepted |
[6,of,8,"] manifestcache: adding a second distinct entry |
2019-03-15 |
Pierre-Yves David |
|
Accepted |
[6,of,8,"] manifestcache: clear the cache before testing the debug command |
2019-03-16 |
Pierre-Yves David |
|
Accepted |
[6,of,8,ancestor-ish] revlog: use context ancestor instead of changelog ancestor |
2014-04-07 |
Mads Kiilerich |
|
Accepted |
[6,of,8,chgtocore] chgserver: drop CHGINTERNALMARK by chgunixservice() |
2016-11-22 |
Yuya Nishihara |
|
Accepted |
[6,of,8,cleanup] histedit: move constraint verification in the 'action.verify' method |
2016-08-26 |
Pierre-Yves David |
|
Accepted |
[6,of,8,demandimport-py3] demandimport: add python 3 implementation |
2017-05-21 |
Siddharth Agarwal |
|
Accepted |
[6,of,8,evolve-ext,V2] metaedit: rewrite rewritemeta to reuse manifests |
2016-12-06 |
Mateusz Kwapich |
|
Changes Requested |
[6,of,8,faster-obsmarkers] getbefloat64: drop unnecessary memcpy |
2015-02-02 |
Augie Fackler |
|
Superseded |
[6,of,8,git-diff] patch: add similarity config knob in experimental section |
2017-01-09 |
Sean Farley |
|
Accepted |
[6,of,8,ipv6] runtests: export LOCALIP |
2017-02-16 |
Jun Wu |
|
Accepted |
[6,of,8,match] context: remove redundant handling of match.bad return value |
2014-04-15 |
Mads Kiilerich |
|
Accepted |
[6,of,8,py3,v3] config: guard against setconfig specifying unicode values on py3 |
2017-03-08 |
Augie Fackler |
|
Accepted |
[6,of,8,py3-cleanup] run-tests: insist that if people use Python 3, they use 3.5.x |
2015-05-18 |
Augie Fackler |
|
Accepted |
[6,of,8,py3] cmdutil: use sorted(dict) instead of x = dict.keys(); x.sort() |
2017-05-28 |
Augie Fackler |
|
Accepted |
[6,of,8,py3] drawdag: tagsmod.tag() takes a list of names, not a single name |
2017-09-15 |
Augie Fackler |
|
Accepted |
[6,of,8,py3] store: give name to lowerencode function |
2017-09-16 |
Yuya Nishihara |
|
Accepted |
[6,of,8,py3] tests: use urlreq in tinyproxy.py |
2017-03-22 |
Gregory Szorc |
|
Accepted |
[6,of,8,py3] util: use pycompat.bytestr in checkwinfilename |
2017-03-19 |
Augie Fackler |
|
Accepted |
[6,of,8,RFC] annotate: abort early if no file is specified |
2014-08-19 |
Yuya Nishihara |
|
Accepted |
[6,of,8,RFC] merge: use file context objects instead of acting directly on localrepo |
2014-08-07 |
Sean Farley |
|
Accepted |
[6,of,8,shelve-ext,v2] shelve: move actual created commit shelving to a separate function |
2016-11-10 |
Kostia Balytskyi |
|
Accepted |
[6,of,8,shelve-ext] shelve: move 'nothing changed' messaging to a separate function |
2016-11-08 |
Kostia Balytskyi |
|
Superseded |
[6,of,8,simple] color: move configstyles into the core module |
2017-02-15 |
Pierre-Yves David |
martinvonz |
Accepted |
[6,of,8,sparse,V2] dirstate: move validation of files in sparse checkout from extension |
2017-07-11 |
Gregory Szorc |
|
Accepted |
[6,of,8,STABLE] debugrevlog: handle no chains |
2016-02-01 |
timeless@mozdev.org |
|
Changes Requested |
[6,of,8,STABLE] encoding: add 'headside' argument into 'trim' to switch trimming side |
2014-06-13 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,8,stable] packaging: make dockerrpm fedora target more generic |
2019-11-01 |
Mads Kiilerich |
|
Accepted |
[6,of,8,STABLE] pager: document the 'pager' config section |
2017-05-01 |
Pierre-Yves David |
|
Accepted |
[6,of,8,STABLE] revset: inline spanset containment check (fix perf regression) |
2014-04-29 |
Pierre-Yves David |
|
Accepted |
[6,of,8,stream,clone,bundles,V2] exchange: parse requirements from stream clone specification string |
2015-10-17 |
Gregory Szorc |
|
Accepted |
[6,of,8,techdocs] help: pass subtopic into help() |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[6,of,8,upgraderepo,V3] repair: migrate revlogs during upgrade |
2016-12-19 |
Gregory Szorc |
|
Accepted |
[6,of,8,V11] pull: use `bookmarks` bundle2 part |
2016-11-22 |
Stanislau Hlebik |
|
Superseded |
[6,of,8,V12] pull: use `bookmarks` bundle2 part |
2016-12-01 |
Stanislau Hlebik |
|
Superseded |
[6,of,8,V2] bash_completion: remove restriction on bookmark completion |
2013-11-22 |
Sean Farley |
|
Superseded |
[6,of,8,v2] blackbox: avoid creating multiple file handles for a single log |
2016-02-08 |
timeless@mozdev.org |
|
Superseded |
[6,of,8,V2] color: pass 'ui' to 'win32print' |
2017-02-28 |
Pierre-Yves David |
martinvonz |
Accepted |
[6,of,8,V2] context: write dirstate out explicitly at the end of markcommitted |
2015-07-08 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,8,v2] convert: hg use absolute_import |
2016-03-02 |
timeless@mozdev.org |
|
Superseded |
[6,of,8,v2] copies: guard debug section with ui.debugflag |
2014-02-25 |
Mads Kiilerich |
|
Superseded |
[6,of,8,V2] diff: add a --noprefix option |
2014-11-13 |
Siddharth Agarwal |
|
Accepted |
[6,of,8,V2] extensions: optionally print hint on import failure |
2017-05-19 |
Yuya Nishihara |
|
Accepted |
[6,of,8,v2] fancyopts: rearrange takes-value if statement |
2016-08-30 |
Augie Fackler |
|
Changes Requested |
[6,of,8,V2] fileset: add revs(revs, fileset) to evaluate set in working directory |
2017-03-06 |
Pierre-Yves David |
|
Accepted |
[6,of,8,V2] getbundle: send highest changegroup format supported by both side |
2014-10-17 |
Pierre-Yves David |
|
Superseded |
[6,of,8,v2] help/config: change local_hostname help style |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
[6,of,8,V2] hgweb: link to diff with linerange in filelog template |
2017-02-25 |
Denis Laxalde |
|
Changes Requested |
[6,of,8,v2] hgweb: support rendering sub-topic indexes |
2016-01-01 |
Eric Sumner |
|
Accepted |
[6,of,8,V2] httppeer: assign Vary request header last |
2016-11-29 |
Gregory Szorc |
|
Accepted |
[6,of,8,v2] i18n: python3 handle ugettext + unicode |
2016-03-30 |
timeless@mozdev.org |
|
Accepted |
[6,of,8,v2] import-checker: ignore nested imports |
2013-11-17 |
Augie Fackler |
|
Accepted |
[6,of,8,v2] largefiles: only reset status fields where needed |
2014-09-23 |
Martin von Zweigbergk |
|
Changes Requested |
[6,of,8,V2] obsolete: delete three unused utility functions |
2017-06-28 |
Pierre-Yves David |
|
Accepted |
[6,of,8,V2] perf: omit copying from ui.ferr to ui.fout for Mercurial earlier than 1.9 |
2016-10-08 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,8,V2] perf: rely on repoview for perfbranchmapupdate |
2018-11-26 |
Boris Feld |
|
Accepted |
[6,of,8,V2] phase: generate a push-race detection part on push |
2017-10-16 |
Boris Feld |
|
Accepted |
[6,of,8,V2] templater: pass (context, mapping) down to unwrapvalue() |
2018-04-03 |
Yuya Nishihara |
|
Accepted |
[6,of,8,V2] test-obsolete-bundle-strip: test bundling in the fifth case |
2017-05-28 |
Pierre-Yves David |
|
Accepted |
[6,of,8,v2] tests: run docchecker in gendoc.t |
2016-01-12 |
timeless@mozdev.org |
|
Superseded |
[6,of,8,V2] util: don't use mutable default argument value |
2017-03-13 |
Gregory Szorc |
|
Accepted |
[6,of,8,V3] addremove: add support for the -S flag |
2014-12-12 |
Matt Harbison |
|
Accepted |
[6,of,8,V3] context: floor adjustlinkrev graph walk during copy tracing |
2018-10-03 |
Boris Feld |
|
New |
[6,of,8,v3] convert: hg use absolute_import |
2016-03-02 |
timeless@mozdev.org |
durin42 |
Accepted |
[6,of,8,v3] crecord: log blocked time waiting for curses input |
2017-02-10 |
Simon Farnsworth |
|
Changes Requested |
[6,of,8,V3] largefiles: remove unnecessary clearing of status fields |
2014-09-24 |
Martin von Zweigbergk |
|
Accepted |
[6,of,8,V3] revlog: add test case for _findsnapshots |
2018-12-28 |
Boris Feld |
|
Accepted |
[6,of,8,v4] convert: do not provide head revisions if we have no changests to import |
2016-12-14 |
David Soria Parra |
|
Superseded |
[6,of,8,v4] crecord: log blocked time waiting for curses input |
2017-02-13 |
Simon Farnsworth |
|
Changes Requested |
[6,of,8,V4] worker: make killworkers safe to be called multiple times |
2016-11-12 |
Jun Wu |
|
Changes Requested |
[6,of,8,v5] convert: do not provide head revisions if we have no changests to import |
2016-12-14 |
David Soria Parra |
|
Accepted |
[6,of,8,V5] exchange: add `pushbookmarks` part generator |
2016-09-16 |
Stanislau Hlebik |
|
Accepted |
[6,of,8,v5] sslutil: remove dead code (that failed if only TLS 1.0 is available) |
2020-06-01 |
Manuel Jacob |
|
New |
[6,of,8,V5] worker: make sure killworkers runs at most once |
2016-11-15 |
Jun Wu |
|
Rejected |
[6,of,8,V6] context: split `introrev` logic in a sub function |
2018-11-19 |
Boris Feld |
|
Accepted |
[6,of,8,V7] pull: use `bookmarks` bundle2 part |
2016-11-02 |
Stanislau Hlebik |
|
Superseded |
[6,of,8,v8] rebase: move core rebase logic to be a method of the RR class |
2016-07-01 |
Kostia Balytskyi |
yuya |
Accepted |
[6,of,8,zstd-revlogs] util: compression APIs to support revlog decompression |
2017-01-02 |
Gregory Szorc |
|
Accepted |
[6,of,8] bisect: factor commonly update sequence |
2016-10-09 |
Pierre-Yves David |
yuya |
Accepted |
[6,of,8] blackbox: extract function to test if log event is tracked |
2018-11-15 |
Yuya Nishihara |
|
Accepted |
[6,of,8] blackbox: store the blackbox ui object instead of the log file |
2016-02-24 |
timeless@mozdev.org |
|
Accepted |
[6,of,8] bookmarks: rely on exception for malformed lines |
2017-06-08 |
Pierre-Yves David |
|
Accepted |
[6,of,8] bundle2: add generic debug output regarding generated bundle |
2015-05-29 |
Pierre-Yves David |
|
Accepted |
[6,of,8] bundlerepo: fix raw handling in revision() |
2017-04-07 |
Jun Wu |
|
Accepted |
[6,of,8] caches: stop warming the cache after 'localrepo.commitctx' |
2017-05-02 |
Pierre-Yves David |
|
Accepted |
[6,of,8] cachevfs: migration the tags fnode cache to 'cachevfs' |
2017-07-16 |
Boris Feld |
|
Accepted |
[6,of,8] cat: replace match.bad() monkey patching with match.badmatch() |
2015-06-05 |
Matt Harbison |
|
Accepted |
[6,of,8] changegroup: give a way to includes header in getchunks |
2014-04-11 |
Pierre-Yves David |
|
Accepted |
[6,of,8] changegroup: introduce cg2packer/unpacker |
2014-10-17 |
Sune Foldager |
|
Superseded |
[6,of,8] changegroup: refactor getsubsetraw into getchangegroupchunks (API) |
2016-08-05 |
Gregory Szorc |
|
Accepted |
[6,of,8] changegroup: write root manifests and subdir manifests in a single loop |
2016-02-23 |
Martin von Zweigbergk |
|
Accepted |
[6,of,8] changeset_templater: backport separator template from formatter |
2017-06-20 |
Yuya Nishihara |
|
Accepted |
[6,of,8] chg: be stricter about checking invocation of `serve` command |
2020-03-26 |
Pulkit Goyal |
|
Accepted |
[6,of,8] chgserver: implement chgui._runpager |
2017-01-09 |
Jun Wu |
|
Accepted |
[6,of,8] commandserver: attach prompt default and choices to message |
2018-11-08 |
Yuya Nishihara |
|
Accepted |
[6,of,8] commandserver: expand log path for convenience |
2018-12-04 |
Yuya Nishihara |
|
Accepted |
[6,of,8] commit: propagate --addremove to subrepos if -S is specified (issue3759) |
2014-11-27 |
Matt Harbison |
|
Superseded |
[6,of,8] configitems: issue a devel warning when overriding default config |
2017-06-21 |
Pierre-Yves David |
|
Accepted |
[6,of,8] context: add private _dirstatestatus method |
2014-05-06 |
Sean Farley |
|
Accepted |
[6,of,8] contrib/perf: perfrevlog optimize for perf.stub |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[6,of,8] convert: avoid updating tags when there is nothing new |
2014-02-04 |
Sean Farley |
|
Accepted |
[6,of,8] convert: hg use absolute_import |
2016-03-02 |
timeless@mozdev.org |
|
Superseded |
[6,of,8] copies: refactor checkcopies() into a top level method |
2013-05-06 |
Durham Goode |
|
Superseded |
[6,of,8] copies: update _checkcopies to work in a rotated DAG (issue4028) |
2016-10-04 |
Gábor Stefanik |
|
Superseded |
[6,of,8] crecord: rewrite status line text (BC) |
2016-11-23 |
Jun Wu |
|
Accepted |
[6,of,8] dagop: change visit dict of filectxancestors() indexed solely by rev |
2017-12-06 |
Yuya Nishihara |
|
Accepted |
[6,of,8] debugcommands: move 'debugtemplate' in the new module |
2017-02-14 |
Pierre-Yves David |
|
Accepted |
[6,of,8] debugobsolete: explicitly display date in the output |
2014-08-16 |
Pierre-Yves David |
|
Accepted |
[6,of,8] demandimport: declare victory over PyPy |
2015-12-23 |
Bryan O'Sullivan |
yuya |
Changes Requested |
[6,of,8] devel: update blackbox to use default-date |
2017-05-22 |
Boris Feld |
|
Accepted |
[6,of,8] dirstate: create class for status lists |
2014-10-02 |
Martin von Zweigbergk |
|
Accepted |
[6,of,8] discovery: add a `iscomplete` method to the `partialdiscovery` object |
2018-12-31 |
Boris Feld |
|
Superseded |
[6,of,8] discovery: make note messages for new heads more readable |
2013-11-17 |
Mads Kiilerich |
|
Accepted |
[6,of,8] documentation: add an extra newline after note directive |
2013-11-05 |
Simon Heimberg |
|
Accepted |
[6,of,8] documentation: add an extra newline after note directive |
2013-11-02 |
Simon Heimberg |
|
Superseded |
[6,of,8] eol: fix update - don't use and apply removed .hgeol patterns |
2019-10-14 |
Mads Kiilerich |
|
Accepted |
[6,of,8] exchange: obtain compression engines from the registrar |
2016-11-11 |
Gregory Szorc |
|
Accepted |
[6,of,8] exthelper: reintroduce the ability to register filesets |
2018-12-28 |
Matt Harbison |
|
Accepted |
[6,of,8] fileset: add revs(revs, fileset) to evaluate set in working directory |
2017-03-03 |
Pierre-Yves David |
|
Superseded |
[6,of,8] formatter: inline gettemplater() |
2017-06-14 |
Yuya Nishihara |
|
Accepted |
[6,of,8] formatter: provide hint of referenced field names |
2018-06-14 |
Yuya Nishihara |
|
Accepted |
[6,of,8] help: internals topic for wire protocol |
2016-09-05 |
Yuya Nishihara |
|
Not Applicable |
[6,of,8] help: restore use of callable() since it was readded in Python 3.2 |
2014-06-24 |
Augie Fackler |
|
Accepted |
[6,of,8] hg: rewrite "copystore()" with vfs |
2013-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,8] hgweb: explicitly tests for None |
2017-03-16 |
Pierre-Yves David |
|
Accepted |
[6,of,8] hgweb: fix type of {nav} keyword when linerange filter is active |
2018-04-05 |
Yuya Nishihara |
|
Accepted |
[6,of,8] hgweb: move archivelist() of hgwebdir to webutil |
2018-04-10 |
Yuya Nishihara |
|
Accepted |
[6,of,8] hgweb: wrap {diffopts} of annotate by hybriddict() |
2018-05-21 |
Yuya Nishihara |
|
Accepted |
[6,of,8] hidden: drop the hidden cache logic |
2017-05-21 |
Pierre-Yves David |
|
Accepted |
[6,of,8] hidden: remove _consistencyblockers() |
2017-05-28 |
via Mercurial-devel |
|
Changes Requested |
[6,of,8] histedit-test: generalise --commands "_" usage |
2013-04-16 |
Pierre-Yves David |
durin42 |
Accepted |
[6,of,8] histedit: omit useless message from update (histeditaction) |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[6,of,8] i18n: python3 handle ugettext + unicode |
2016-03-29 |
timeless@mozdev.org |
|
Accepted |
[6,of,8] ignore: switch to a dynamic filecache |
2015-05-13 |
Durham Goode |
|
Changes Requested |
[6,of,8] import-checker: handle ast.parse SyntaxErrors |
2016-03-30 |
timeless@mozdev.org |
yuya |
Changes Requested |
[6,of,8] largefiles: divide "_lfautocommit='rebase'" scope into small ones |
2014-09-09 |
Katsunori FUJIWARA |
|
Changes Requested |
[6,of,8] largefiles: move initialization of standins variable to clarify its "scope" |
2014-10-15 |
Mads Kiilerich |
|
Accepted |
[6,of,8] largefiles: pass a matcher instead of a raw file list to removelargefiles() |
2014-12-23 |
Matt Harbison |
|
Superseded |
[6,of,8] largefiles: rename local variable appropriately |
2017-03-27 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,8] largefiles: update largefiles even if rebase is aborted by conflict |
2014-08-24 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,8] localrepo: use "vfs.readlink()" instead of "os.readlink()" |
2013-04-14 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,8] log: move log file walk to its own function |
2013-05-31 |
Durham Goode |
|
Superseded |
[6,of,8] manifest: add shallow option to treemanifestctx.readdelta and readfast |
2016-09-14 |
Durham Goode |
|
Superseded |
[6,of,8] manifest: add support for log-like template keywords and functions |
2018-07-03 |
Yuya Nishihara |
|
Accepted |
[6,of,8] match: avoid translating glob to matcher multiple times for large sets |
2018-11-21 |
Boris Feld |
|
Accepted |
[6,of,8] match: drop dir callback |
2013-05-03 |
Siddharth Agarwal |
|
Accepted |
[6,of,8] match: make _donormalize's auditor and warn arguments optional |
2019-04-08 |
Denis Laxalde |
|
Accepted |