[4,of,5] push: send highest changegroup format supported by both side |
2014-11-04 |
Pierre-Yves David |
|
Accepted |
[4,of,5] push: wrap local phase movement in a transaction |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[4,of,5] py3: byteify contrib/check-config.py |
2018-09-19 |
Matt Harbison |
|
Accepted |
[4,of,5] py3: byteify tests/pullext.py |
2018-12-18 |
Matt Harbison |
|
Accepted |
[4,of,5] py3: conditionalize SocketServer import |
2016-06-27 |
Pulkit Goyal |
|
Accepted |
[4,of,5] py3: fix formatting of lock error message |
2018-03-03 |
Yuya Nishihara |
|
Accepted |
[4,of,5] py3: journal: namedtuple takes unicode |
2016-10-09 |
Mateusz Kwapich |
|
Changes Requested |
[4,of,5] py3: make test-extdiff.t pass on Python 3 |
2018-02-17 |
Yuya Nishihara |
|
Accepted |
[4,of,5] py3: open patch file in binary mode and convert eol manually |
2018-03-10 |
Yuya Nishihara |
|
Accepted |
[4,of,5] py3: provide encoding.environ which is a dict of bytes |
2016-09-29 |
Yuya Nishihara |
|
Accepted |
[4,of,5] py3: replace bytes[n] with slicing in checkwinfilename() |
2017-09-27 |
Yuya Nishihara |
|
Accepted |
[4,of,5] py3: replace hard coded `python` with $PYTHON in check-gendoc |
2018-12-19 |
Matt Harbison |
|
Accepted |
[4,of,5] py3: stop subscripting socket.error |
2018-12-16 |
Matt Harbison |
|
New |
[4,of,5] py3: stop subscripting socket.error |
2018-12-10 |
Matt Harbison |
|
New |
[4,of,5] py3: stop subscripting socket.error |
2018-12-10 |
Matt Harbison |
|
Accepted |
[4,of,5] py3: use absolute_import in test-wireproto.py |
2016-04-10 |
timeless@mozdev.org |
yuya |
Accepted |
[4,of,5] rank: add test with golden values |
2022-01-31 |
via Mercurial-devel |
|
New |
[4,of,5] rebase: hook afterresolvedstates |
2015-12-24 |
timeless@mozdev.org |
|
Accepted |
[4,of,5] rebase: simplify documentation about heads |
2015-12-18 |
timeless@mozdev.org |
|
Accepted |
[4,of,5] rebase: use action variable to select things to do |
2018-08-15 |
Yuya Nishihara |
|
Accepted |
[4,of,5] record: add crecord's ui logic to core |
2015-03-12 |
Laurent Charignon |
|
Accepted |
[4,of,5] record: move scanpatch from record to patch |
2015-03-10 |
Laurent Charignon |
|
Superseded |
[4,of,5] record: omit meaningless 'qrefresh' suggestion at 'hg qrefresh -i' |
2015-07-14 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,5] registrar: add classes to wrap existing webcommand |
2018-08-22 |
Katsunori FUJIWARA |
|
New |
[4,of,5] registrar: add templatefunc to mark a function as template function (API) |
2016-03-29 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,5] remotenames: remove unneeded sorted() from revset implementation |
2018-10-05 |
Yuya Nishihara |
|
Accepted |
[4,of,5] revert: explode the action tuple in the for loop |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[4,of,5] revert: fix bug in revert --interactive |
2015-05-21 |
Laurent Charignon |
marmoute |
Accepted |
[4,of,5] revert: no backup for `dsadded` set |
2014-09-04 |
Pierre-Yves David |
|
Superseded |
[4,of,5] revert: remove code killed by the double status |
2014-08-15 |
Pierre-Yves David |
|
Accepted |
[4,of,5] revlog: always open revlogs for reading and appending |
2015-09-28 |
Gregory Szorc |
|
Accepted |
[4,of,5] revpair: drop useless conditional |
2014-03-21 |
Pierre-Yves David |
|
Accepted |
[4,of,5] revset-parentspec: call `getset` on a `fullreposet` |
2014-10-17 |
Pierre-Yves David |
|
Deferred |
[4,of,5] revset: also parse x^: as (x^): |
2016-08-08 |
Yuya Nishihara |
|
Accepted |
[4,of,5] revset: do not transform range* operators in parsed tree |
2017-01-13 |
Yuya Nishihara |
|
Accepted |
[4,of,5] revset: inline _getaliasarg() function |
2016-03-29 |
Yuya Nishihara |
|
Accepted |
[4,of,5] revset: make head() honor order of subset |
2016-06-24 |
via Mercurial-devel |
|
Accepted |
[4,of,5] revset: optimize 'or' operation of trivial revisions to a list |
2015-05-29 |
Yuya Nishihara |
|
Accepted |
[4,of,5] revset: optimize out reverse() according to ordering policy |
2016-05-30 |
Yuya Nishihara |
|
Superseded |
[4,of,5] revset: prefetch an attribute in _generatorset.__iter__ |
2014-09-19 |
Pierre-Yves David |
|
Accepted |
[4,of,5] revset: replace revset.extpredicate by registrar.revsetpredicate |
2016-01-05 |
Katsunori FUJIWARA |
yuya |
Changes Requested |
[4,of,5] revset: use decorator to mark a function as revset predicate |
2015-12-23 |
Katsunori FUJIWARA |
yuya |
Changes Requested |
[4,of,5] revset: use integer representation of wdir() in revset |
2015-07-09 |
Yuya Nishihara |
|
Accepted |
[4,of,5] revsetlang: match tree by helper function on optimize |
2017-08-31 |
Yuya Nishihara |
|
Accepted |
[4,of,5] revsetlang: use iterator to track current argument in formatspec() |
2018-01-07 |
Yuya Nishihara |
|
Accepted |
[4,of,5] run-tests: allow command output to start with "> " |
2013-08-26 |
Danek Duvall |
|
Changes Requested |
[4,of,5] run-tests: install hg after computing tests to run |
2017-06-06 |
Siddharth Agarwal |
|
Accepted |
[4,of,5] run-tests: output coverage to output dir |
2017-06-08 |
Siddharth Agarwal |
|
Accepted |
[4,of,5] run-tests: when building json, get time data in the same order as elsewhere |
2015-05-08 |
Pierre-Yves David |
|
Accepted |
[4,of,5] rust-cpython: keep Python<'a> token in PyRefMut |
2019-10-12 |
Yuya Nishihara |
|
Accepted |
[4,of,5] scmutil: check collision between tracked files and directory part of added one |
2013-11-11 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,5] setup: replace runhg() with an hgcommand helper class |
2017-06-26 |
Adam Simpkins |
|
Accepted |
[4,of,5] shelve: restore shelved dirstate explicitly after aborting transaction |
2015-10-07 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,5] shelve: use `shelf` |
2015-10-15 |
timeless@mozdev.org |
|
Deferred |
[4,of,5] show: also catch AmbiguousCommand |
2017-07-04 |
Gregory Szorc |
|
Accepted |
[4,of,5] show: make template option actually show up in help |
2017-04-10 |
Ryan McElroy |
|
Accepted |
[4,of,5] simplemerge: use contexts to read file data from, if passed |
1970-01-01 |
Phillip Cohen |
|
Superseded |
[4,of,5] smartset: micro optimize baseset.slice() to use slice of list |
2017-06-13 |
Yuya Nishihara |
|
Accepted |
[4,of,5] spartan: make actual changeset entries have backgrounds on /graph |
2018-01-05 |
Anton Shestakov |
|
Accepted |
[4,of,5] sshserver: flush stream after command dispatch |
2019-09-08 |
Pierre-Yves David |
|
Accepted |
[4,of,5] sslutil: don't set minimum TLS version to 1.0 if 1.2 but not 1.1 is available |
2020-05-31 |
Manuel Jacob |
|
New |
[4,of,5] sslutil: more robustly detect protocol support |
2016-07-17 |
Gregory Szorc |
|
Accepted |
[4,of,5] sslutil: require a server hostname when wrapping sockets (API) |
2016-04-10 |
Gregory Szorc |
|
Accepted |
[4,of,5] statfs: rename pygetfstype to getfstype |
2017-03-25 |
Yuya Nishihara |
|
Accepted |
[4,of,5] statichttp: use 'repo.vfs' as the main attribute |
2017-03-02 |
Pierre-Yves David |
|
Accepted |
[4,of,5] status: rename {copy} to {source} for compatibility with {file_copies} (BC) |
2018-08-30 |
Yuya Nishihara |
|
New |
[4,of,5] summary: add other/local markers for merges [RFC] |
2016-03-22 |
timeless@mozdev.org |
|
Superseded |
[4,of,5] summary: indicate if a rebase is underway |
2013-05-14 |
Bryan O'Sullivan |
|
Accepted |
[4,of,5] summary: move mergemod before parents to give access to ms |
2016-03-17 |
timeless@mozdev.org |
|
Superseded |
[4,of,5] tag: only checknewlabel for new tags |
2016-01-10 |
timeless@mozdev.org |
|
Accepted |
[4,of,5] tags: write a separate tags cache file for unfiltered repos |
2015-04-16 |
Gregory Szorc |
|
Superseded |
[4,of,5] template: add tests for more complex cases |
2017-07-05 |
Boris Feld |
|
Accepted |
[4,of,5] templatefilters: inline hbisect.shortlabel() |
2018-03-10 |
Yuya Nishihara |
|
Accepted |
[4,of,5] templatekw: have showlist() take mapping dict with no **kwargs expansion (API) |
2017-04-14 |
Yuya Nishihara |
krbullock |
Accepted |
[4,of,5] templatekw: port implementation of showparents() from changeset_templater |
2015-10-01 |
Yuya Nishihara |
|
Accepted |
[4,of,5] templater: add function to parse whole string as template expression |
2016-04-14 |
Yuya Nishihara |
|
Accepted |
[4,of,5] templater: add support for keyword arguments |
2017-04-08 |
Yuya Nishihara |
|
Superseded |
[4,of,5] templater: drop strtoken argument from compiletemplate() |
2015-06-16 |
Yuya Nishihara |
|
Accepted |
[4,of,5] templater: introduce {latesttag()} function to match a pattern (issue4184) |
2015-10-04 |
Matt Harbison |
|
Superseded |
[4,of,5] templater: make pad() compute actual width |
2017-03-18 |
Yuya Nishihara |
|
Accepted |
[4,of,5] templater: move hybrid class and functions to templateutil module |
2018-03-09 |
Yuya Nishihara |
|
Accepted |
[4,of,5] templater: move verbosity-to-template matcher to constructor |
2015-08-25 |
Matt Mackall |
|
Accepted |
[4,of,5] templater: port localdate filter to a function |
2015-09-01 |
Yuya Nishihara |
|
Accepted |
[4,of,5] templater: promote getmember() to an interface of wrapped types |
2018-06-05 |
Yuya Nishihara |
|
Accepted |
[4,of,5] templater: use named function to named template against mapping dict (API) |
2018-03-18 |
Yuya Nishihara |
|
Accepted |
[4,of,5] templates-default: do not show description or summary if empty |
2015-04-07 |
Yuya Nishihara |
|
Accepted |
[4,of,5] templates: add a default template style for status |
2015-06-10 |
Matt Mackall |
|
Accepted |
[4,of,5] test-blackbox: add missing glob for Windows |
2016-04-12 |
Matt Harbison |
|
Accepted |
[4,of,5] test-bundle2: add bookmark movement to the push test |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[4,of,5] test-context: conditionalize the workingfilectx date printing for Windows |
2015-11-20 |
Matt Harbison |
|
Accepted |
[4,of,5] test-extdiff: enable a previously failing test on Windows |
2017-05-07 |
Matt Harbison |
|
Accepted |
[4,of,5] test-histedit: reorder phases test and prepare for more |
2013-01-16 |
Pierre-Yves David |
|
Accepted |
[4,of,5] test-merge-prompt.t: add tests for linear updates + change/delete conflicts |
2015-11-02 |
Siddharth Agarwal |
|
Accepted |
[4,of,5] test-merge-remove.t: unset HGMERGE |
2015-11-12 |
Siddharth Agarwal |
durin42 |
Changes Requested |
[4,of,5] test-obsolete-bundle-strip: add a complex split and fold case |
2017-05-26 |
Pierre-Yves David |
|
Accepted |
[4,of,5] test-resolve: add tests for re-merge |
2014-10-10 |
Martin von Zweigbergk |
|
Accepted |
[4,of,5] test-revert: reverting an addition is the same as removing |
2014-11-02 |
Martin von Zweigbergk |
|
Accepted |
[4,of,5] test-simple-update: add test for -d DATE option |
2020-09-13 |
Yuya Nishihara |
|
Accepted |
[4,of,5] test-status-rev: use common script for generating file history |
2014-11-05 |
Martin von Zweigbergk |
|
Accepted |
[4,of,5] tests: add a substitution for ECONNRESET/WSAECONNRESET messages |
2017-12-03 |
Matt Harbison |
|
Accepted |
[4,of,5] tests: consolidate update from obsolete changeset logic |
2013-11-27 |
Sean Farley |
|
Superseded |
[4,of,5] tests: extract test-template-keywords.t from test-command-template.t |
2018-06-22 |
Yuya Nishihara |
|
Accepted |
[4,of,5] tests: fix missing (glob) annotations in test-push-http.t |
2017-04-03 |
Augie Fackler |
|
Accepted |
[4,of,5] tests: make 'f' utility import hashlib unconditionally |
2016-05-24 |
Yuya Nishihara |
|
Accepted |
[4,of,5] tests: make subprocess handling reusable for different tests in test-stdio.py |
2020-07-10 |
Manuel Jacob |
|
Accepted |
[4,of,5] tests: quote variable passed to shell test command |
2018-04-08 |
Yuya Nishihara |
|
Accepted |
[4,of,5] tests: remove support for warned tests |
2017-06-20 |
Gregory Szorc |
|
Accepted |
[4,of,5] tests: test case where default ca certs not available |
2016-06-30 |
Gregory Szorc |
|
Accepted |
[4,of,5] tests: test-archive.t use sys.stdout.buffer for binary output in py3 |
2016-05-11 |
timeless |
yuya |
Accepted |
[4,of,5] tests: try to import modules with Python 3 |
2016-03-12 |
Gregory Szorc |
|
Superseded |
[4,of,5] tests: update globs for Windows |
2017-01-08 |
Matt Harbison |
|
Accepted |
[4,of,5] tests: use absolute_import in test-status-inprocess.py |
2016-04-04 |
roby roby |
|
Accepted |
[4,of,5] tests: use NO_CHECK_EOF as heredoc limit mark to omit checking code fragments |
2018-10-08 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,5] tests: use NO_CHECK_EOF for fragments used to test importing via extension |
2018-10-12 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,5] topoiter: support for non-contiguous revset |
2014-11-18 |
Pierre-Yves David |
|
Superseded |
[4,of,5] transaction: allow to register finalization callback |
2014-11-02 |
Pierre-Yves David |
|
Accepted |
[4,of,5] transaction: handle backup of a missing file in `backupentries` |
2014-10-18 |
Pierre-Yves David |
|
Deferred |
[4,of,5] transaction: support cache file in backupentries |
2014-11-13 |
Pierre-Yves David |
|
Accepted |
[4,of,5] transaction: use ProgrammingError |
2017-03-27 |
Jun Wu |
|
Accepted |
[4,of,5] transplant: use "ui.promptchoice()" for interactive transplant |
2013-11-18 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,5] trydiff: replace 'dodiff = False' by 'continue' |
2015-01-07 |
Martin von Zweigbergk |
|
Accepted |
[4,of,5] trydiff: use 'not in addedset' for symmetry with 'not in removedset' |
2014-12-24 |
Martin von Zweigbergk |
|
Accepted |
[4,of,5] ui: log time spent blocked on the user |
2017-01-19 |
Simon Farnsworth |
|
Deferred |
[4,of,5] ui: remove labeled argument from popbuffer |
2015-11-24 |
Gregory Szorc |
|
Accepted |
[4,of,5] unionrepo: avoid unnecessary node -> rev conversion |
2017-03-29 |
Jun Wu |
|
Accepted |
[4,of,5] update: fix typo/stale comment to match code |
2017-02-10 |
via Mercurial-devel |
smf |
Accepted |
[4,of,5] util: add helper to convert between LF and native EOL |
2017-03-29 |
Yuya Nishihara |
|
Accepted |
[4,of,5] util: allow to specify buffer size in popen4 |
2015-05-20 |
Pierre-Yves David |
|
Accepted |
[4,of,5] util: capitalize Python in MBTextWrapper._wrap_chunks comment |
2015-09-09 |
timeless@mozdev.org |
|
Accepted |
[4,of,5] util: drop util.Abort in favor of error.Abort (API) |
2018-03-24 |
Yuya Nishihara |
|
Accepted |
[4,of,5] version: factor out mapping of internal/external labels |
2016-08-22 |
Yuya Nishihara |
|
Accepted |
[4,of,5] vfs: make rename avoid ambiguity of file stat if needed |
2016-05-18 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,5] wireproto: rename argument to groupchunks() |
2016-09-25 |
Gregory Szorc |
|
Accepted |
[4,of,5] _spanset: drop __getitem__ implementation |
2014-10-15 |
Pierre-Yves David |
|
Accepted |
[4,of,6,"V2] debugdiscovery: drop duplicated information |
2019-03-27 |
Pierre-Yves David |
|
Accepted |
[4,of,6,"] debugdiscovery: drop duplicated information |
2019-03-26 |
Pierre-Yves David |
|
Superseded |
[4,of,6,"] perf: more flexible implementation for checking stop conditions |
2019-03-25 |
Pierre-Yves David |
|
Accepted |
[4,of,6,bid,merge,v2] merge: keep track of all ancestors in update, select one in calculateupdates |
2014-04-07 |
Mads Kiilerich |
|
Accepted |
[4,of,6,censor,RFC] revlog: _addrevision creates full-replace deltas based on censored revisions |
2015-01-23 |
adgar@google.com |
|
Superseded |
[4,of,6,cg3,v3] changegroup: clean up file lookup function |
2015-12-04 |
Augie Fackler |
|
Accepted |
[4,of,6,chg-test] run-tests: allow to specify executable of any name by --with-hg |
2016-02-12 |
Yuya Nishihara |
|
Accepted |
[4,of,6,clone,bundles] exchange: record that we attempted to fetch a clone bundle |
2015-10-14 |
Gregory Szorc |
|
Accepted |
[4,of,6,convert] Parse perforce changes when needed, not in the constructor |
2016-12-07 |
David Soria Parra |
|
Superseded |
[4,of,6,convert] Parse perforce changes when needed, not in the constructor |
2016-12-07 |
David Soria Parra |
|
Superseded |
[4,of,6,cpychecker] parsers: drop spurious check of readlen value |
2015-08-18 |
Augie Fackler |
|
Accepted |
[4,of,6,ctx-minor-fixes] memctx: simplify _manifest with new revlog nodeids |
2018-09-19 |
Sean Farley |
|
Accepted |
[4,of,6,events,v3] exchange: add pushafterdiscovery event |
2014-09-28 |
Gregory Szorc |
|
Changes Requested |
[4,of,6,EVOLVE,V2] fold: overhaul handling of revisions with --rev (BC) |
2014-07-04 |
Jordi Gutiérrez Hermoso |
|
Not Applicable |
[4,of,6,evolve-ext,for-the-record] inhibit: ensure no visible changesets are obsolete after an update |
2015-04-01 |
Pierre-Yves David |
|
Accepted |
[4,of,6,evolve-ext-V2] evolve: make uncommit respect allowunsable |
2015-06-04 |
Laurent Charignon |
|
Changes Requested |
[4,of,6,faster-obsmarkers,v2] parsers: add fm1readmarker |
2015-02-03 |
Augie Fackler |
|
Accepted |
[4,of,6,foldmap-in-C,V2] cygwin: define normcase spec and fallback |
2015-04-02 |
Siddharth Agarwal |
|
Accepted |
[4,of,6,foldmap-in-C] cygwin: define normcase ASCII spec and fallback |
2015-04-02 |
Siddharth Agarwal |
|
Rejected |
[4,of,6,foldmap-in-C] util.h: define an enum for normcase specs |
2015-04-03 |
Siddharth Agarwal |
|
Accepted |
[4,of,6,for-clowncopter] trydiff: remove dead branch in diffline() |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[4,of,6,frozen-repos] localrepo: ability to obtain a read-only snapshot of a repo |
2015-11-22 |
Gregory Szorc |
marmoute |
Deferred |
[4,of,6,import-refactor,V2] setup: refactor handling of modules with C/Python implementations |
2015-11-25 |
Gregory Szorc |
yuya |
Superseded |
[4,of,6,import-refactor,V3] mercurial: be more strict about loading dual implemented modules |
2015-12-04 |
Gregory Szorc |
yuya |
Accepted |
[4,of,6,json-style] templater: introduce jsonengine |
2014-12-31 |
Gregory Szorc |
|
Changes Requested |
[4,of,6,lazymanifest-errors] lazymanifest: add missing closing parenthesis in comment |
2015-12-31 |
Augie Fackler |
|
Accepted |
[4,of,6,main-line-of-works,(22,more,patches,to,go)] ] bundle2: add generic debug output regarding processed part payload |
2015-05-28 |
Pierre-Yves David |
|
Accepted |
[4,of,6,mergedriver] filemerge: in ':prompt', use ':fail' tool rather than returning directly |
2015-11-24 |
Siddharth Agarwal |
martinvonz |
Accepted |
[4,of,6,mergedriver] filemerge: move 'merging' output to before file creation |
2015-10-08 |
Siddharth Agarwal |
|
Accepted |
[4,of,6,mergedriver] hook: for python hooks, also return whether an exception was raised |
2015-10-14 |
Siddharth Agarwal |
marmoute |
Accepted |
[4,of,6,mergedriver] merge.mergestate._resolve: also return completed status |
2015-10-12 |
Siddharth Agarwal |
|
Accepted |
[4,of,6,mergedriver] strip: switch to mergestate.fresh() |
2015-11-17 |
Siddharth Agarwal |
|
Changes Requested |
[4,of,6,misc] dirstate: inline local finish function |
2014-04-13 |
Mads Kiilerich |
|
Accepted |
[4,of,6,misc] mq: repo['.'] is not a wctx, repo[None] is |
2014-04-07 |
Mads Kiilerich |
|
Accepted |
[4,of,6,packaging] builddeb: new script for building a deb package |
2015-05-08 |
Augie Fackler |
|
Accepted |
[4,of,6,path,intent] commands: define intent for incoming |
2014-09-29 |
Gregory Szorc |
|
Changes Requested |
[4,of,6,py3,progress,v2] match: use ctx.getfileset() instead of fileset.getfileset() |
2014-02-04 |
Augie Fackler |
|
Accepted |
[4,of,6,py3,v2] py3: add a test that proves %include and missing-extension code works |
2017-03-08 |
Augie Fackler |
|
Superseded |
[4,of,6,py3,v2] revsetlang: add docstring with some tests to _quote |
2017-03-23 |
Augie Fackler |
|
Accepted |
[4,of,6,py3,v4] config: guard against setconfig specifying unicode values on py3 |
2017-03-11 |
Augie Fackler |
|
Accepted |
[4,of,6,py3] diff: use pycompat.{byteskwargs, strkwargs} to switch opts b/w bytes and str |
2017-03-26 |
Pulkit Goyal |
|
Accepted |
[4,of,6,py3] dirstate: use iter.__next__ instead of iter.next |
2017-03-16 |
Pulkit Goyal |
|
Changes Requested |
[4,of,6,py3] dispatch: allow testedwith to be bytes or str |
2017-03-06 |
Augie Fackler |
|
Accepted |
[4,of,6,py3] py3: add a test that proves %include and missing-extension code works |
2017-03-07 |
Augie Fackler |
|
Superseded |
[4,of,6,py3] py3: use bytes os.sep in doctest of pathutil.py |
2017-09-17 |
Yuya Nishihara |
|
Accepted |
[4,of,6,py3] ui: fix opts labeling on ui.warn et al for Python 3 |
2017-03-03 |
Augie Fackler |
|
Accepted |
[4,of,6,remotenames-ext] push: do not over-check for svn/git push targets |
2018-02-19 |
Ryan McElroy |
|
New |
[4,of,6,remotenames-ext] tests: write to local hgrc |
2017-01-30 |
Stanislau Hlebik |
|
Accepted |
[4,of,6,resend] import-checker: show stdlib and relative imports separately |
2014-02-05 |
Mads Kiilerich |
|
Accepted |
[4,of,6,resolve-ux] resolve: abort when not applicable |
2014-05-02 |
Gregory Szorc |
|
Superseded |
[4,of,6,RFC] color: add an array of default labels |
2012-12-24 |
Sean Farley |
|
Superseded |
[4,of,6,RFC] compat: module to handle different ui.compat settings |
2017-03-12 |
David Soria Parra |
|
Superseded |
[4,of,6,RFC] destutil: use cached branch information instead of query for efficiency |
2016-02-24 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,RFC] hgweb: allow specifying report_untrusted as reportuntrusted |
2013-08-02 |
Augie Fackler |
|
Deferred |
[4,of,6,RFC] localrepo: move repoview to immutable class |
2017-06-09 |
Gregory Szorc |
|
Deferred |
[4,of,6,RFC] localrepo: remove sopener as an alias for localrepo.svfs |
2015-01-11 |
Angel Ezquerra |
|
Changes Requested |
[4,of,6,RFC] lock: add multilock class |
2014-12-24 |
Angel Ezquerra |
|
Superseded |
[4,of,6,RFC] manifest: replace manifestlog repo arg with manifestaccessor |
2016-11-03 |
Durham Goode |
|
Changes Requested |
[4,of,6,RFC] perf: define command annotation locally if Mercurial is earlier than 3.1 |
2016-06-10 |
Katsunori FUJIWARA |
|
Changes Requested |
[4,of,6,RFC] radixlink: add pure C implementation for radixlink read operation |
2017-05-22 |
Jun Wu |
|
Changes Requested |
[4,of,6,sethelp,v2] test-revset: add tests for missing function output |
2015-03-06 |
Augie Fackler |
|
Accepted |
[4,of,6,STABLE,V2] bdiff: deal better with duplicate lines |
2016-04-25 |
Matt Mackall |
|
Accepted |
[4,of,6,STABLE,V2] ubuntu-trusty-ppa: add makefile rule |
2016-04-27 |
Sean Farley |
|
Superseded |
[4,of,6,STABLE,V3] ubuntu-trusty-ppa: add makefile rule |
2016-04-29 |
Sean Farley |
|
Accepted |
[4,of,6,STABLE] bdiff: fix latent normalization bug |
2016-04-23 |
Matt Mackall |
|
Superseded |
[4,of,6,STABLE] builddeb: ignore errors about find not finding files |
2016-04-18 |
Sean Farley |
|
Superseded |
[4,of,6,stable] contrib: don't mention obsolete graphlog extension in mercurial.ini |
2013-11-23 |
Martin Geisler |
|
Accepted |
[4,of,6,stable] convert: convert URLs to UTF-8 for Subversion |
2020-06-30 |
Manuel Jacob |
|
Accepted |
[4,of,6,STABLE] doc: use field rst syntax to show keywords in debugdeltachain help correctly |
2016-07-31 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,STABLE] help: apply bulk fixes for indentation and literal blocking issues |
2017-04-30 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,STABLE] keyword: suppress keyword expansion while 'hg backout' for internal merge |
2014-06-05 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,stable] largefiles: in overridelog, use non-lf matcher for patch generation (issue4334) |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
[4,of,6,stable] mq: don't lose whitespace changes with [diff] ignorews=True |
2017-06-17 |
Mads Kiilerich |
|
Changes Requested |
[4,of,6,STABLE] tests: demonstrate that .hgsubstate isn't updated on amend |
2017-11-08 |
Yuya Nishihara |
|
Accepted |
[4,of,6,STABLE] tests: test that abbreviated command alias is also paged |
2017-04-25 |
Gregory Szorc |
|
Deferred |
[4,of,6,standalone-strip-long-version] strip: move the strip helper function for mq to strip |
2013-09-26 |
Pierre-Yves David |
|
Accepted |
[4,of,6,topic-experiment] tests: add test to show topics working with shelve |
2017-06-28 |
Pulkit Goyal |
|
Accepted |
[4,of,6,v2,convert] Parse perforce changes when needed, not in the constructor |
2016-12-07 |
David Soria Parra |
|
Superseded |
[4,of,6,V2,RFC] lock: add multilock class |
2014-12-26 |
Angel Ezquerra |
|
Changes Requested |
[4,of,6,V2] blackbox: log incoming changes via ui.log() |
2013-02-12 |
Durham Goode |
|
Accepted |
[4,of,6,v2] bmstore: close file in a finally block in _writerepo |
2015-12-02 |
Augie Fackler |
|
Accepted |
[4,of,6,V2] cat: migrate to the fileprefetch callback mechanism |
2018-02-12 |
Matt Harbison |
|
Superseded |
[4,of,6,V2] check-code: explain what to do when a check-code rule mismatches |
2014-01-09 |
Simon Heimberg |
|
Accepted |
[4,of,6,V2] context: add workingcommitctx for exact context to be committed |
2014-12-31 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,v2] convert: refactor subversion getchanges and caching |
2014-08-26 |
Mads Kiilerich |
|
Accepted |
[4,of,6,v2] crecord: log blocked time waiting for curses input |
2017-02-09 |
Simon Farnsworth |
|
Changes Requested |
[4,of,6,V2] debugcommands: move 'debuglocks' in the new module |
2017-02-14 |
Pierre-Yves David |
martinvonz |
Accepted |
[4,of,6,V2] dirstate: make functions for backup aware of transaction activity |
2015-10-13 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,V2] filemerge: allow the formating of three labels instead of two |
2014-08-05 |
Pierre-Yves David |
|
Accepted |
[4,of,6,V2] fsmonitor: avoid needless instantiation of dirstate |
2017-07-10 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,V2] hg: update util.writefile method to use write with vfs in share |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[4,of,6,V2] hgweb: pass ui into preparehttpserver |
2016-07-13 |
Gregory Szorc |
|
Accepted |
[4,of,6,V2] hidden: drop the hidden cache logic |
2017-05-23 |
Pierre-Yves David |
|
Changes Requested |
[4,of,6,V2] histedit: use _getsummary in torule |
2016-06-30 |
Sean Farley |
yuya |
Accepted |
[4,of,6,V2] import: change "editform" to distinguish merge commits from other (--bypass) |
2014-08-16 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,V2] match: extract function that group regexps |
2018-11-22 |
Boris Feld |
|
Superseded |
[4,of,6,V2] merge: include obsolete calculation for branchtips |
2014-01-12 |
Sean Farley |
|
Superseded |
[4,of,6,V2] merge: let _forgetremoved() work on the file->action dict |
2014-12-22 |
Martin von Zweigbergk |
|
Accepted |
[4,of,6,V2] mpatch: add version to help detect breaking binary changes |
2017-05-19 |
Jun Wu |
|
Accepted |
[4,of,6,V2] obsolete: add revset and test for divergent changesets |
2012-12-13 |
Pierre-Yves David |
|
Accepted |
[4,of,6,V2] obsstore: disable garbage collection during initialisation (issue4456) |
2014-12-04 |
Pierre-Yves David |
|
Accepted |
[4,of,6,V2] obsstore: pass a repository object for initialisation |
2017-05-20 |
Pierre-Yves David |
|
Deferred |
[4,of,6,V2] paper: call ajaxScrollInit in shortlog |
2013-08-17 |
Alexander Plavin |
|
Superseded |
[4,of,6,v2] parsers: ensure correct return type for inline_scan |
2014-09-09 |
Henrik Stuart |
|
Accepted |
[4,of,6,v2] patch: add hgpatch to data for # HG changset patches |
2015-12-31 |
timeless@mozdev.org |
yuya |
Changes Requested |
[4,of,6,V2] perf: avoid using formatteropts for Mercurial earlier than 3.2 |
2016-07-04 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,v2] procutil: make stdout line-buffered on Windows if connected to TTY |
2020-07-06 |
Manuel Jacob |
|
Accepted |
[4,of,6,V2] py3: implement __bytes__ for committablectx |
2017-06-02 |
Pulkit Goyal |
|
Accepted |
[4,of,6,V2] rebase: remove "if True" |
2017-07-08 |
Jun Wu |
|
Accepted |
[4,of,6,V2] revsbetween: add a C implementation |
2015-08-07 |
Laurent Charignon |
|
Superseded |
[4,of,6,V2] revset: add helper function to get functions used in a revset parse tree |
2013-08-16 |
Alexander Plavin |
|
Superseded |
[4,of,6,V2] revset: introduce "_parsealiasdecl" to parse alias declarations strictly |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,v2] run-tests: add support for using 127.0.0.1 as a glob |
2016-07-12 |
Augie Fackler |
|
Accepted |
[4,of,6,V2] run-tests: rename "pure" variable to setup_opts |
2020-03-08 |
Pierre-Yves David |
|
Accepted |
[4,of,6,V2] rust: hooking into Python code |
2018-10-09 |
Georges Racinet |
|
Superseded |
[4,of,6,V2] scmutil.addremove: pull ui.status printing out of the loop |
2013-04-02 |
Siddharth Agarwal |
|
Accepted |
[4,of,6,V2] similar: do not look up and create filectx more than once |
2017-03-23 |
Yuya Nishihara |
|
Accepted |
[4,of,6,V2] subrepo: implement "storeclean" method for mercurial subrepos |
2013-03-09 |
Angel Ezquerra |
|
Accepted |
[4,of,6,V2] templatekw: introduce showlatesttags() to handle {latesttag} keywords |
2015-10-06 |
Matt Harbison |
|
Accepted |
[4,of,6,V2] templates: shorten definition of changeset labels in command-line style |
2017-03-28 |
Denis Laxalde |
|
Accepted |
[4,of,6,V2] test-pattern: register the current the bundle2 capabilities string |
2017-11-13 |
Boris Feld |
|
Accepted |
[4,of,6,V2] tests: convert a test extension to use exthelper |
2018-12-23 |
Matt Harbison |
|
Accepted |
[4,of,6,V2] tests: make chunk header of external diff glob-ed for portability |
2016-02-08 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,V2] tests: use absolute_import in test-filecache.py |
2016-04-03 |
roby roby |
|
Accepted |
[4,of,6,V2] tests: use absolute_import in test-hgweb-auth.py |
2016-04-03 |
roby roby |
|
Accepted |
[4,of,6,V2] tests: use absolute_import in test-parseindex2.py |
2016-04-04 |
roby roby |
|
Accepted |
[4,of,6,V2] transaction: omit rollbacking a file if filename of it is dropped from map |
2015-12-16 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,6,V2] ui: add ui.statuscopies to progressive mode |
2015-04-07 |
Mathias De Maré |
|
Changes Requested |
[4,of,6,v2] ui: log time spent blocked on the user |
2017-02-02 |
Simon Farnsworth |
|
Accepted |
[4,of,6,V2] unbundle20: allow registering handlers for stream level parameters |
2015-09-25 |
Pierre-Yves David |
|
Accepted |
[4,of,6,V2] update: clarify that -C and -c are mutually exclusive |
2017-02-14 |
via Mercurial-devel |
|
Accepted |
[4,of,6,V2] vfs: copy if EPERM to avoid file stat ambiguity forcibly at closing |
2017-07-04 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,V3] branchmap: use a different file name for filtered view of repo |
2013-01-01 |
Pierre-Yves David |
|
Accepted |
[4,of,6,V3] cat: migrate to the fileprefetch callback mechanism |
2018-02-13 |
Matt Harbison |
|
Accepted |
[4,of,6,v3] convert: Parse perforce changes when needed, not in the constructor |
2016-12-07 |
David Soria Parra |
|
Superseded |
[4,of,6,v3] hghave: replace has_svn13/has_svn15 with checkvers |
2016-04-04 |
timeless@mozdev.org |
|
Accepted |
[4,of,6,V3] hidden: drop the hidden cache logic |
2017-05-26 |
Pierre-Yves David |
|
Accepted |
[4,of,6,V3] map-cmdline.bisect: rewrite to just %include the default template |
2015-05-10 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[4,of,6,V3] match: extract function that group regexps |
2018-11-23 |
Boris Feld |
|
Accepted |
[4,of,6,V3] merge: consider successor changesets for a bare update |
2014-01-16 |
Sean Farley |
|
Superseded |
[4,of,6,V3] revsbetween: add a C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[4,of,6,V3] revsbetween: add a C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[4,of,6,V3] revset: add helper function to get functions used in a revset parse tree |
2013-08-22 |
Alexander Plavin |
|
Superseded |
[4,of,6,V3] revset: add option to make inner range follow ordering of input set |
2016-06-17 |
Yuya Nishihara |
martinvonz |
Superseded |
[4,of,6,v3] run-tests: rename "pure" variable to setup_opts |
2020-03-09 |
Pierre-Yves David |
|
Accepted |
[4,of,6,V3] rust-cpython: keep Python<'a> token in PyRefMut |
2019-10-17 |
Yuya Nishihara |
|
New |
[4,of,6,v3] tests: enforce use of $PYTHON in tests |
2017-06-20 |
Augie Fackler |
|
Accepted |
[4,of,6,V3] tests: use print_function in test-bdiff.py |
2016-04-03 |
roby roby |
|
Accepted |
[4,of,6,V3] treemanifest: make diff() faster |
2015-03-19 |
Martin von Zweigbergk |
|
Accepted |
[4,of,6,V3] util.system: use ui.system() in place of optional ui.fout parameter |
2014-11-12 |
Yuya Nishihara |
|
Accepted |
[4,of,6,v4] debuginstall: expose modulepolicy |
2016-05-18 |
Yuya Nishihara |
|
Superseded |
[4,of,6,V4] merge: consider successor changesets for a bare update |
2014-01-17 |
Sean Farley |
|
Accepted |
[4,of,6,V4] revsbetween: add a C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[4,of,6,V5] graft: customize graft conflict markers (BC) |
2014-05-16 |
Durham Goode |
|
Accepted |
[4,of,6,V5] manifest: add shallow option to treemanifestctx.readdelta and readfast |
2016-11-03 |
Durham Goode |
|
Accepted |
[4,of,6,V5] reachableroots: add a C implementation |
2015-08-07 |
Pierre-Yves David |
|
Accepted |
[4,of,6,V5] templates: display evolution "troubles" in command line style |
2017-01-06 |
Denis Laxalde |
|
Accepted |
[4,of,6,v6,lazy-manifest] manifest: use custom C implementation of lazymanifest |
2015-03-07 |
Augie Fackler |
|
Accepted |
[4,of,6,V6] sslutil: support defining cipher list |
2016-07-16 |
Gregory Szorc |
|
Changes Requested |
[4,of,6,V7] dirstate: add test for non-normal set consistency |
2015-12-23 |
Laurent Charignon |
|
Accepted |
[4,of,6,v7] rebase: move local variables related to keeping things unchanged to the RR |
2016-06-21 |
Kostia Balytskyi |
yuya |
Accepted |
[4,of,6,zstd-wireproto,V3] wireproto: advertise supported media types and compression formats |
2016-12-24 |
Gregory Szorc |
|
Accepted |
[4,of,6] ancestor: optimize _lazyancestorsiter() for contiguous chains |
2018-09-11 |
Yuya Nishihara |
|
Accepted |
[4,of,6] annotate: mention that -n is suppressed in help |
2015-12-17 |
timeless@mozdev.org |
|
Superseded |
[4,of,6] backout: accept '--edit' like other commands creating new changeset |
2014-05-31 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6] bdiff: include util.h |
2016-10-13 |
Gregory Szorc |
|
Accepted |
[4,of,6] blackbox: log incoming changes via ui.log() |
2013-02-10 |
Durham Goode |
|
Superseded |
[4,of,6] blackbox: minor code reordering |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[4,of,6] blackbox: minor code reordering |
2017-06-22 |
Pierre-Yves David |
|
Changes Requested |
[4,of,6] bmstore: close file in a finally block in _writerepo |
2015-12-02 |
Augie Fackler |
|
Superseded |
[4,of,6] branches: merge white space to format string |
2014-10-02 |
Yuya Nishihara |
|
Superseded |
[4,of,6] branchmap: use revbranchcache when updating branch map |
2014-12-14 |
Mads Kiilerich |
|
Superseded |
[4,of,6] bundle2: introduce a `parthandler` decorator |
2014-04-01 |
Pierre-Yves David |
|
Accepted |
[4,of,6] bundle2: portably grab first byte of part name for letter check |
2017-09-19 |
Augie Fackler |
|
Accepted |
[4,of,6] bundle: introduce an higher level function to write bundle on disk |
2017-05-06 |
Pierre-Yves David |
|
Accepted |
[4,of,6] byteify-strings: broaden handling of attr* functions |
2019-08-02 |
Raphaël Gomès |
|
Accepted |
[4,of,6] cat: migrate to the fileprefetch callback mechanism |
2018-02-11 |
Matt Harbison |
|
Superseded |
[4,of,6] cat: stop using makefileobj() |
2017-05-30 |
Yuya Nishihara |
|
Accepted |
[4,of,6] cext: modernize charencode.c to use Py_ssize_t |
2017-08-08 |
Yuya Nishihara |
|
Accepted |
[4,of,6] changegroup3: enable on repo requirements |
2016-10-27 |
Remi Chaintron |
|
Deferred |
[4,of,6] changegroup: clean up file lookup function |
2015-12-04 |
Augie Fackler |
|
Superseded |
[4,of,6] changegroup: expose list of changesets from getlocalchangegroup |
2015-05-26 |
Gregory Szorc |
marmoute |
Changes Requested |
[4,of,6] changegroup: rename "srccontent" to "cgnodes" |
2017-06-15 |
via Mercurial-devel |
|
Accepted |
[4,of,6] changegroup: rename 'mf' to 'ml' to match 'cl', since it's a revlog |
2015-05-01 |
Martin von Zweigbergk |
|
Accepted |
[4,of,6] check-code: explain what to do when a check-code rule mismatches |
2014-01-07 |
Simon Heimberg |
|
Superseded |
[4,of,6] check-code: make repquote distinguish more characters for exact detection |
2016-05-31 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6] check-config: look for ui.configwith |
2017-06-15 |
Gregory Szorc |
|
Accepted |
[4,of,6] clone: use `exchange.push` instead of `localrepo.push` |
2014-09-25 |
Pierre-Yves David |
|
Accepted |
[4,of,6] cmdutil: make in-memory changes visible to external editor (issue4378) |
2015-10-14 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,6] cmdutil: rewrite walkchangerevs() by using logcmdutil functions |
2020-10-03 |
Yuya Nishihara |
|
Accepted |
[4,of,6] cmdutil: stop tryimportone from using dirstateguard (BC) |
2015-10-08 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6] color: merge two identical 'for' loops |
2017-02-21 |
Pierre-Yves David |
|
Accepted |
[4,of,6] color: move 'write' logic to the core ui class |
2017-02-22 |
Pierre-Yves David |
yuya |
Superseded |
[4,of,6] commit: factor out status printing into a helper function |
2013-02-13 |
Kevin Bullock |
|
Accepted |
[4,of,6] configitems: register the 'histedit.singletransaction' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[4,of,6] configitems: register the 'patchbomb.from' config |
2017-09-11 |
Boris Feld |
|
Accepted |
[4,of,6] contrib: remove references to 2to3 |
2016-02-28 |
Gregory Szorc |
|
Accepted |
[4,of,6] convert: for git, factor out code to add entries to a separate function |
2014-09-12 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] crecord: remove skipfolded keyword argument from patchnode.previtem() |
2016-05-05 |
Anton Shestakov |
|
Accepted |
[4,of,6] debugcommands: move 'debugmergestate' in the new module |
2017-02-13 |
Pierre-Yves David |
|
Accepted |
[4,of,6] debugcommands: move 'debugrebuildfncache' in the new module |
2017-02-14 |
Pierre-Yves David |
|
Accepted |
[4,of,6] debugformat: update label depending on value difference |
2017-12-08 |
Boris Feld |
|
Accepted |
[4,of,6] dirstate.walk: refactor explicit walk into separate function |
2013-05-07 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] dirstate: add _writepending to make pending data visible to external process |
2015-05-19 |
Katsunori FUJIWARA |
marmoute |
Changes Requested |
[4,of,6] dirstate: make writing dirstate file out avoid ambiguity of file stat |
2016-06-02 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6] dirstate: perform dirs calculation in C |
2013-03-29 |
Bryan O'Sullivan |
|
Superseded |
[4,of,6] exchange: add beforepush pyhook |
2014-07-12 |
Gregory Szorc |
|
Changes Requested |
[4,of,6] exchange: add pushafterdiscovery event |
2014-08-19 |
Gregory Szorc |
|
Changes Requested |
[4,of,6] extdiff: remove unrequired do3way argument to diffpatch() |
2020-07-14 |
Pulkit Goyal |
|
Accepted |
[4,of,6] extensions: add fileset support to exthelper |
2018-12-01 |
Matt Harbison |
|
New |
[4,of,6] exthelper: support the option argument when registering a command |
2018-12-26 |
Matt Harbison |
|
Accepted |
[4,of,6] filemerge.filemerge: exit early if premerge is successful |
2015-10-09 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] filemerge: show warning if chosen tool has no binary files capability |
2018-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6] fileset: flatten arguments list |
2018-08-02 |
Yuya Nishihara |
|
Accepted |
[4,of,6] fileset: use decorator to mark a predicate as "existing caller" |
2015-12-21 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6] formatter: always store a literal template unnamed |
2017-06-16 |
Yuya Nishihara |
|
Accepted |
[4,of,6] formatter: factor out function that detects node change and document it |
2018-09-02 |
Yuya Nishihara |
|
New |
[4,of,6] formatter: put topic in templatespec tuple |
2017-06-15 |
Yuya Nishihara |
|
Accepted |
[4,of,6] gitweb: render changesets server-side on /graph page |
2017-12-04 |
Anton Shestakov |
|
Accepted |
[4,of,6] graphlog: remove redundant check for empty revs |
2018-01-04 |
Yuya Nishihara |
|
Accepted |
[4,of,6] grep: move getbody() to grepsearcher class |
2020-10-07 |
Yuya Nishihara |
|
Accepted |
[4,of,6] headsummary: expose the 'discardedheads' set in the headssummary |
2017-06-04 |
Pierre-Yves David |
|
Accepted |
[4,of,6] help: document about "cat" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[4,of,6] help: label windows config help |
2016-01-10 |
timeless@mozdev.org |
|
Accepted |
[4,of,6] help: provide help of bad alias without executing aliascmd() |
2014-08-14 |
Yuya Nishihara |
|
Accepted |
[4,of,6] hg: acquire wlock while updating the working directory via updatetotally |
2016-03-11 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6] hg: update util.writefile method to use write with vfs in share |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
[4,of,6] hghave: add a check for docker support |
2015-08-27 |
Augie Fackler |
|
Accepted |
[4,of,6] hgweb: don't dereference symbolic revision in monoblue style |
2015-06-16 |
Anton Shestakov |
|
Accepted |
[4,of,6] hgweb: introduce staticimmutable web command |
2017-04-01 |
Gregory Szorc |
|
Changes Requested |
[4,of,6] hgweb: wrap {branches} by hybridlist() |
2018-05-08 |
Yuya Nishihara |
|
Accepted |
[4,of,6] hgweb: wrap {files} of changelist entries with mappedgenerator |
2018-05-10 |
Yuya Nishihara |
|
Accepted |
[4,of,6] hidden: add a hidden rootset to the repo instance |
2017-05-18 |
Durham Goode |
|
Deferred |
[4,of,6] histedit: move finishfold into fold class |
2015-04-15 |
Durham Goode |
|
Accepted |
[4,of,6] histedit: use _getsummary in torule |
2016-06-21 |
Sean Farley |
|
Changes Requested |
[4,of,6] httppeer: wrap HTTPResponse.read() globally |
2017-04-14 |
Gregory Szorc |
|
Accepted |
[4,of,6] i18n: use saved object to get actual function information if available |
2017-08-21 |
Katsunori FUJIWARA |
|
Changes Requested |
[4,of,6] i18n: use saved object to get actual function information if available |
2017-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6] i18n: use unicode literals to appease Python 3 |
2016-06-01 |
Gregory Szorc |
|
Accepted |
[4,of,6] ignore: combine readignorefile and _ignorefile |
2015-05-18 |
Durham Goode |
|
Accepted |
[4,of,6] import-checker: guess what module is imported by list of locally defined ones |
2015-05-13 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6] largefiles: always use filechunkitersize when using filechunkiter |
2016-10-07 |
Mads Kiilerich |
|
Accepted |
[4,of,6] largefiles: don't add extra \n when displaying remote messages in putlfile |
2013-10-23 |
Mads Kiilerich |
|
Accepted |
[4,of,6] lfs: add server side support for the Batch API |
2018-03-19 |
Matt Harbison |
|
Accepted |
[4,of,6] lfs: allow non-lfs exchanges when the extension is only enabled on one side |
2017-12-27 |
Matt Harbison |
|
Accepted |
[4,of,6] lfs: explicitly name a key when sorting blob pointers |
2018-10-02 |
Matt Harbison |
|
Accepted |
[4,of,6] lfs: infer the blob store URL from an explicit pull source |
2018-04-09 |
Matt Harbison |
|
Accepted |
[4,of,6] localrepo: have stream_in() not modify its argument |
2015-05-01 |
Drew Gottlieb |
|
Accepted |
[4,of,6] log: extract common part from getgraphlogrevs() and getlogrevs() |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
[4,of,6] log: pass around --follow/--follow-first options by walkopts |
2020-09-18 |
Yuya Nishihara |
|
Accepted |
[4,of,6] log: rewrite default template to use labels (issue2866) |
2014-10-05 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[4,of,6] logcmdutil: create hunksfilter and filematcher even if no diff option given |
2018-02-07 |
Yuya Nishihara |
|
Accepted |
[4,of,6] mail: remove use of sslkwargs |
2016-05-26 |
Gregory Szorc |
|
Accepted |
[4,of,6] mail: use a native string for "subtype" value |
2019-11-13 |
Denis Laxalde |
|
Accepted |
[4,of,6] map-cmdline.bisect: rewrite just %include the default template |
2015-05-02 |
Jordi Gutiérrez Hermoso |
|
Rejected |
[4,of,6] match: add prefixdirmatcher to adapt subrepo matcher back |
2018-07-27 |
Matt Harbison |
|
New |
[4,of,6] match: add prefixdirmatcher to adapt subrepo matcher back |
2018-07-07 |
Yuya Nishihara |
|
New |
[4,of,6] memctx: create a filectxfn if it is not callable |
2014-08-06 |
Sean Farley |
|
Superseded |
[4,of,6] mercurial: check mercurial/modulepolicy for modulepolicy |
2016-03-08 |
timeless@mozdev.org |
|
Accepted |
[4,of,6] merge: backout 760c0d67ce5e "process files in sorted order" (issue3769) |
2013-01-20 |
Mads Kiilerich |
|
Superseded |
[4,of,6] merge: change repo.wvfs.setflags calls to a new wctx[f].setflags function |
2017-06-26 |
Phillip Cohen |
|
Accepted |
[4,of,6] merge: create at most one 'rm' action per file |
2014-12-03 |
Martin von Zweigbergk |
|
Superseded |
[4,of,6] merge: give priority to "not at head" failures for bare 'hg merge' |
2016-02-12 |
Pierre-Yves David |
|
Accepted |
[4,of,6] merge: let _forgetremoved() work on the file->action dict |
2014-12-17 |
Martin von Zweigbergk |
|
Superseded |
[4,of,6] merge: refactor labels selection code |
2014-06-10 |
Pierre-Yves David |
|
Superseded |
[4,of,6] merge: separate out "both created" cases |
2014-11-25 |
Martin von Zweigbergk |
marmoute |
Accepted |
[4,of,6] merge: separate worker functions for batch remove and batch get |
2014-05-15 |
Mads Kiilerich |
|
Accepted |
[4,of,6] namespaces: record and expose whether namespace is built-in |
2017-06-24 |
Gregory Szorc |
|
Accepted |
[4,of,6] obsolete: add native version of addsuccessors() |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[4,of,6] packaging: builddeb's cleanup needs to expand PWD, safely |
2018-10-09 |
via Mercurial-devel |
|
New |
[4,of,6] packaging: let Debian package depends on sensible-utils |
2019-10-21 |
Denis Laxalde |
|
Accepted |
[4,of,6] parser: move alias declaration parser to common rule-set class |
2016-04-01 |
Yuya Nishihara |
|
Superseded |
[4,of,6] parser: take suffix action if no infix action is defined |
2015-07-17 |
Yuya Nishihara |
|
Accepted |
[4,of,6] patch.makepatchmeta: accept a prefix parameter |
2015-03-07 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] patchbomb: build patch texts by _getpatchmsgs() |
2017-03-07 |
Yuya Nishihara |
|
Accepted |
[4,of,6] perf: ensure HGRCPATH is exported on Windows |
2017-06-17 |
Matt Harbison |
|
Accepted |
[4,of,6] perftemplating: move revision argument to flag only |
2018-06-11 |
Boris Feld |
|
Accepted |
[4,of,6] perftest: add an option to invalidate volatile cache |
2013-01-04 |
Pierre-Yves David |
|
Accepted |
[4,of,6] phases: leverage Py_BuildValue() to build PyInt and steal PyObject |
2020-07-18 |
Yuya Nishihara |
|
Accepted |
[4,of,6] plan9: prevent potential wait() |
2013-08-15 |
jas@corpus-callosum.com |
|
Rejected |
[4,of,6] plan9: prevent potential wait() |
2013-08-12 |
jas@corpus-callosum.com |
|
Changes Requested |
[4,of,6] procutil: move assignments closer to reassignments |
2020-07-05 |
Manuel Jacob |
|
Accepted |
[4,of,6] profile: make the contextmanager object available to the callers |
2017-06-09 |
Pierre-Yves David |
|
Accepted |
[4,of,6] profiling: add a context manager that no-ops if profiling isn't enabled |
2016-08-15 |
Gregory Szorc |
|
Superseded |
[4,of,6] pull: skip pulling remote bookmarks with bundle2 if a value already exist |
2015-06-05 |
Pierre-Yves David |
|
Accepted |
[4,of,6] pushbookmark: remove a <cond> and <val> or <other> construct |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[4,of,6] py3: avoid using %r format on bytes |
2020-06-16 |
Manuel Jacob |
|
Accepted |
[4,of,6] py3: convert keys of kwargs in template keywords functions to bytes |
2017-06-20 |
Pulkit Goyal |
|
Accepted |
[4,of,6] py3: fix type of ui.configitems(ignoresub=True) result |
2018-03-04 |
Yuya Nishihara |
|
Accepted |
[4,of,6] py3: make 'None in lazyancestors' not crash |
2018-07-08 |
Yuya Nishihara |
|
Accepted |
[4,of,6] py3: replace os.sep with pycompat.ossep (part 2 of 4) |
2016-12-17 |
Pulkit Goyal |
|
Accepted |
[4,of,6] py3: rewrite StringIO fallback for Python 3 |
2018-10-16 |
Yuya Nishihara |
|
Accepted |
[4,of,6] py3: use hex() to convert the hash to bytes |
2017-06-26 |
Pulkit Goyal |
|
Accepted |
[4,of,6] py3: use util.forcebytestr() to convert push lock error to bytes |
2018-09-30 |
Matt Harbison |
|
Accepted |
[4,of,6] rebase: allow destination-free continue and abort (issue5513) |
2017-03-28 |
Ryan McElroy |
|
Changes Requested |
[4,of,6] rebase: remove revprecursor and revpruned states (BC) |
2017-07-09 |
Jun Wu |
|
Superseded |
[4,of,6] rebase: show warning when rebase creates no changes to commit |
2014-12-10 |
Mads Kiilerich |
|
Accepted |
[4,of,6] record: add tests for the curses recording interface |
2015-03-13 |
Laurent Charignon |
|
Accepted |
[4,of,6] registrar: unindent superfluous "if True" block |
2017-05-13 |
Yuya Nishihara |
|
Accepted |
[4,of,6] repoview: add a FilteredLookupError class |
2014-10-16 |
Pierre-Yves David |
|
Accepted |
[4,of,6] repoview: directly skip public head in _getstatichidden |
2015-04-03 |
Pierre-Yves David |
|
Accepted |
[4,of,6] resolve: abort when not applicable |
2014-05-09 |
Gregory Szorc |
|
Accepted |
[4,of,6] revbranchcache: populate cache incrementally |
2015-03-17 |
Durham Goode |
|
Accepted |
[4,of,6] revert: use "remove" information from both status |
2014-08-14 |
Pierre-Yves David |
|
Accepted |
[4,of,6] revlog: add functions that use ancestor.lazyancestorset |
2012-12-14 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] revlog: add public CPython function to get parent revisions |
2018-12-05 |
Yuya Nishihara |
|
Accepted |
[4,of,6] revlog: isgooddeltainfo takes the whole revinfo object |
2018-05-21 |
Paul Morelle |
|
Accepted |
[4,of,6] revlog: move chunk cache preload from revision to _chunks |
2013-09-07 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] revlog: refactor delta chain computation into own function |
2015-12-21 |
Gregory Szorc |
|
Accepted |
[4,of,6] revset-_revbetween: use the `isasc` argument of baseset |
2014-10-17 |
Pierre-Yves David |
|
Deferred |
[4,of,6] revset: drop redundant filteredset from right-hand side set of "or" operation |
2015-05-12 |
Yuya Nishihara |
|
Superseded |
[4,of,6] revset: fix a crash with 'p2(wdir())' |
2015-07-01 |
Matt Harbison |
|
Changes Requested |
[4,of,6] revset: introduce "_parsealiasdecl" to parse alias declarations strictly |
2015-01-08 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,6] revset: make follow() accept keyword arguments |
2017-12-07 |
Yuya Nishihara |
|
Accepted |
[4,of,6] revset: reject negative number to select first/last n members |
2017-06-11 |
Yuya Nishihara |
|
Accepted |
[4,of,6] revset: remove invalid value in the origin set |
2014-09-18 |
Pierre-Yves David |
|
Accepted |
[4,of,6] revset: use "canonpath()" for "filelog()" pattern without explicit kind |
2014-01-17 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6] run-tests: separate newline normalization from replacements |
2015-03-29 |
Gregory Szorc |
|
Accepted |
[4,of,6] rust-chg: add struct holding information needed to spawn server process |
2018-10-14 |
Yuya Nishihara |
|
Accepted |
[4,of,6] rust-cpython: rename inner_shared() to inner() |
2020-01-30 |
Yuya Nishihara |
|
Accepted |
[4,of,6] rust-filepatterns: fix type of warnings tuple to (bytes, bytes) |
2019-07-21 |
Yuya Nishihara |
|
Accepted |
[4,of,6] scmutil.addremove: pull ui.status printing out of the loop |
2013-04-02 |
Siddharth Agarwal |
|
Superseded |
[4,of,6] scmutil: check collision between added file and directory part of tracked ones |
2013-11-14 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,6] scmutil: rename filecacheentry to filecachesubentry |
2013-11-16 |
Siddharth Agarwal |
|
Accepted |
[4,of,6] serve: support singlethreaded for debugging purposes |
2016-01-12 |
timeless@mozdev.org |
yuya |
Changes Requested |
[4,of,6] setup: test some header files |
2017-03-21 |
Jun Wu |
|
Accepted |
[4,of,6] shelve: do not retract phase boundary by hand |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[4,of,6] socketserver: force demandimport to load python3-only modules |
2016-05-09 |
Jun Wu |
|
Changes Requested |
[4,of,6] sslutil: inline sslkwargs() into wrapsocket() |
2016-03-28 |
Gregory Szorc |
|
Changes Requested |
[4,of,6] sslutil: store and use hostname and ui in socket instance |
2016-05-15 |
Gregory Szorc |
|
Superseded |
[4,of,6] status: handle more node indicators in buildstatus |
2017-03-03 |
Durham Goode |
martinvonz |
Accepted |
[4,of,6] store: migrate to util.iterfile |
2016-11-14 |
Jun Wu |
|
Accepted |
[4,of,6] subrepo: use vfs.basename instead of os.path.basename |
2015-07-09 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6] tags: support reading tags cache without populating |
2015-06-01 |
Gregory Szorc |
|
Accepted |
[4,of,6] templatefilters: add dirname() filter |
2018-02-15 |
Yuya Nishihara |
|
Accepted |
[4,of,6] templatekw: keep raw list or dict in _hybrid object |
2015-03-08 |
Yuya Nishihara |
|
Accepted |
[4,of,6] templater: always join() over a wrapped object (BC) |
2018-06-04 |
Yuya Nishihara |
|
Accepted |
[4,of,6] templater: load aliases from [templatealias] section in map file |
2017-10-14 |
Yuya Nishihara |
|
Accepted |
[4,of,6] templater: mark .keytype as a private attribute |
2018-06-08 |
Yuya Nishihara |
|
Accepted |
[4,of,6] test-commandserver: generate files with a fixed EOL for test stability |
2015-10-02 |
Ryan McElroy |
|
Accepted |
[4,of,6] test-fastannotate: fix trivial output differences on Windows |
2018-08-22 |
Matt Harbison |
|
Accepted |
[4,of,6] tests: remove bundle2 activation from test-obsolete.t |
2016-08-02 |
Pierre-Yves David |
|
Accepted |
[4,of,6] tests: run import-checker with tests .t files |
2016-04-12 |
timeless@mozdev.org |
|
Superseded |
[4,of,6] transplant: mark some undocumented options deprecated |
2015-07-16 |
Matt Mackall |
|
Accepted |
[4,of,6] treemanifest: store directory path in treemanifest nodes |
2015-03-11 |
Martin von Zweigbergk |
|
Superseded |
[4,of,6] ui: log devel warnings |
2016-03-01 |
timeless@mozdev.org |
yuya |
Superseded |
[4,of,6] ui: simply concatenate messages before applying color labels |
2018-11-04 |
Yuya Nishihara |
|
Accepted |
[4,of,6] unbundle20: allow registering handlers for stream level parameters |
2015-09-24 |
Pierre-Yves David |
|
Superseded |
[4,of,6] update: show -C and -c as mutually exclusive in synopsis |
2017-02-14 |
via Mercurial-devel |
|
Superseded |
[4,of,6] upgrade: use actual filelog to convert filelog |
2017-12-08 |
Boris Feld |
|
Accepted |
[4,of,6] verify: invoke the file prefetch hook |
2018-04-15 |
Matt Harbison |
|
Superseded |
[4,of,6] verify: move warn() to a class level function |
2015-12-19 |
Durham Goode |
yuya |
Accepted |
[4,of,6] vfs: extract the audit path logic into a submethod |
2018-11-26 |
Boris Feld |
|
Accepted |
[4,of,6] workingctx: use node.wdirid constant |
2015-07-02 |
Yuya Nishihara |
|
Accepted |
[4,of,6] wsgiheaders: make sure __repr__() returns a string |
2019-02-06 |
Matt Harbison |
|
Accepted |
[4,of,7,(push,is,done;,12,more,to,go,for,pull)] push: move outgoing check logic in its own function |
2014-02-11 |
Pierre-Yves David |
|
Accepted |
[4,of,7,bm-refactor,V2] commands: remove locking code since the bookmarks module does that |
2017-06-21 |
Sean Farley |
|
Changes Requested |
[4,of,7,bm-refactor,V3] commands: replace locking code with a context manager |
2017-06-23 |
Sean Farley |
|
Accepted |
[4,of,7,bundle2] phases: move the binary decoding function in the phases module |
2017-09-28 |
Boris Feld |
|
Accepted |
[4,of,7,c-hglib] examples: rewrite import example |
2014-11-23 |
Giovanni Gherdovich |
marmoute |
Accepted |
[4,of,7,checkunknown] _checkunknownfiles: turn 'conflicts' into a set |
2016-01-02 |
Siddharth Agarwal |
martinvonz |
Accepted |
[4,of,7,clfilter,part,1,V3] test: fix truncated comment in test |
2012-12-17 |
Pierre-Yves David |
|
Accepted |
[4,of,7,clowncopter] automv: improve function docstrings |
2016-02-15 |
Martijn Pieters |
|
Accepted |
[4,of,7,evolve-ext] check-code: make obsolete.py comply with check-code |
2015-12-04 |
Laurent Charignon |
|
Accepted |
[4,of,7,evolve-ext] evolve: fix crash in _orderrevs |
2016-04-14 |
timeless@gcc2-power8.osuosl.org |
|
Deferred |
[4,of,7,evolve-ext] exthelper: simplify the ability to register revsets |
2019-01-03 |
Matt Harbison |
|
Accepted |