chg: handle EOF reading data block |
2016-07-18 |
Jun Wu |
|
Accepted |
chg: handle connect failure before errno gets overrided |
2016-12-25 |
Jun Wu |
|
Accepted |
chg: forward SIGWINCH to worker |
2016-04-10 |
Jun Wu |
yuya |
Superseded |
chg: fix typo |
2020-06-23 |
Manuel Jacob |
|
Accepted |
chg: exec pager in child process |
2016-06-11 |
Jun Wu |
|
Superseded |
chg: check snprintf result strictly |
2017-01-11 |
Jun Wu |
|
Accepted |
chg: change default connect timeout to 60 seconds |
2016-06-15 |
Jun Wu |
|
Accepted |
chg: always wait for pager |
2017-04-12 |
Jun Wu |
|
Accepted |
checklink: degrade gracefully on posix when fs is readonly (issue5511) |
2017-05-21 |
Augie Fackler |
|
Accepted |
checkheads: extract obsolete post processing in its own function |
2017-03-21 |
Pierre-Yves David |
|
Superseded |
checkhash: merge subfunctions |
2016-10-08 |
Remi Chaintron |
|
Deferred |
checkcopies: extract the '_related' closure |
2016-10-11 |
Pierre-Yves David |
|
Accepted |
check-config: syntax to allow inconsistent config values |
2017-07-02 |
Gregory Szorc |
|
Accepted |
check-config: mention the file and line of the error |
2017-07-18 |
Ryan McElroy |
|
Accepted |
check-concurrency: expose the feature as 'check-concurrent-push-mode' |
2017-06-17 |
Pierre-Yves David |
|
Accepted |
check-commit: try to curb bad commit summary keywords |
2015-12-10 |
Matt Mackall |
marmoute |
Superseded |
check-commit: remove confusion between summary line and other headers |
2015-12-03 |
Pierre-Yves David |
|
Accepted |
check-commit: reject double-blank lines at the top level |
2016-02-04 |
Martijn Pieters |
|
Accepted |
check-commit: prevent adding symlinks |
2016-04-09 |
Yuya Nishihara |
|
Accepted |
check-commit: make foo_bar naming regexp less greedy |
2015-06-01 |
Gregory Szorc |
|
Accepted |
check-commit: check capitalization in summary lines |
2015-02-05 |
Eric Sumner |
|
Accepted |
check-commit: catch both patterns of double empty lines |
2015-06-21 |
Yuya Nishihara |
|
Accepted |
check-commit: allow underscore as commit topic |
2016-10-05 |
Mathias De Maré |
|
Accepted |
check-commit: allow underbars in cffi_-prefix function names |
2016-08-05 |
Augie Fackler |
|
Accepted |
check-commit: allow underbars in cffi_-prefix function names |
2016-08-06 |
Pierre-Yves David |
|
Accepted |
check-commit: add an automatic testing of all draft changesets under "." |
2014-08-06 |
Pierre-Yves David |
|
Superseded |
check-commit: add a test for the patch checking script in contrib |
2015-12-11 |
Pierre-Yves David |
|
Accepted |
check-code: suggest policy.importmod |
2017-05-31 |
Jun Wu |
|
Accepted |
check-code: remove unused variable 'winglobmsg' |
2017-12-14 |
Yuya Nishihara |
|
Accepted |
check-code: reject sed ... \\n |
2016-04-05 |
timeless@mozdev.org |
|
Accepted |
check-code: reject module-level @cachefunc |
2017-01-13 |
via Mercurial-devel |
|
Accepted |
check-code: prepend warning prefix only once, but for each warning |
2013-11-11 |
Simon Heimberg |
|
Accepted |
check-code: prepend warning prefix for repeated warnings only once |
2013-11-02 |
Simon Heimberg |
|
Accepted |
check-code: permit functools.reduce |
2017-02-06 |
Yedidya Feldblum |
|
Accepted |
check-code: improve test-check-code error diffs |
2015-12-24 |
timeless@mozdev.org |
|
Accepted |
check-code: grep's context flags don't need an extra space before number |
2017-11-18 |
Anton Shestakov |
|
Accepted |
check-code: fix an error message |
2013-11-02 |
Simon Heimberg |
|
Accepted |
check-code: fix "covert" typo |
2017-04-03 |
via Mercurial-devel |
|
Accepted |
check-code: ban grep's context flags (-A/-B/-C) since they're not on Solaris |
2017-06-06 |
Danek Duvall |
|
Accepted |
check-code: also ban strcat |
2016-03-20 |
Augie Fackler |
|
Accepted |
check-code: allow tabs in heredoc |
2017-12-08 |
Yuya Nishihara |
|
Accepted |
changelog: update read pending documentation |
2015-07-17 |
Pierre-Yves David |
|
Accepted |
changelog: only use filtering headrevs C extension when it is available |
2014-10-24 |
Mads Kiilerich |
|
Superseded |
changelog: make sure datafile is 00changelog.d |
2017-05-17 |
Jun Wu |
|
Accepted |
changelog: make sure datafile is 00changelog.d |
2017-05-18 |
Jun Wu |
|
Accepted |
changelog: make native head computation aware of filtering |
2015-05-20 |
Laurent Charignon |
|
Changes Requested |
changelog: load pending file directly |
2017-05-13 |
Gregory Szorc |
|
Accepted |
changelog: keep track of file end in appender (issue5444) |
2016-12-15 |
Durham Goode |
|
Accepted |
changelog: inline revlog.__contains__ in case it is used in hot loop |
2015-04-08 |
Yuya Nishihara |
|
Accepted |
changelog: drop unnecessary override of "hasnode" |
2015-05-07 |
Yuya Nishihara |
|
Accepted |
changelog: document the 'readpending' method |
2015-06-20 |
Pierre-Yves David |
|
Accepted |
changegroup: rename bundle-related functions and classes |
2014-08-31 |
Sune Foldager |
|
Superseded |
changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-07 |
Augie Fackler |
martinvonz |
Superseded |
changegroup: inline 'publishing' variable in apply() |
2017-06-19 |
via Mercurial-devel |
|
Accepted |
changegroup: fix file linkrevs during reorders |
2014-11-21 |
Durham Goode |
|
Superseded |
changegroup: extract method that sorts nodes to send |
2016-05-16 |
Augie Fackler |
|
Accepted |
changegroup: exclude submanifests from manifest progress |
2016-02-29 |
Martin von Zweigbergk |
|
Superseded |
changegroup: don't send empty subdirectory manifest groups |
2016-06-16 |
via Mercurial-devel |
|
Accepted |
changegroup: don't run changegroup hooks if nodes are gone |
2013-10-07 |
Durham Goode |
|
Accepted |
changegroup: allow sending snapshot deltas in cg2 |
2014-11-21 |
adgar@google.com |
|
Rejected |
changegroup: add bundlecaps back |
2017-05-09 |
Durham Goode |
|
Superseded |
changegroup.cg2packer: lookup 'group' via inheritance chain |
2014-11-08 |
Siddharth Agarwal |
|
Accepted |
changectx: fix the handling of `tip` |
2013-01-22 |
Pierre-Yves David |
|
Accepted |
changectx.walk: drop unnecessary call to match function |
2015-04-07 |
Martin von Zweigbergk |
|
Accepted |
change posix test for symlinks |
2013-07-28 |
DeathGorePain |
|
Rejected |
change posix test for symlinks |
2013-07-28 |
Matt Mackall |
|
Rejected |
cg1packer: fix `compressed` method |
2016-12-14 |
Stanislau Hlebik |
|
Accepted |
cext: move PyInt macros to charencode.c properly |
2017-08-14 |
Yuya Nishihara |
|
Accepted |
cext: extract revlog/index parsing code to own C file |
2017-05-20 |
Gregory Szorc |
|
Accepted |
cext: clang-format new code coming from stable branch |
2019-01-10 |
Yuya Nishihara |
|
Accepted |
cext: cast s# arguments of Py_BuildValue() to Py_ssize_t |
2019-04-09 |
Yuya Nishihara |
|
Accepted |
censor: rename loop variable to silence pyflakes warning |
2018-09-15 |
Yuya Nishihara |
|
Accepted |
censor: make various path forms available like other Mercurial commands |
2015-07-16 |
Katsunori FUJIWARA |
|
Accepted |
censor: flag internal documentation |
2016-11-23 |
Remi Chaintron |
|
Superseded |
cbor: teach the encoder to handle python `long` type for Windows |
2018-09-05 |
Matt Harbison |
|
Superseded |
cat: increase perf when catting without patterns |
2014-01-11 |
Durham Goode |
|
Superseded |
byteify-strings: prevent "__name__ == '__main__'" from being transformed |
2018-08-12 |
Yuya Nishihara |
|
Accepted |
bundles: do not overwrite existing backup bundles |
2015-01-10 |
Durham Goode |
|
Superseded |
bundlerepo: remove unused 'repo' parameter |
2015-05-04 |
Martin von Zweigbergk |
|
Accepted |
bundlerepo: properly hidden revision in bundle (issue4945) |
2016-02-22 |
Pierre-Yves David |
|
Accepted |
bundlerepo: let bundle repo look in the _mancache |
2015-09-28 |
Durham Goode |
|
Accepted |
bundle: remove obsolete (and duplicate) comment |
2016-03-29 |
via Mercurial-devel |
|
Accepted |
bundle: move writebundle() from changegroup.py to bundle2.py (API) |
2016-03-28 |
via Mercurial-devel |
|
Accepted |
bundle: avoid crash when when no good changegroup version found |
2016-03-28 |
via Mercurial-devel |
|
Accepted |
bundle2: separate bundle10 and bundle2 cases in getbundle() |
2014-09-24 |
Mike Hommey |
|
Superseded |
bundle2: reword debug message for invalid .hgtags data |
2015-06-21 |
Gregory Szorc |
|
Accepted |
bundle2: rename functions that have the same name |
2014-09-23 |
Mike Hommey |
|
Accepted |
bundle2: rename format, parts and config to final names |
2015-04-09 |
Pierre-Yves David |
|
Accepted |
bundle2: remove heads and common arguments to getbundle parts generators |
2014-09-25 |
Mike Hommey |
|
Accepted |
bundle2: refactor getbundle a bit |
2014-09-08 |
Sune Foldager |
|
Changes Requested |
bundle2: pull bookmark the old way if no bundle2 liskeys support (issue4701) |
2015-06-08 |
Pierre-Yves David |
|
Accepted |
bundle2: properly request phases during getbundle |
2016-05-05 |
Mike Hommey |
|
Accepted |
bundle2: only emit compressed chunks if they have data |
2016-10-16 |
Gregory Szorc |
|
Accepted |
bundle2: issue remote output as "status" (issue4612) |
2015-04-23 |
Pierre-Yves David |
|
Accepted |
bundle2: handleoutput i18n |
2016-08-28 |
Akihiko Odaki |
|
Changes Requested |
bundle2: generate check:heads in a independent function |
2015-10-01 |
Ryan McElroy |
|
Superseded |
bundle2: fix assertion that 'compression' hasn't been set |
2017-02-13 |
Siddharth Agarwal |
|
Accepted |
bundle2: explicitly use network byte order |
2014-03-31 |
David Soria Parra |
|
Rejected |
bundle2: enforce parttype as alphanumerical |
2015-01-16 |
Pierre-Yves David |
|
Accepted |
bundle2: drop the experimental hooks |
2015-04-10 |
Pierre-Yves David |
|
Accepted |
bundle2: don't use debug message "no-transaction" with transaction |
2017-06-20 |
via Mercurial-devel |
|
Accepted |
bundle2: don't try to recover from a GeneratorExit (issue4785) |
2015-09-01 |
Augie Fackler |
|
Accepted |
bundle2: don't assume ordering of heads checked after push |
2016-06-01 |
Mads Kiilerich |
|
Accepted |
bundle2: advertise bundle2 by default |
2015-04-10 |
Pierre-Yves David |
|
Accepted |
bundle2: Add tests for multiple changegroup parts |
2014-09-01 |
Mike Hommey |
|
Superseded |
bundle2.unpackermixin: control for underlying file descriptor |
2015-02-04 |
Eric Sumner |
|
Accepted |
bundle2.getunbundler: rename "header" to "magicstring" |
2015-06-20 |
Pierre-Yves David |
|
Accepted |
buildrpm: use bash shebang, since we use bash features in the script |
2016-01-15 |
Mathias De Maré |
marmoute |
Accepted |
buildrpm: do not break when hg log is an alias |
2017-08-03 |
via Mercurial-devel |
|
Superseded |
buildrpm: do not break in presence of custom user configs |
2017-08-04 |
via Mercurial-devel |
|
Accepted |
buildrpm: bump bundled Python version to 2.7.16 when building for centos{5, 6} |
2019-04-19 |
via Mercurial-devel |
|
Accepted |
build: no need to build zstd in the bootstrap phase of a deb/rpm build |
2017-10-12 |
via Mercurial-devel |
|
Superseded |
build: for the bootstrap phase of a deb/rpm build a pure python mercurial is enough |
2017-10-13 |
via Mercurial-devel |
|
Accepted |
build: don't use -s flag for `which` |
2014-08-29 |
Kevin Bullock |
|
Accepted |
build: don't clean __version__.py on 'make clean' in release tarballs |
2014-09-02 |
Thomas De Schampheleire |
|
Accepted |
build: build deb/rpm independently on config/extensions in the host system |
2017-10-19 |
via Mercurial-devel |
|
Superseded |
build: build deb/rpm independently on config/extensions in the host system |
2017-10-19 |
via Mercurial-devel |
|
Accepted |
Build failure on xenial |
2016-06-01 |
Sean Farley |
|
Not Applicable |
Build errors on xenial launchpad buildbots |
2016-05-18 |
Sean Farley |
|
Not Applicable |
Build errors on xenial launchpad buildbots |
2016-05-19 |
Katsunori FUJIWARA |
|
Not Applicable |
Build errors on xenial launchpad buildbots |
2016-05-19 |
Anton Shestakov |
|
Not Applicable |
bugzilla: support Bugzilla 4.4.3+ API login token authentication (issue4257) |
2014-05-23 |
Jim Hague |
|
Accepted |
bugzilla: correct config documentation error |
2014-07-03 |
Jim Hague |
|
Accepted |
Bug 5485 - Default hgrc generated on clone references the obsolete "default-push" path |
2017-02-28 |
rishi shah |
|
Not Applicable |
Bug 3749 --help does not show non-command help topics |
2013-04-15 |
Ankur Ankan |
|
Superseded |
Bug 3749 --help does not show non-command help topics |
2013-04-16 |
Ankur Ankan |
|
Superseded |
Bug 3749 --help does not show non-command help topics |
2013-04-17 |
Ankur Ankan |
|
Under Review |
Bug 3749 --help does not show non-command help topics |
2013-04-17 |
Mads Kiilerich |
|
Under Review |
Bug 3749 --help does not show non-command help topics |
2013-04-19 |
Ankur Ankan |
|
Changes Requested |
branchmap: remove unused exception variable |
2016-06-26 |
Gregory Szorc |
|
Accepted |
branchmap: handle nullrev in setcachedata |
2017-03-15 |
Durham Goode |
|
Accepted |
branchmap: display filtername when `updatebranch` fails to do its jobs |
2013-01-19 |
Pierre-Yves David |
|
Accepted |
branchmap: check node against nodemap instead of changelog (for perf) |
2016-03-03 |
Durham Goode |
yuya |
Changes Requested |
branchmap: add seek() to end of file before calling tell() on append open() |
2015-01-10 |
Matt Harbison |
|
Accepted |
branches: avoid unnecessary changectx.branch() calls |
2013-11-14 |
Brodie Rao |
|
Superseded |
branch: don't warn about branches if repository has multiple branches already |
2015-05-26 |
Matt Mackall |
|
Accepted |
branch: allow changing branch of merge commits with --rev |
2018-11-17 |
Anton Shestakov |
|
Accepted |
bookmarks: update only proper bookmarks on push -r/-B (issue 3973) |
2013-07-29 |
Wojciech Lopata |
|
Accepted |
bookmarks: resolve divergent bookmark when moving forward |
2013-03-27 |
Sean Farley |
|
Superseded |
bookmarks: rename the active bookmark with no arguments |
2017-07-19 |
David Demelier |
|
Deferred |
bookmarks: reject bookmark names that unambiguously resolve to a node (BC) |
2017-05-22 |
Augie Fackler |
|
Superseded |
bookmarks: refer to "the" active bookmark to clarify that there's only one |
2014-08-30 |
Kevin Bullock |
|
Accepted |
bookmarks: introduce binary encoding |
2016-12-09 |
Stanislau Hlebik |
|
Changes Requested |
bookmarks: fix HG_PENDING handling |
2017-02-14 |
timeless |
|
Superseded |
bookmarks: fix head selection for merge with two bookmarked heads |
2012-12-16 |
Mads Kiilerich |
|
Superseded |
bookmarks: fix correct command in help text |
2012-12-15 |
hokorobi.hokorobi at gmail.com |
|
Not Applicable |
bookmarks: don't deactivate on no-op update (issue4901) |
2015-10-14 |
Matt Mackall |
|
Accepted |
bookmarks: don't allow pushing new head for existing mark with -B (issue4400) |
2015-10-22 |
Matt Mackall |
|
Accepted |
bookmarks: clear active bookmark on non-linear update |
2015-07-14 |
Matt Mackall |
|
Accepted |
bookmarks: calculate visibility exceptions only once |
2018-01-14 |
Pulkit Goyal |
|
Accepted |
bookmarks: avoid creating a nested repository during testing |
2016-02-12 |
Martijn Pieters |
|
Superseded |
bookmarks: allow renaming active bookmark using '.' |
2017-08-21 |
David Demelier |
|
Superseded |
bookmarks: allow pushkey if new equals current |
2014-08-26 |
Durham Goode |
|
Accepted |
bookmarks: allow moving a bookmark forward to a descendant |
2013-03-16 |
Kevin Bullock |
|
Accepted |
bookmarks: allow deleting active bookmark using '.' |
2017-08-25 |
David Demelier |
|
Accepted |
bookmarks: allow bookmark command to take multiple arguments |
2013-05-03 |
Kevin Bullock |
|
Accepted |
bookmarks: allow (re-)activating a bookmark on the current changeset |
2013-03-17 |
Kevin Bullock |
|
Superseded |
bookmark: run 'pushkey' hooks after bookmark move, not 'prepushkey' |
2018-01-15 |
Boris Feld |
|
Accepted |
bookmark: informs of failure to upgrade a bookmark |
2015-06-13 |
Pierre-Yves David |
|
Accepted |
bookmark: improve ambiguous documentation for rename |
2015-09-04 |
timeless@mozdev.org |
|
Superseded |
bookmark: don't allow integers as bookmark/branch/tag names |
2013-02-06 |
Durham Goode |
|
Accepted |
bookmark: deprecate direct update of a bookmark value |
2018-01-17 |
Boris Feld |
|
Accepted |
bookmark: add an --active flag to display the active bookmark |
2018-08-17 |
Boris Feld |
|
Accepted |
blackbox: only show new heads on incoming |
2013-02-13 |
Durham Goode |
|
Accepted |
blackbox: fix literal block syntax |
2013-05-09 |
Takumi IINO |
|
Accepted |
blackbox: fix exception when logging commands with format characters |
2013-02-28 |
Durham Goode |
|
Superseded |
blackbox: fix exception when logging commands with format characters |
2013-03-01 |
Durham Goode |
|
Superseded |
blackbox: fix exception when logging commands with format characters |
2013-03-01 |
Durham Goode |
|
Accepted |
blackbox: don't unpack the list while passing into str.join() |
2018-01-19 |
Pulkit Goyal |
|
Accepted |
blackbox: do not assume self._bb{vfs, repo, fp} are set in blackboxui.__init__ |
2016-03-15 |
Jun Wu |
yuya |
Accepted |
blackbox: defer opening a log file until needed (issue3869) |
2013-03-26 |
Bryan O'Sullivan |
|
Accepted |
blackbox: also log alias expansions |
2016-08-23 |
Augie Fackler |
|
Superseded |
blackbox: add pid to output |
2015-09-07 |
Durham Goode |
|
Accepted |
blackbox: add configitem for format of log timestamps |
2018-10-17 |
Matthew DeVore |
|
Accepted |
blackbox: add configitem for format of log timestamps |
2018-10-23 |
Matthew DeVore |
|
New |
blackbox: add configitem for format of log timestamps |
2018-10-23 |
via Mercurial-devel |
|
New |
blackbox: add backup bundle paths to blackbox logs |
2013-03-13 |
Durham Goode |
|
Accepted |
blackbox: add an option to customize the name of the log file |
2016-06-13 |
Jun Wu |
|
Changes Requested |
bitmanipulation: add missing include of string.h |
2017-06-02 |
via Mercurial-devel |
|
Accepted |
bisect: improve option validation message |
2017-06-09 |
Brandon McCaig |
|
Accepted |
bisect: improve option validation message |
2017-06-09 |
Brandon McCaig |
|
Accepted |
bisect: improve option validation message |
2017-06-09 |
Brandon McCaig |
|
Changes Requested |
bisect: improve option validation message |
2017-06-10 |
Brandon McCaig |
|
Superseded |
bisect: improve option validation message |
2017-06-14 |
Brandon McCaig |
|
Accepted |
bisect: improve option validation message |
2017-06-14 |
Brandon McCaig |
|
Accepted |
bisect: allow resetting with unfinished graft/rebase/etc |
2017-05-03 |
via Mercurial-devel |
|
Accepted |
benchmark-revset: add full version of benchmarked revset |
2014-03-18 |
Pierre-Yves David |
|
Accepted |
bdiff: use the new type hg_ssize_t |
2016-07-11 |
Maciej Fijalkowski |
|
Superseded |
bdiff: replace hash algorithm |
2016-11-07 |
Gregory Szorc |
|
Accepted |
bdiff: include compat.h in header to define ssize_t |
2017-10-13 |
Yuya Nishihara |
|
Accepted |
bdiff: implement cffi version of blocks |
2016-08-10 |
Maciej Fijalkowski |
|
Superseded |
bdiff: implement cffi version of bdiff |
2016-08-20 |
Maciej Fijalkowski |
|
Accepted |
bdiff: avoid pointer arithmetic on void* |
2018-03-04 |
Matt Harbison |
|
Accepted |
bash_completion: recognize normal command abbreviations |
2013-03-22 |
Bryan O'Sullivan |
|
Accepted |
bash_completion: add -p|--patch|--stat support for shelve |
2015-11-10 |
Anton Shestakov |
|
Accepted |
bash_completion: add -l|--list support for shelve |
2014-06-06 |
Sean Farley |
|
Accepted |
bashcompletion: show available command-line switches for aliases |
2016-06-21 |
Martijn Pieters |
|
Accepted |
bashcompletion: allow skipping completion for 'hg status' |
2016-10-05 |
Mathias De Maré |
|
Changes Requested |
base85: clean up function definition style |
2015-11-21 |
Augie Fackler |
|
Accepted |
backout: handle file moves correctly (issue1932) |
2015-01-08 |
Mateusz Kwapich |
|
Changes Requested |
backout: fix --no-commit option (bug5054) |
2016-01-20 |
Ruslan Sayfutdinov |
|
Accepted |
backout: add examples to clarify basic usage |
2015-10-02 |
Mathias De Maré |
|
Superseded |
backout: add example of backing out a merge changeset |
2015-09-30 |
Mathias De Maré |
|
Rejected |
backout: add --commit option |
2014-12-18 |
Mateusz Kwapich |
|
Accepted |
Backed out changeset 5c153c69fdb2 |
2014-09-02 |
Pierre-Yves David |
|
Changes Requested |
automv: use 95 as the default similarity threshold |
2016-02-16 |
Martijn Pieters |
|
Accepted |
automv: new experimental extension |
2016-02-04 |
Martijn Pieters |
durin42 |
Superseded |
automv: new experimental extension |
2016-02-08 |
Martijn Pieters |
durin42 |
Accepted |
Auto-formatting code with black - object now if you have a strong opinion |
2018-12-01 |
Matt Harbison |
|
Not Applicable |
archive: pass thru mtime for directory archives, like the other archive types do |
2017-12-01 |
James May |
|
Accepted |
archive: add XZ support if built with Python 3 |
2019-09-17 |
David Demelier |
|
Accepted |
annotate: split the logic to two functions |
2016-06-11 |
Jun Wu |
|
Changes Requested |
annotate: remove redundant check for empty list of annotation data |
2014-09-16 |
Yuya Nishihara |
|
Accepted |
annotate: pre-calculate the "needed" dictionary |
2016-09-02 |
Jun Wu |
|
Changes Requested |
annotate: optimize line counting |
2016-05-23 |
Matt Mackall |
|
Accepted |
annotate: mention that -n is suppressed in help |
2015-12-18 |
timeless@mozdev.org |
|
Accepted |
annotate: discard refcount of discarded annotation for memory efficiency |
2013-04-18 |
Katsunori FUJIWARA |
|
Accepted |
annotate: calculate line count correctly |
2016-10-01 |
Jun Wu |
|
Accepted |
ancestors: prefetch method outside of the loop |
2015-06-20 |
Pierre-Yves David |
|
Accepted |
ancestors: add stopfunc to revlog.ancestors |
2015-11-08 |
Durham Goode |
marmoute |
Rejected |
ancestor: remove extra generator from lazyancestors.__iter__() |
2018-09-10 |
Yuya Nishihara |
|
Accepted |
amend: support amending merge changesets (issue3778) |
2013-02-08 |
Brodie Rao |
|
Superseded |
amend: new extension providing the amend command |
2017-07-12 |
Jun Wu |
|
Superseded |
amend: fix amending rename commit with obsolescence markers |
2014-10-18 |
Ryan McElroy |
|
Superseded |
amend: fix amending rename commit with obsolescence markers |
2014-10-18 |
Ryan McElroy |
|
Changes Requested |
amend: add keep parameter to cmdutil.amend |
2013-05-03 |
Durham Goode |
|
Changes Requested |
Allow specifying default --flag options via config |
2017-02-22 |
rishi shah |
|
Superseded |
Allow commit date before Unix epoch |
2016-03-29 |
Florent Gallaire |
yuya |
Rejected |
aggressivemergedeltas: enabled the option by default |
2018-07-09 |
Boris Feld |
|
Accepted |
adjustlinkrev: search ancestors from oldest to newest |
2015-01-15 |
Martin von Zweigbergk |
|
Rejected |
addremove: print relative paths when called with -I/-X |
2014-12-02 |
Martin von Zweigbergk |
|
Accepted |
addremove: pass command-level similarity value down to scmutil.addremove() |
2018-04-03 |
Yuya Nishihara |
|
Accepted |
addremove: don't do full walks |
2013-09-05 |
Siddharth Agarwal |
|
Accepted |
addremove: add "ui." prefix to message color keys |
2018-10-18 |
Yuya Nishihara |
|
Accepted |
add: use lexists so that broken symbolic links are added |
2014-12-03 |
John Coomes |
|
Accepted |
add: pass full=False to dirstate walk |
2015-09-09 |
Durham Goode |
|
Accepted |
add: check for the existence of a file matched inexactly before adding it |
2014-11-20 |
Matt Harbison |
|
Accepted |
Add support for english date names on non-english systems |
2015-02-24 |
A. Klitzing |
|
Accepted |
Add support for english date names on non-english systems |
2015-02-27 |
A. Klitzing |
|
Deferred |
Add support for english date names on non-english systems |
2015-02-27 |
Jordi Gutiérrez Hermoso |
|
Deferred |
Add support for 'union' merge strategy |
2015-06-26 |
Erik Huelsmann |
|
Changes Requested |
Add splitlines, wordN, and startswith to templates |
2014-04-12 |
Ryan McElroy |
|
Changes Requested |
add missing language descriptions for gettext-0.19 |
2014-06-03 |
Lars Wendler |
|
Accepted |
Add an example in churn extension |
2020-09-17 |
Stéphane Blondon |
|
New |
acl: add support for bookmarks [RFC] |
2016-03-04 |
timeless@mozdev.org |
yuya |
Changes Requested |
acl: add support for bookmarks [RFC] |
2016-03-21 |
timeless@mozdev.org |
|
Superseded |
absorb: print '{rev}:' as a prefix to the hash |
2018-10-12 |
Matt Harbison |
|
Accepted |
absorb: following UI conventions |
2018-08-09 |
David Demelier |
|
Accepted |
about: update URLs and prefer https:// |
2018-09-07 |
Bradley M. Jones |
|
Changes Requested |
A thought for dealing with linkrevs |
2014-09-18 |
Matt Mackall |
|
Not Applicable |
A small enhancement to graphlog to show closed branches |
2013-01-25 |
Henrik Pauli |
|
Deferred |
18n-*: Update copyright date |
2015-03-02 |
Jesus Cea |
|
Changes Requested |
***UNCHECKED*** D9272: hgweb: don't call sys.exit() in httpservice.run() |
2020-11-04 |
phabricator |
|
Superseded |
***UNCHECKED*** D9271: serve: simply return instead of calling sys.exit() in `hg serve --stdio` |
2020-11-04 |
phabricator |
|
Superseded |
***UNCHECKED*** D9270: httpservice: move sys.exit() out of serve_forever() |
2020-11-04 |
phabricator |
|
Superseded |
***UNCHECKED*** D7427: branchmap: make "closed" a set from beginning instead of converting from list |
2019-11-18 |
phabricator |
|
Not Applicable |
***UNCHECKED*** D7260: vfs: another bytes-str confusion on thread name |
2019-11-06 |
phabricator |
|
Superseded |
***UNCHECKED*** D7253: rust-status: remove dead code |
2019-11-06 |
phabricator |
|
Superseded |
***UNCHECKED*** D7253: rust-status: remove dead code |
2019-11-06 |
phabricator |
|
Not Applicable |
***UNCHECKED*** D7230: py3: don't use bytes with vars() or __dict__ |
2019-11-05 |
phabricator |
|
Superseded |
***UNCHECKED*** D7227: localrepo: use str for lookup in vars() |
2019-11-05 |
phabricator |
|
Superseded |
***UNCHECKED*** D7208: fsmonitor: normalize hostname to bytes |
2019-11-04 |
phabricator |
|
Not Applicable |
(issue3253) 'hg cat -r [rev]' doesn't work with renamed files |
2013-07-06 |
Iulian Stana |
|
Changes Requested |