[STABLE] sslutil: fix reversed logic (issue5034) |
2016-01-08 |
Gábor Stefanik |
|
Accepted |
[STABLE] sslutil: don't access message attribute in exception (issue5285) |
2016-07-02 |
Gregory Szorc |
yuya |
Accepted |
[STABLE] sshpeer: reflect actual command activity one handshake |
2018-04-24 |
Boris Feld |
|
Accepted |
[stable] ssh: fix flakey ssh errors on BSD systems |
2017-09-15 |
Augie Fackler |
|
Accepted |
[STABLE] ssh: capture output with bundle2 again (issue4642) |
2015-05-19 |
Pierre-Yves David |
|
Accepted |
[STABLE] sparse-revlog: fix delta validity computation |
2018-08-16 |
Boris Feld |
|
Accepted |
[STABLE] spanset: directly use __contains__ instead of a lambda |
2014-04-30 |
Pierre-Yves David |
|
Accepted |
[STABLE] solaris: diff -u emits "No differences encountered" |
2014-02-19 |
Danek Duvall |
|
Accepted |
[STABLE] singlehead: making config item a bool again |
2019-11-20 |
Georges Racinet |
|
Superseded |
[STABLE] shelve: use rebase instead of merge (issue4068) |
2013-10-25 |
Durham Goode |
|
Superseded |
[STABLE] shelve: remove unused variable assignment |
2013-11-01 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] shelve: make unshelve work even if it don't run in repository root |
2013-10-22 |
Takumi IINO |
|
Superseded |
[STABLE] shelve: lowercase flag description |
2016-01-21 |
timeless@mozdev.org |
|
Accepted |
[stable] shelve: add missing space in help text |
2016-11-17 |
Mads Kiilerich |
|
Superseded |
[STABLE] shellquote: fix missing quotes for empty string |
2015-02-11 |
Yuya Nishihara |
|
Accepted |
[STABLE] share: wrap bmstore._writerepo for transaction sensitivity (issue4940) |
2015-11-12 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] share: move config item declarations into core |
2017-11-06 |
Gregory Szorc |
|
Accepted |
[STABLE] share: handle --relative shares to a different drive letter gracefully |
2017-11-04 |
Matt Harbison |
|
Accepted |
[stable] share: fix unshare calling wrong repo.__init__() method |
2013-11-16 |
Brodie Rao |
|
Accepted |
[STABLE] setup: tweak error message for Python 3 |
2019-04-21 |
Gregory Szorc |
|
Accepted |
[STABLE] setup: silence warning of unknown option python_requires on distutils |
2017-07-27 |
Yuya Nishihara |
|
Accepted |
[STABLE] setup: remove set and dict comprehensions |
2019-04-21 |
Gregory Szorc |
|
Accepted |
[stable] setup: raise minimum Python version to 2.7.4 |
2020-05-23 |
Manuel Jacob |
|
Accepted |
[STABLE] setup: properly package distutils in py2exe virtualenv builds |
2019-04-20 |
Gregory Szorc |
|
Accepted |
[STABLE] setup: only allow Python 3 from a source checkout (issue5804) |
2018-02-24 |
Gregory Szorc |
|
Accepted |
[STABLE] setup: drop use of set literal so parsable on Python 2.6 |
2017-07-26 |
Yuya Nishihara |
|
Accepted |
[STABLE] setup: avoid procedure related to hg.exe at setup.py --pure |
2016-02-08 |
Katsunori FUJIWARA |
martinvonz |
Accepted |
[STABLE] setup.py: properly discard trust warning |
2013-04-02 |
Isaac Jurado |
|
Accepted |
[STABLE] setdiscovery: limit the size of all sample (issue4411) |
2014-11-02 |
Pierre-Yves David |
|
Accepted |
[STABLE] server: ensure the incoming request falls under the prefix value |
2018-04-02 |
Matt Harbison |
|
Accepted |
[STABLE] serve: move hg-ssh readonly logic into hg serve |
2017-04-27 |
Durham Goode |
|
Superseded |
[STABLE] serve: correct meta variable of --daemon-pipefds option |
2014-11-02 |
Yuya Nishihara |
|
Accepted |
[STABLE] scmutil: avoid quadratic membership testing (issue5969) |
2018-08-25 |
Gregory Szorc |
|
New |
[stable] rust: relax im-rc dependency to allow minor updates |
2022-05-24 |
Mads Kiilerich |
|
New |
[STABLE] runtests: skip json for blacklisted tests |
2016-01-21 |
Durham Goode |
|
Rejected |
[STABLE] runtests: add the repo root to the python path |
2016-04-29 |
Durham Goode |
|
Changes Requested |
[STABLE] run-tests: pre instantiate pygments objects |
2017-07-21 |
Jun Wu |
|
Accepted |
[STABLE] run-tests: fix race condition |
2016-01-21 |
Laurent Charignon |
|
Accepted |
[STABLE] run-tests: fix permission to clean up unreadable directories |
2018-12-17 |
Yuya Nishihara |
|
New |
[stable] run-tests: fix escapes with conditions |
2020-06-29 |
Manuel Jacob |
|
Accepted |
[STABLE] run-tests: fix crash when --json and --blacklist are both used (issue5050) |
2016-01-19 |
Laurent Charignon |
|
Accepted |
[STABLE] run-tests: don't error when glob matched line ends with backslash |
2015-04-17 |
Gregory Szorc |
|
Accepted |
[STABLE] revsets: add docs for '%' operator |
2016-04-27 |
Sean Farley |
|
Superseded |
[STABLE] revset: raise RepoLookupError to make present() predicate continue the query |
2015-01-30 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] revset: map postfix '%' to only() to optimize operand recursively (issue4670) |
2015-05-15 |
Yuya Nishihara |
|
Accepted |
[STABLE] revset: have rev() drop out-of-range or filtered rev explicitly (issue4396) |
2014-10-19 |
Yuya Nishihara |
|
Accepted |
[STABLE] revset: force immediate revset evaluation for roots() (issue4313) |
2014-07-24 |
Gregory Szorc |
|
Changes Requested |
[STABLE] revset: flatten chained 'list' operations (aka function args) (issue5072) |
2016-02-04 |
Yuya Nishihara |
|
Accepted |
[STABLE] revset: fix spanset.isascending() to honor sort() or reverse() request |
2015-01-10 |
Yuya Nishihara |
|
Accepted |
[STABLE] revset: fix O(2^n) perf regression in addset |
2014-10-28 |
Durham Goode |
|
Accepted |
[STABLE] revset: fix keyword arguments to go through optimization process |
2016-08-07 |
Yuya Nishihara |
|
Accepted |
[STABLE] revset: fix first and last for generatorset (issue4465) |
2014-12-01 |
Pierre-Yves David |
|
Accepted |
[STABLE] revset: evaluate filesets against each revision for 'file()' (issue5778) |
2018-01-31 |
Matt Harbison |
|
Accepted |
[STABLE] revset: drop pre-lazyset optimization for stringset of subset == entire repo |
2015-01-03 |
Yuya Nishihara |
|
Accepted |
[stable] revset: don't cache abstractsmartset min/max invocations infinitely |
2016-10-25 |
Mads Kiilerich |
|
Accepted |
[STABLE] revset: document the regular expression support for tag(name) |
2014-03-25 |
Matt Harbison |
|
Accepted |
[stable] revset: directly use __contains__ instead of a lambda |
2014-05-01 |
Pierre-Yves David |
|
Accepted |
[STABLE] revset: avoid O(n) lookup of invalid revision in rev() |
2014-10-23 |
Yuya Nishihara |
|
Accepted |
[STABLE] revset: avoid a ValueError when 'only()' is given an empty set |
2014-07-19 |
Matt Harbison |
|
Accepted |
[STABLE] revset: add an optimised baseset.__contains__ (issue4371) |
2014-09-18 |
Pierre-Yves David |
|
Accepted |
[stable] revlog: use "True" instead of "1" as while condition |
2014-06-14 |
Pierre-Yves David |
|
Not Applicable |
[STABLE] revlog: seek to end of file before writing (issue4943) |
2015-12-18 |
Gregory Szorc |
|
Superseded |
[STABLE] revlog: seek to end of file before writing (issue4943) |
2015-12-18 |
Adrian Buehlmann |
|
Accepted |
[STABLE] revlog: make sure we never use sparserevlog without general delta (issue6056) |
2019-01-25 |
Boris Feld |
|
New |
[STABLE] revlog: make sure we never use sparserevlog without general delta (issue6056) |
2019-01-31 |
Yuya Nishihara |
|
New |
[STABLE] revlog: fix resolution of revlog version 0 |
2019-01-21 |
Yuya Nishihara |
|
Accepted |
[STABLE] revlog: fix descendant deprecated method |
2018-08-01 |
Boris Feld |
|
Accepted |
[STABLE] revlog: fix bad indentation (replace tab by space) |
2015-12-19 |
Martin von Zweigbergk |
|
Accepted |
[STABLE] revlog: cache delta base value under -1 |
2018-12-31 |
Boris Feld |
|
Accepted |
[STABLE] revlog: add an experimental option to mitigated delta issues (issue5480) |
2017-06-27 |
Pierre-Yves David |
|
Accepted |
[stable] revisionbranchcache: fall back to slow path if starting readonly (issue4531) |
2015-02-06 |
Mads Kiilerich |
|
Accepted |
[STABLE] revert: restore the ability to revert across case only renames (issue4481) |
2015-04-26 |
Matt Harbison |
|
Accepted |
[STABLE] revert: properly revert to ancestor of p2 during merge |
2016-02-23 |
Pierre-Yves David |
martinvonz |
Accepted |
[STABLE] revert: move prefetch to after the actions logic |
2015-01-28 |
Durham Goode |
|
Accepted |
[STABLE] revert: mention ui.origbackuppath in the command help |
2016-05-04 |
Nathan Goldbaum |
|
Superseded |
[stable] revert: ensure that copies and renames are honored (issue3920) |
2013-05-03 |
Bryan O'Sullivan |
|
Accepted |
[STABLE] revert: apply normallookup on reverted file if size isn't changed (issue4583) |
2015-04-24 |
Katsunori FUJIWARA |
|
Superseded |
[stable] revert: accept just -I/-X without paths or -a/-i (issue4592) |
2015-04-22 |
Martin von Zweigbergk |
|
Accepted |
[STABLE] revbranchcache: special case nullrev |
2015-05-23 |
Durham Goode |
marmoute |
Superseded |
[stable] resourceutil: fix location of line comments |
2020-06-09 |
Manuel Jacob |
|
Accepted |
[STABLE] resolve: restore .orig only after merge is fully complete (issue4952) |
2015-11-13 |
Siddharth Agarwal |
|
Accepted |
[STABLE] resolve: restore .orig only after merge is fully complete (issue4952) |
2015-11-22 |
Matt Harbison |
|
Not Applicable |
[stable] resolve: keep wlock while resolving |
2014-05-27 |
Mads Kiilerich |
|
Accepted |
[STABLE] repoview: fix corrupted hiddencache crash Mercurial (issue5042) |
2016-01-20 |
Laurent Charignon |
|
Superseded |
[STABLE] repoview: do not crash when localtags refers to non existing or hidden revisions |
2014-06-30 |
Angel Ezquerra |
|
Changes Requested |
[stable] repair: fix typo in warning message |
2015-07-26 |
Wagner Bruna |
|
Accepted |
[STABLE] repair._bundle: fix traceback for bad config value |
2015-01-21 |
Eric Sumner |
|
Accepted |
[STABLE] record: update help message to use operation instead of "record" (issue5432) |
2017-04-24 |
Boris Feld |
|
Accepted |
[STABLE] record: prevent commits that don't pick up dirty subrepo changes (issue6102) |
2019-03-16 |
Matt Harbison |
|
Superseded |
[STABLE] record: prevent commits that don't pick up dirty subrepo changes (issue6102) |
2019-03-17 |
Matt Harbison |
|
New |
[STABLE] record: fix record with change on moved file crashes (issue4619) |
2015-04-22 |
Laurent Charignon |
|
Accepted |
[STABLE] record: Fix Adding new file with record from within a subdir (issue4626) |
2015-04-27 |
Laurent Charignon |
|
Accepted |
[STABLE] record: change wording for record curses interface |
2015-04-22 |
Laurent Charignon |
|
Accepted |
[STABLE] rebase: restore help for rebase w/o args (issue5059) |
2016-01-22 |
timeless@mozdev.org |
|
Accepted |
[STABLE] rebase: restore active bookmark after rebase --continue |
2013-03-12 |
Durham Goode |
|
Accepted |
[STABLE] rebase: prevent invalid rebase --abort from causing data loss |
2013-08-01 |
Durham Goode |
|
Superseded |
[STABLE] rebase: move bookmark to destination for commits becoming empty (issue5627) |
2017-07-20 |
Jun Wu |
|
Superseded |
[STABLE] rebase: move bookmark to destination for commits becoming empty (issue5627) |
2017-07-21 |
via Mercurial-devel |
|
Superseded |
[STABLE] rebase: improve base revset performance |
2014-10-21 |
Durham Goode |
|
Accepted |
[STABLE] rebase: ignore negative state when updating back to original wc parent |
2014-12-02 |
Pierre-Yves David |
|
Accepted |
[STABLE] rebase: fix working copy location after a --collapse (issue4080) |
2013-11-02 |
Durham Goode |
|
Accepted |
[STABLE] rebase: fix selection of base used when rebasing merge (issue4041) |
2013-10-30 |
Pierre-Yves David |
|
Superseded |
[STABLE] rebase: fix rebase with no common ancestors (issue4446) |
2014-11-10 |
Durham Goode |
|
Accepted |
[STABLE] rebase: fix rebase aborts when tip^ is public (issue4082) |
2013-11-05 |
Durham Goode |
|
Accepted |
[STABLE] rebase: ensure rebase revision remains visible (issue4504) |
2015-01-28 |
Pierre-Yves David |
|
Superseded |
[STABLE] rebase: ensure rebase revision remains visible (issue4504) |
2015-01-28 |
Pierre-Yves David |
|
Accepted |
[stable] rebase: empty revset should be a gentle no-op with exit code 1, not an error |
2014-05-01 |
Mads Kiilerich |
|
Accepted |
[STABLE] rebase: don't forward "source" argument to rebase (issue4633) |
2015-04-28 |
Gregory Szorc |
|
Accepted |
[STABLE] rebase: do not try to reactivate deleted divergent bookmark |
2014-02-15 |
Yuya Nishihara |
|
Accepted |
[stable] rebase: derive node from target rev (issue3802) |
2013-02-03 |
Siddharth Agarwal |
|
Accepted |
[stable] rebase: better way to detect non-detaching revisions (issue5044) |
2016-02-01 |
Martijn Pieters |
|
Accepted |
[STABLE] rebase: avoid RevlogError when computing obsoletenotrebased (issue5907) |
2018-06-06 |
Matt Harbison |
|
Accepted |
[stable] rebase: add missing dashes in help text |
2019-02-26 |
Manuel Jacob |
|
Accepted |
[STABLE] README: make paragraphs before example code end with "::" for reST syntax |
2017-07-31 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] python-zstandard: apply big-endian fix (issue6188) |
2019-08-25 |
Gregory Szorc |
|
Accepted |
[stable] pycompat: verify sys.argv exists before forwarding it (issue5493) |
2017-03-07 |
Augie Fackler |
|
Accepted |
[stable] pycompat: fix crash when default locale is unknown |
2020-06-24 |
Manuel Jacob |
|
Accepted |
[stable] py3: use pycompat.bytestr() instead of pycompat.sysstr() |
2019-11-19 |
Manuel Jacob |
|
Accepted |
[STABLE] py3: force bytestr conversion of "reason" in scmutil.callcatch() |
2019-12-18 |
Denis Laxalde |
|
Superseded |
[STABLE] py3: fix sorting of obsolete markers in obsutil (issue6217) |
2019-11-09 |
Denis Laxalde |
|
Accepted |
[STABLE] py3: fix formatting of LookupError for workingctx |
2020-09-13 |
Yuya Nishihara |
|
Accepted |
[STABLE] py3: fix EOL detection in commandserver.channeledinput |
2020-02-24 |
Yuya Nishihara |
|
Accepted |
[stable] py3: fix crash when server address is 0.0.0.0 (issue6362) |
2020-07-03 |
Manuel Jacob |
|
Accepted |
[STABLE] py3: decode Subject header in patchbomb |
2019-10-29 |
Denis Laxalde |
|
New |
[STABLE] py3: compare http server's command with a native string |
2019-11-07 |
Denis Laxalde |
|
New |
[STABLE] py3: avoid iterating over a literal bytes in highlight |
2019-11-12 |
Denis Laxalde |
|
Accepted |
[stable] py3: always flush ui streams on Python 3 |
2020-06-02 |
Manuel Jacob |
|
Superseded |
[STABLE] push: stop independant usage of bundle2 in syncphase (issue4454) |
2014-11-20 |
Pierre-Yves David |
|
Accepted |
[STABLE] push: restore old behavior of default-push (issue5000) |
2015-12-26 |
Yuya Nishihara |
|
Accepted |
[STABLE] push: fix "No changes found" when pushing a phase change (issue4232) |
2016-01-21 |
Laurent Charignon |
|
Accepted |
[STABLE] push: continue without locking on lock failure other than EEXIST (issue5882) |
2018-05-15 |
Yuya Nishihara |
|
Accepted |
[STABLE] pull: avoid race condition with 'hg pull --rev name --update' (issue4706) |
2015-06-03 |
Pierre-Yves David |
|
Accepted |
[STABLE] proxy: remove unneeded _set_hostport for compatibility with Python 2.7.7rc1 |
2014-05-22 |
Yuya Nishihara |
|
Accepted |
[STABLE] progress: stop excessive clearing (issue4801) |
2016-05-06 |
Matt Mackall |
|
Accepted |
[stable] progress: disable progress when the terminal resembles cmd.exe (issue4801) |
2016-03-01 |
Augie Fackler |
|
Superseded |
[STABLE] procutil: extend gui test to detect wayland session (issue6479) |
2021-02-04 |
Yuya Nishihara |
|
New |
[STABLE] posix: make poll() restart on interruption by signal (issue5452) |
2016-12-22 |
Yuya Nishihara |
|
Accepted |
[STABLE] posix: insert seek between reads and writes on Solaris (issue4943) |
2015-11-15 |
Gregory Szorc |
marmoute |
Changes Requested |
[STABLE] posix: insert seek between reads and writes on Solaris (issue4943) |
2015-11-16 |
Adrian Buehlmann |
|
Not Applicable |
[STABLE] posix: avoid race condition while checking for symlinking capability |
2015-11-06 |
Mathias De Maré |
|
Rejected |
[STABLE] posix: avoid race condition while checking for symlinking capability |
2015-11-06 |
Matt Mackall |
|
Rejected |
[STABLE] phases: break advanceboundary revset call in multiple piece (issue4371) |
2014-09-18 |
Pierre-Yves David |
|
Superseded |
[STABLE] phabricator: properly encode boolean types in the request body |
2018-12-21 |
Matt Harbison |
|
Superseded |
[STABLE] phabricator: ensure the command summaries are available in extension help |
2018-11-11 |
Matt Harbison |
|
Accepted |
[STABLE] phabricator: convert unicode to binary when writing patches |
2017-07-27 |
Jun Wu |
|
Rejected |
[STABLE] perf: fix typo in perfphasesremote() |
2018-08-18 |
Yuya Nishihara |
|
New |
[STABLE] perf: add a way to benchmark `dirstate.status` |
2019-11-04 |
Pierre-Yves David |
|
Accepted |
[STABLE] pathutil: use util.pathto() to calculate relative cwd in canonpath() |
2017-11-03 |
Matt Harbison |
|
Accepted |
[STABLE] paths: include #fragment again |
2015-12-07 |
Yuya Nishihara |
|
Accepted |
[STABLE] patch: don't separate \r and \n when colorizing diff output |
2018-07-10 |
via Mercurial-devel |
|
Accepted |
[STABLE] patch: Always ensure valid git diffs in case source/destination file is missing (issue4046) |
2013-10-22 |
Johan Björk |
|
Superseded |
[STABLE] partialdiscovery: avoid `undecided` related computation sooner than necessary |
2019-01-24 |
Boris Feld |
|
Accepted |
[STABLE] parse_index2: fix crash on bad argument type (issue4110) |
2013-11-27 |
Chris Jerdonek |
|
Accepted |
[STABLE] parsers: silence warning of implicit integer conversion issued by clang |
2015-07-20 |
Yuya Nishihara |
|
Accepted |
[STABLE] parsers: raise an unambiguous type during index lookup (issue4451) |
2015-06-10 |
Gregory Szorc |
|
Superseded |
[STABLE] parsers: fix width of datalen variable in fm1readmarkers |
2015-11-07 |
Yuya Nishihara |
marmoute |
Accepted |
[STABLE] parsers: fix segfault by invalid parent revision read from revlog |
2015-07-16 |
Yuya Nishihara |
|
Accepted |
[STABLE] parsers: fix parse_dirstate to check len before unpacking header (issue4979) |
2015-12-02 |
Yuya Nishihara |
|
Accepted |
[stable] parsers: fix memleak of revlog cache entries on strip |
2013-01-28 |
Yuya Nishihara |
|
Accepted |
[STABLE] parsers: fix 'unsigned expression is always true' warning (issue4142) |
2014-01-23 |
David Soria Parra |
|
Accepted |
[STABLE] parsers: do not cache RevlogError type (issue4451) |
2015-06-12 |
Gregory Szorc |
|
Accepted |
[stable] parsers.c: fix a couple of memory leaks |
2014-06-11 |
Danek Duvall |
|
Superseded |
[stable] parsers.c: fix a couple of memory leaks |
2014-06-12 |
Kevin Bullock |
|
Superseded |
[STABLE] parser: fix crash by parsing "()" in keyword argument position |
2019-05-03 |
Yuya Nishihara |
|
Accepted |
[stable] paper: overlapping of section title on help pages (issue4051) |
2014-03-03 |
Anurag Goel |
|
Accepted |
[STABLE] pager: wrap _runcommand() no matter if stdout is redirected |
2017-01-19 |
Yuya Nishihara |
|
Accepted |
[STABLE] pager: use less as a fallback on Unix |
2017-04-28 |
Yuya Nishihara |
|
Accepted |
[STABLE] pager: set MORE=FRX on OS X and FreeBSD |
2017-04-21 |
Jun Wu |
|
Rejected |
[STABLE] packaging: update book URL in Mac and Windows READMEs |
2017-10-24 |
Kevin Bullock |
|
Accepted |
[STABLE] packaging: remove version info from Breaks+Replaces in Debian package |
2019-10-25 |
Denis Laxalde |
|
Accepted |
[STABLE] packaging: always execute builddeb from source root |
2018-08-01 |
Gregory Szorc |
|
New |
[STABLE] packaging: add make target for linux wheels |
2017-04-26 |
Boris Feld |
|
Superseded |
[STABLE] outgoing: fix possible filtering crash in outgoing (issue3814) |
2013-02-09 |
Pierre-Yves David |
|
Accepted |
[stable] osx: patch .pax.gz files in pkg bundles so they extract as root (issue4081) |
2015-01-23 |
Mads Kiilerich |
|
Accepted |
[STABLE] osx: delay version computation on macOS builds |
2017-08-11 |
Kevin Bullock |
|
Accepted |
[STABLE] osutil: do not abort loading pure module just because libc has no recvmsg() |
2016-02-03 |
Yuya Nishihara |
|
Accepted |
[STABLE] obsstore: make the invalid markers check wrap-able |
2015-01-30 |
Pierre-Yves David |
|
Accepted |
[STABLE] obsolete: invalidate "volatile" set cache after merging marker |
2017-05-17 |
Pierre-Yves David |
|
Accepted |
[STABLE] obsolete: fix n^2 marker computation behavior |
2016-02-23 |
Pierre-Yves David |
mpm |
Accepted |
[STABLE] notify: fix fromauthor setting for 'incoming' hook type (issue4194) |
2015-10-05 |
Bruce Cran |
|
Accepted |
[STABLE] nodemap: fix validity checking when revlog is too short |
2020-06-13 |
Pierre-Yves David |
|
Accepted |
[STABLE] mq: use fallback patch name if no alpha-numeric byte in the summary line |
2015-12-23 |
Katsunori FUJIWARA |
yuya |
Accepted |
[STABLE] mq: restrict generated patch name to 75 characters (issue5117) |
2016-03-09 |
Pierre-Yves David |
|
Accepted |
[stable] mq: fix update of headers that occur in the "wrong" order |
2014-11-28 |
Mads Kiilerich |
|
Accepted |
[STABLE] mq: copy pager attributes back to qrepo.ui |
2017-10-21 |
Yuya Nishihara |
|
Accepted |
[STABLE] mq: comply with filtering when injecting fake tags (issue3812) |
2013-02-11 |
Pierre-Yves David |
|
Accepted |
[STABLE] morestatus: don't crash with different drive letters for repo.root and CWD |
2017-11-06 |
Matt Harbison |
|
Accepted |
[STABLE] monoblue: show relative age of bookmarks |
2015-07-24 |
Anton Shestakov |
|
Accepted |
[STABLE] monoblue: fix page subtitle on help pages |
2015-09-03 |
Anton Shestakov |
|
Accepted |
[STABLE] minifileset: note the unsupported file pattern when raising a parse error |
2018-01-25 |
Matt Harbison |
|
Accepted |
[STABLE] mergetools: vimdiff issue a warning explaining how to abort |
2013-02-15 |
Pierre-Yves David |
|
Superseded |
[STABLE] mergetools: vimdiff issue a warning explaining how to abort |
2013-02-15 |
Kevin Bullock |
|
Superseded |
[STABLE] merge: undocument checkunknown and checkignored configs for 3.7 |
2016-01-27 |
Siddharth Agarwal |
|
Accepted |
[STABLE] merge: run update hook after the last wlock release |
2015-04-29 |
Matt Harbison |
|
Accepted |
[STABLE] merge: respect parents order when using `graft` on a merge, this time for real |
2019-09-18 |
Anton Shestakov |
|
Accepted |
[STABLE] merge: respect parents order when using `graft` on a merge |
2019-09-09 |
Pierre-Yves David |
|
New |
[stable] merge: more safe detection of criss cross merge conflict between dm and r |
2017-02-01 |
Mads Kiilerich |
|
Accepted |
[STABLE] merge: mark .hgsubstate as possibly dirty before submerge for consistency |
2015-01-29 |
Katsunori FUJIWARA |
|
Accepted |
[stable] merge: fix UnboundLocalError (issue3791) |
2013-01-30 |
Mads Kiilerich |
|
Superseded |
[STABLE] merge: fix spelling of length |
2014-02-28 |
Olle Lundberg |
|
Accepted |
[STABLE] merge: don't try to merge subrepos twice (issue4988) |
2016-01-29 |
Siddharth Agarwal |
|
Accepted |
[stable] merge: don't overwrite file untracked after remove, abort with 'untracked files' |
2014-02-09 |
Mads Kiilerich |
|
Accepted |
[STABLE] merge: do not fill manifest of committed revision with pseudo node (issue5526) |
2018-06-19 |
Yuya Nishihara |
|
Accepted |
[STABLE] merge: do not delete untracked files silently (issue5962) |
2018-08-19 |
Yuya Nishihara |
|
Accepted |
[STABLE] merge: back out changeset a4ca0610c754 (parents order when grafting a merge) |
2019-09-23 |
Anton Shestakov |
|
Accepted |
[STABLE] merge: avoid superfluous filemerges when grafting through renames (issue5407) |
2016-10-25 |
Gábor Stefanik |
|
Accepted |
[STABLE] memctx: substate needs to be {} instead of None |
2014-07-25 |
Sean Farley |
|
Accepted |
[stable] match: make glob '**/' match the empty string |
2014-06-25 |
Siddharth Agarwal |
|
Accepted |
[STABLE] match: fix NameError 'pat' on overflow of regex pattern length |
2014-04-29 |
Yuya Nishihara |
|
Accepted |
[STABLE] match: fix assertion for fileset with no context (issue6046) |
2019-01-05 |
Yuya Nishihara |
|
Accepted |
[STABLE] match: fix a caseonly rename + explicit path commit on icasefs (issue4768) |
2015-08-07 |
Matt Harbison |
|
Accepted |
[STABLE] manifest: fix possible SEGV caused by uninitialized lazymanifest fields |
2018-06-15 |
Yuya Nishihara |
|
Accepted |
[STABLE] makefile: run Rust tests if cargo is installed |
2019-08-22 |
Raphaël Gomès |
|
Superseded |
[stable] makefile: put format-c into .PHONY targets |
2017-10-26 |
Anton Shestakov |
|
Accepted |
[STABLE] makefile: add Ubuntu Artful docker targets (.deb and ppa) |
2018-02-01 |
Anton Shestakov |
|
Accepted |
[stable] make: update .PHONY targets |
2017-02-15 |
Anton Shestakov |
|
Accepted |
[STABLE] make: backout changeset 51f5fae84e43 |
2016-04-25 |
Siddharth Agarwal |
|
Accepted |
[STABLE] logexchange: convert paths to unix when detecting the active path |
2018-10-25 |
Matt Harbison |
|
Accepted |
[STABLE] log: update documentation about --follow with/without --rev (issue6459) |
2020-12-24 |
Yuya Nishihara |
|
Accepted |
[STABLE] log: mention ui.logtemplate in the help text |
2017-08-16 |
Nathan Goldbaum |
|
Accepted |
[STABLE] log: fix status template to list copy source per dest (issue5155) |
2016-04-19 |
Yuya Nishihara |
durin42 |
Accepted |
[STABLE] log: fix order of revisions filtered by multiple OR options (issue5100) |
2016-02-15 |
Yuya Nishihara |
marmoute |
Superseded |
[STABLE] log: fix log revset instability |
2014-12-09 |
Durham Goode |
|
Accepted |
[stable] log: fix json-formatted output when file copies are listed (issue4523) |
2015-02-02 |
Augie Fackler |
|
Superseded |
[STABLE] log: fix handling of root (or empty) path provided by matcher (issue6478) |
2021-02-02 |
Yuya Nishihara |
|
New |
[STABLE] log: fix crash and bad filematcher lookup by -fr'wdir()' PATH |
2020-09-11 |
Yuya Nishihara |
|
New |
[STABLE] log: do not use exact matcher for --patch --follow without file (issue4319) |
2014-08-01 |
Yuya Nishihara |
|
Accepted |
[stable] lock: handle race in trylock/testlock on Windows |
2013-10-02 |
Yuya Nishihara |
|
Accepted |
[STABLE] localrepo: recreate phasecache if changelog was modified (issue4855) |
2015-09-29 |
Yuya Nishihara |
|
Accepted |
[stable] localrepo: language and spelling fixes in comment |
2014-02-26 |
Olle Lundberg |
|
Accepted |
[STABLE] localrepo: discard objects in _filecache at transaction failure (issue4876) |
2015-10-21 |
Katsunori FUJIWARA |
|
Superseded |
[STABLE] localrepo: always write the filtered phasecache when nodes are destroyed (issue3827) |
2013-03-23 |
Idan Kamara |
|
Accepted |
[STABLE] localrepo.commit: check all files for resolve state (issue4972) |
2015-12-01 |
Siddharth Agarwal |
|
Accepted |
[STABLE] lfs: consult the narrow matcher when extracting pointers from ctx (issue5794) |
2018-10-22 |
Matt Harbison |
|
Accepted |
[STABLE] lfs: bypass wrapped functions when reposetup() hasn't been called (issue5902) |
2018-05-31 |
Matt Harbison |
|
Accepted |
[STABLE] lfs: avoid a potential variable reference before assignment error in cmdserver |
2018-10-10 |
Matt Harbison |
|
Accepted |
[STABLE] lazymanifest: fix typo s/typles/tuples/ |
2016-05-27 |
Javi Merino |
|
Accepted |
[stable] largefiles: use repo.wwrite for writing standins (issue3909) |
2013-04-26 |
Mads Kiilerich |
|
Accepted |
[stable] largefiles: use 'default' path for pulling largefiles, not 'default-push' |
2015-01-23 |
Mads Kiilerich |
|
Accepted |
[STABLE] largefiles: revert to lfilesrepo.status() being an unfiltered method |
2015-01-27 |
Matt Harbison |
|
Accepted |
[STABLE] largefiles: restore archiving largefiles with hgweb (issue4859) |
2015-09-30 |
Matt Harbison |
|
Accepted |
[STABLE] largefiles: remove directories left empty after a move (issue3515) |
2014-04-26 |
Matt Harbison |
|
Accepted |
[STABLE] largefiles: properly sync lfdirstate after removing largefiles |
2015-01-04 |
Matt Harbison |
|
Accepted |
[STABLE] largefiles: make sure debugstate command is populated before wrapping |
2017-05-04 |
Yuya Nishihara |
|
Accepted |
[stable] largefiles: handle that a found standin file doesn't exist when removing it |
2016-10-27 |
Mads Kiilerich |
|
Accepted |
[stable] largefiles: fix typos in documentation |
2013-04-19 |
Wagner Bruna |
|
Accepted |
[STABLE] largefiles: fix largefiles+subrepo update (issue3752) |
2013-01-22 |
Benoit Boissinot |
|
Accepted |
[STABLE] largefiles: fix commit of a directory with no largefile changes (issue4330) |
2015-01-18 |
Matt Harbison |
|
Accepted |
[STABLE] largefiles: fix an explicit largefile commit after a remove (issue4969) |
2016-01-24 |
Matt Harbison |
yuya |
Accepted |
[stable] largefiles: fix 'deleted' files sometimes persistently appearing with R status |
2016-10-17 |
Mads Kiilerich |
|
Accepted |
[STABLE] largefiles: ensure lfutil.getstandinmatcher() only matches standins |
2015-08-12 |
Matt Harbison |
|
Accepted |
[stable] largefiles: enhance error message to make it more i18n-friendly |
2013-01-21 |
Wagner Bruna |
|
Accepted |
[stable] largefiles: drop repo wrapping detection |
2013-04-26 |
Mads Kiilerich |
|
Accepted |
[STABLE] largefiles: don't mangle filesets when fixing up the log matcher |
2015-04-18 |
Matt Harbison |
|
Accepted |
[STABLE] largefiles: don't interfere with logging normal files |
2015-01-31 |
Matt Harbison |
|
Accepted |
[STABLE] largefiles: don't crash when cloning to a remote repo |
2015-04-18 |
Matt Harbison |
|
Accepted |
[stable] largefiles: don't crash on 'local renamed directory' actions |
2013-11-26 |
Mads Kiilerich |
|
Accepted |
[STABLE] largefiles: don't actually remove largefiles in an addremove dry run |
2014-12-13 |
Matt Harbison |
marmoute |
Accepted |
[stable] largefiles: better handling of log from other working directory (issue4236) |
2014-05-01 |
Mads Kiilerich |
|
Accepted |
[STABLE] largefiles: avoid exec-bit examination on the platform being unaware of it |
2014-11-24 |
Katsunori FUJIWARA |
|
Superseded |
[STABLE] largefiles: avoid a crash when archiving a subrepo with largefiles disabled |
2017-06-14 |
Matt Harbison |
|
Accepted |
[STABLE] largefiles: access to specific fields only if largefiles enabled (issue4547) |
2015-02-25 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] keyword: use fctx.filenode() instead of internal var (issue5364) |
2016-09-08 |
Christian Ebert |
|
Changes Requested |
[STABLE] keyword: use fctx.filenode() instead of internal var (issue5364) |
2016-10-17 |
Christian Ebert |
|
Not Applicable |
[STABLE] keyword: avoid traceback when kwdemo is run outside a repo |
2016-07-27 |
Christian Ebert |
|
Superseded |
[STABLE] internals: update test-help.t for config registrar copy-edit |
2017-11-01 |
Kevin Bullock |
|
Accepted |
[STABLE] internals: copy-edit "register" -> "registrar" in configitem docs |
2017-11-01 |
Kevin Bullock |
|
Accepted |
[STABLE] internal-doc: document the config register mechanism |
2017-10-27 |
Boris Feld |
|
Accepted |
[stable] installer: add windows application version number to inno installer script |
2016-01-07 |
Urs Rau |
|
Accepted |
[STABLE] inno: bump keyring to 18.0.1 to avoid AttributeError (issue6043) |
2019-04-27 |
Matt Harbison |
|
Accepted |
[STABLE] inifinitepush: fix filebundlestore to close file |
2018-04-19 |
Yuya Nishihara |
|
Accepted |
[STABLE] infinitepush: remove unused import to tempfile |
2020-07-23 |
Pierre-Yves David |
|
Accepted |
[STABLE] incoming: fix incoming when a local head is remotely filtered (issue3805)o |
2013-02-06 |
Pierre-Yves David |
|
Accepted |
[STABLE] import: mark --exact as experimental |
2016-02-25 |
Pierre-Yves David |
|
Deferred |
[STABLE] import: mark --exact as experimental |
2016-03-01 |
Matt Mackall |
|
Changes Requested |
[STABLE] import: fix crash on --exact check of empty commit (issue5702) |
2018-04-24 |
Yuya Nishihara |
|
Accepted |
[STABLE] ignore: fix path concatenation of .hgignore on Windows |
2015-07-27 |
Yuya Nishihara |
|
Accepted |
[STABLE] ignore python folder included within hackable hg packages |
2014-09-09 |
Steve Borho |
|
Changes Requested |
[STABLE] icasefs: improve rename awareness of case-folding collision detection (issue3452) |
2013-02-01 |
Katsunori FUJIWARA |
|
Superseded |
[STABLE] i18n: use actual filename, in which function is defined, for hg.pot |
2017-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] i18n: show the non-ASCII password prompt text correctly |
2013-04-25 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] i18n: make empty string not i18n-ed to avoid hiding translation meta data |
2014-11-01 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] i18n: make empty string not i18n-ed to avoid hiding translation meta data |
2014-11-01 |
Matt Mackall |
|
Accepted |
[STABLE] i18n: fix fatal errors in translation files |
2013-10-18 |
Simon Heimberg |
|
Superseded |
[STABLE] i18n: extract doc string of each web commands as translatable one |
2015-04-27 |
Katsunori FUJIWARA |
|
Accepted |
[stable] i18n-pt_BR: fix syntax error on translation |
2017-06-02 |
Wagner Bruna |
|
Accepted |
[stable] httppeer: reintroduce _abort that accidentally was removed in 167047ba3cfa |
2014-04-23 |
Mads Kiilerich |
|
Accepted |
[stable] httppeer: make __del__ access to self.urlopener more safe |
2016-10-31 |
Mads Kiilerich |
|
Accepted |
[STABLE] httppeer: don't abort a push if the temporary bundle file cannot be deleted |
2014-10-25 |
Matt Harbison |
|
Superseded |
[STABLE] httppeer: close the temporary bundle file after two-way streaming it |
2014-10-26 |
Matt Harbison |
|
Accepted |
[STABLE] http: work around custom http client classes that refuse extra attrs |
2018-10-29 |
Augie Fackler |
|
Accepted |
[stable] hooks: only disable/re-enable demandimport when it's already enabled |
2014-02-10 |
Brodie Rao |
|
Accepted |
[STABLE] hook: protect commit hooks against stripping of temporary commit (issue4422) |
2014-11-01 |
Pierre-Yves David |
|
Accepted |
[stable] hook: disable demandimport before importing hooks |
2012-12-17 |
Dirkjan Ochtman |
|
Superseded |
[stable] histedit: use str.startswith, remove duplicate line and extra blank line |
2014-08-07 |
adgar@google.com |
|
Changes Requested |
[STABLE] histedit: show correct hash ID at verification error |
2016-02-01 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] histedit: save manually edited commit message into ".hg/last-message.txt" |
2014-03-23 |
Katsunori FUJIWARA |
|
Superseded |
[STABLE] histedit: preserve active branch while histediting |
2017-12-12 |
Boris Feld |
|
Accepted |
[STABLE] histedit: make check for unresolved conflicts explicit (issue5545) |
2017-04-21 |
Siddharth Agarwal |
|
Accepted |
[stable] histedit: fix typo in documentation |
2016-02-03 |
Wagner Bruna |
|
Accepted |
[STABLE] histedit: fix test-histedit-edit on vfat |
2015-05-05 |
Durham Goode |
|
Accepted |
[STABLE] histedit: fix rollup prompting for a commit message (issue4606) |
2015-04-21 |
Durham Goode |
|
Accepted |
[STABLE] histedit: fix reST syntax problem of example code in help document |
2015-04-28 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] histedit: fix keep during --continue |
2015-05-29 |
Durham Goode |
|
Accepted |
[STABLE] histedit: fix --edit-plan |
2015-05-04 |
Durham Goode |
|
Accepted |
[STABLE] histedit: change state format to allow non-hash lines |
2015-04-17 |
Durham Goode |
|
Accepted |
[STABLE] histedit: backout ebb5bb9bc32e |
2015-07-31 |
Pierre-Yves David |
|
Accepted |
[stable] histedit: add "amnd" command to fold commit data and drop message (issue4256) |
2014-08-07 |
adgar@google.com |
|
Changes Requested |
[STABLE] highlight: produce correct markup when there's a blank line just before EOF |
2015-07-22 |
Anton Shestakov |
|
Accepted |
[STABLE] hgwebdir: read 'web.template' untrusted |
2017-09-18 |
Boris Feld |
|
Accepted |
[STABLE] hgwebdir: don't allow the hidden parent of a subrepo to show as a directory |
2015-06-01 |
Matt Harbison |
|
Superseded |
[STABLE] hgwebdir: avoid redundant repo and directory entries when 'web.name' is set |
2015-06-01 |
Matt Harbison |
|
Accepted |
[STABLE] hgweb: use introrev() for finding parents (issue4506) |
2015-02-19 |
Anton Shestakov |
|
Accepted |
[stable] hgweb: urlescape all urls, HTML escape repo/tag/branch/... names |
2013-02-01 |
Thomas Arendsen Hein |
|
Accepted |
[STABLE] hgweb: update canvas.width before dynamically redrawing graph (issue2683) |
2016-01-23 |
Anton Shestakov |
yuya |
Accepted |
[STABLE] hgweb: show correct error message for i18n environment |
2013-02-17 |
Takumi IINO |
|
Accepted |
[STABLE] hgweb: show ages in repos' Last modified column in monoblue and gitweb |
2015-07-25 |
Anton Shestakov |
|
Accepted |
[STABLE] hgweb: send proper HTTP response after uncaught exception |
2014-11-28 |
Gregory Szorc |
|
Accepted |
[STABLE] hgweb: returns 404 for unknow revision instead of 500 |
2013-01-31 |
Pierre-Yves David |
|
Accepted |
[STABLE] hgweb: resurrect <span> tag on diffline to fix rendering in monoblue style |
2015-04-02 |
Yuya Nishihara |
|
Accepted |
[STABLE] hgweb: remove baseline info from paper template |
2013-02-01 |
Pierre-Yves David |
|
Accepted |
[STABLE] hgweb: prevent triggering dummy href="#" handler |
2018-05-03 |
Yuya Nishihara |
|
Accepted |
[STABLE] hgweb: prevent traceback during search when filtered (issue3783) |
2013-01-29 |
Pierre-Yves David |
krbullock |
Accepted |
[STABLE] hgweb: prevent loading style map from directories other than specified paths |
2015-03-13 |
Yuya Nishihara |
|
Accepted |
[STABLE] hgweb: make sure sys module is loaded prior to reload hack |
2014-02-19 |
Yuya Nishihara |
|
Accepted |
[STABLE] hgweb: load revcount + 1 entries to fill nextentry in log page (issue5972) |
2018-08-31 |
Yuya Nishihara |
|
Accepted |
[stable] hgweb: ignore non numeric "revcount" parameter values (issue4091) |
2013-11-08 |
Isaac Jurado |
|
Accepted |
[STABLE] hgweb: garbage collect on every request |
2018-03-12 |
Gregory Szorc |
|
Accepted |
[STABLE] hgweb: fix navigation label (issue3792) |
2013-01-30 |
Pierre-Yves David |
krbullock |
Accepted |
[STABLE] hgweb: fix duplication for some search queries |
2013-07-20 |
Alexander Plavin |
|
Accepted |
[stable] hgweb: catch ParseError that's raised by revset.match() |
2018-08-09 |
Anton Shestakov |
|
Accepted |
[STABLE] hgweb: cast bytearray to bytes |
2018-11-10 |
Gregory Szorc |
|
Accepted |
[STABLE] hgweb: cache fctx.parents() in annotate command (issue5414) |
2016-11-05 |
Gregory Szorc |
|
Superseded |
[STABLE] hgweb: bring back infinite scroll in shortlog of paper style |
2015-05-06 |
Yuya Nishihara |
|
Accepted |
[STABLE] hgweb: add missing slash to file log url in rss style |
2016-12-08 |
Anton Shestakov |
|
Superseded |
[STABLE] hgweb: add missing semicolon |
2013-10-24 |
Takumi IINO |
|
Accepted |
[STABLE] hgweb: add a `web.view` to control filtering |
2013-01-31 |
Pierre-Yves David |
|
Accepted |
[stable] hgweb.cgi: fix internal WSGI emulation (issue3804) |
2013-02-04 |
Mads Kiilerich |
|
Superseded |
[stable] hgweb.cgi: fix internal WSGI emulation (issue3804) |
2013-02-04 |
Kevin Bullock |
|
Accepted |
[STABLE] hgweb, paper: fix rendering of the first tab in a line in Webkit (issue3990) |
2013-07-21 |
Alexander Plavin |
|
Accepted |
[stable] hgweb, i18n: do not translate search mode description |
2013-11-13 |
Wagner Bruna |
|
Accepted |
[stable] hgweb, i18n: avoid parameterized search mode description |
2013-11-04 |
Wagner Bruna |
|
Superseded |
[STABLE] hgignore: fix regression with hgignore directory matches (issue3921) |
2013-05-03 |
Durham Goode |
|
Accepted |
[STABLE] hghave: prefill more version of Mercurial |
2017-05-11 |
Pierre-Yves David |
|
Accepted |
[stable] hghave: make black version regex work with newer versions of black |
2022-05-22 |
Manuel Jacob |
|
New |
[STABLE] hghave: fix typo of sslutil.supportedprotocols |
2016-07-19 |
Yuya Nishihara |
|
Accepted |
[STABLE] hghave: fix possible int('') in has_clang_format() |
2020-07-21 |
Yuya Nishihara |
|
Accepted |
[STABLE] hghave: fix bytes/string issue on Python 3 |
2019-11-04 |
Augie Fackler |
|
New |
[STABLE] hghave: fix 'rmcwd' to ensure temporary directory is removed |
2016-11-01 |
Yuya Nishihara |
|
Accepted |
[STABLE] hghave: don't claim we have `tic` if it's NetBSD's binary (issue5698) |
2018-06-25 |
Augie Fackler |
|
Superseded |
[STABLE] hghave: deal with "rc" release |
2019-04-25 |
Pierre-Yves David |
|
Accepted |
[STABLE] hgext: fix one typo in rebase |
2014-01-23 |
Simon Heimberg |
|
Accepted |
[STABLE] hg: use "os.path.join()" to join path components which may be empty (issue4203) |
2014-03-25 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] hg: perform update after pulling during clone with share (issue5103) |
2016-03-25 |
Gregory Szorc |
|
Accepted |
[STABLE] hg: obtain lock when creating share from pooled repo (issue5104) |
2016-02-21 |
Gregory Szorc |
marmoute |
Superseded |
[STABLE] hg: introduce "wirepeersetupfuncs" to setup wire peer by extensions (issue4109) |
2014-03-28 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] hg: avoid auto sharing when the clone destination is remote |
2015-08-13 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] help: use full name of extensions to look up them for keyword search |
2013-09-23 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] help: use --template to specify existing style |
2014-07-21 |
Yuya Nishihara |
|
Accepted |
[STABLE] help: update template examples to use reST literal syntax |
2016-02-06 |
Yuya Nishihara |
martinvonz |
Accepted |
[STABLE] help: update link to wiki/CommandServer |
2016-08-04 |
Anton Shestakov |
|
Changes Requested |
[STABLE] help: unjumble the list of default config values for `internals.config` |
2018-11-09 |
Matt Harbison |
|
Accepted |
[stable] help: stop documentation markup appearing in generated help |
2013-05-15 |
Mike Williams |
|
Accepted |
[STABLE] help: mention pattern syntax of latesttag() template function |
2018-05-24 |
Yuya Nishihara |
|
Accepted |
[STABLE] help: mention alias and revsetalias in description of HGPLAINEXCEPT |
2015-10-24 |
Yuya Nishihara |
|
Accepted |
[STABLE] help: machines help topic |
2015-07-19 |
Gregory Szorc |
mpm |
Changes Requested |
[stable] help: fix typo in scripting documentation |
2015-08-13 |
Wagner Bruna |
|
Accepted |
[stable] help: fix typo familar -> familiar |
2015-08-03 |
Javi Merino |
|
Accepted |
[STABLE] help: fix the display for `hg help internals.revlogs` (issue5227) |
2016-05-09 |
Matt Harbison |
|
Accepted |
[STABLE] help: do not suggest "update --clean ." to cancel uncommitted merge |
2018-01-23 |
Yuya Nishihara |
|
Accepted |
[STABLE] help: do not abort topicmatch() because of unimportable extensions |
2017-10-20 |
Yuya Nishihara |
|
Accepted |
[STABLE] help: describe about choice of :prompt as a fallback merge tool explicitly |
2017-05-05 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] help: correct signature of separate() template function |
2018-05-24 |
Yuya Nishihara |
|
Accepted |
[STABLE] help: cleanup grammar in the hooks section |
2017-07-05 |
Matt Harbison |
|
Accepted |
[STABLE] help: add example of '[templates]' usage |
2016-08-08 |
Mathias De Maré |
|
Superseded |
[STABLE] help: add example of '[templates]' usage |
2016-08-08 |
Mathias De Maré |
|
Changes Requested |
[STABLE] help: add example of '[templates]' usage |
2016-08-09 |
Mathias De Maré |
|
Accepted |
[STABLE] help: add a missing blank line to unhide `revlog-compression` |
2019-06-23 |
Matt Harbison |
|
Accepted |
[stable] help/config: note 64-bit Windows registry key used with 32-bit Python |
2013-05-12 |
Mike Williams |
|
Accepted |
[stable] grep: rewrite help to better document current (confusing) behavior |
2016-09-23 |
Kevin Bullock |
|
Accepted |
[stable] graphmod: fix seen state handling for > 2 parents (issue5174) |
2016-04-20 |
Martijn Pieters |
durin42 |
Accepted |
[stable] graphmod: don't try to visit nullrev (issue3772) |
2013-01-22 |
Bryan O'Sullivan |
|
Superseded |
[stable] graphmod: don't try to visit nullrev (issue3772) |
2013-01-22 |
Sean Farley |
|
Superseded |
[stable] graphmod: disable graph styling when HGPLAIN is set (issue5212) |
2016-04-20 |
Martijn Pieters |
durin42 |
Accepted |
[STABLE] graphlog: document what "_" and "*" mean |
2018-02-22 |
Anton Shestakov |
|
Accepted |
[STABLE] graft: use opts.get() consistently |
2016-07-25 |
Gábor Stefanik |
|
Accepted |
[STABLE] graft: support grafting across renames (issue4028) |
2016-07-25 |
Gábor Stefanik |
|
Changes Requested |
[STABLE] graft: support grafting across move/copy (issue4028) |
2016-08-01 |
Gábor Stefanik |
|
Superseded |
[stable] graft: refuse to commit an interrupted graft (issue3667) |
2013-05-30 |
Simon King |
|
Accepted |
[STABLE] graft: fix printing of --continue command |
2016-04-28 |
Adam Simpkins |
|
Accepted |
[stable] graft: fix collision detection with origin revisions that are missing |
2014-08-27 |
Mads Kiilerich |
|
Accepted |
[STABLE] graft: fix --base value to be saved in state file |
2020-06-02 |
Yuya Nishihara |
|
Accepted |
[STABLE] graft: do not try to skip rev derived from ancestor more than once (issue6024) |
2018-11-15 |
Yuya Nishihara |
|
Accepted |
[stable] graft: add a reference to revsets to the help text (issue3362) |
2014-07-28 |
Alexander Becher |
|
Accepted |
[STABLE] gitweb: add link to graph |
2018-07-26 |
Gregory Szorc |
|
Accepted |
[STABLE] generaldelta: make test platform-independent |
2013-10-21 |
Christian Ebert |
|
Rejected |
[stable] fsmonitor: match watchman and local encoding |
2017-03-06 |
Olivier Trempe |
|
Superseded |
[stable] fsmonitor: match watchman and local encoding |
2017-03-06 |
Olivier Trempe |
|
Changes Requested |
[STABLE] forget: cleanup the output for an inexact case match on icasefs |
2015-03-31 |
Matt Harbison |
|
Accepted |
[STABLE] forget: add a note to the command help about remove |
2015-07-06 |
Nathan Goldbaum |
|
Accepted |
[STABLE] fix: disable use of thread-based worker |
2018-10-31 |
Yuya Nishihara |
|
Accepted |
[STABLE] filesets: ignore unit case in size() predicate for single value |
2015-08-08 |
Anton Shestakov |
|
Accepted |
[STABLE] fileset: suppress EACCES while reading arbitrary paths via filectx API |
2018-07-29 |
Yuya Nishihara |
|
Superseded |
[STABLE] fileset: suppress EACCES while reading arbitrary paths via filectx API |
2018-07-30 |
Matt Harbison |
|
New |
[STABLE] fileset: fix copy/paste in eol() error message |
2016-02-19 |
Matt Harbison |
yuya |
Accepted |
[STABLE] fileset: don't abort when running copied() on a revision with a removed file |
2018-02-07 |
Matt Harbison |
|
Accepted |
[stable] fileset, revset: do not use global parser object for thread safety |
2013-12-21 |
Yuya Nishihara |
|
Accepted |
[STABLE] files: don't recurse into subrepos without a path or -S (issue5127) |
2016-03-06 |
Matt Harbison |
|
Accepted |
[STABLE] filemerge: clean up language in mergemarkertemplate help |
2015-03-31 |
Nathan Goldbaum |
|
Accepted |
[STABLE] filelog: don't crash on invalid copy metadata (issue5748) |
2017-12-01 |
Gregory Szorc |
|
Deferred |
[stable] extensions: don't quit loading extensions in the middle if traceback is on |
2015-01-24 |
Siddharth Agarwal |
|
Accepted |
[STABLE] extensions: clear aftercallbacks after execution (issue4646) |
2015-05-06 |
Gregory Szorc |
|
Superseded |
[STABLE] extdiff: quote only options specified at runtime (issue4463) |
2014-12-01 |
Katsunori FUJIWARA |
mpm |
Superseded |
[STABLE] extdiff: escape path for docstring (issue5301) |
2016-07-25 |
Matt Mackall |
|
Accepted |
[STABLE] extdiff: allow modifications in subrepos to be copied back |
2015-07-27 |
Matt Harbison |
|
Accepted |
[STABLE] extdiff: abort if an empty revision is given with --patch |
2015-11-01 |
Matt Harbison |
|
Changes Requested |
[STABLE] extdiff: abort if an empty revision is given with --patch |
2015-11-01 |
Yuya Nishihara |
|
Changes Requested |
[STABLE] exewrapper: apply clang-format to silence test-check-clang-format.t |
2018-10-23 |
Yuya Nishihara |
|
Accepted |
[STABLE] exchange: set 'treemanifest' param on pushed changegroups too |
2016-01-23 |
Martin von Zweigbergk |
|
Superseded |
[STABLE] exchange: print full reason variable |
2017-05-24 |
Gregory Szorc |
|
Accepted |
[stable] exchange: correctly specify url to unbundle (issue5145) |
2016-08-05 |
Augie Fackler |
|
Accepted |
[stable] eol: fix crash when handling removed files |
2014-10-22 |
Mads Kiilerich |
|
Accepted |
[STABLE] encoding: mercurial ignores setlocale and uses ascii instead of utf8 |
2016-10-29 |
ehpc |
|
Superseded |
[STABLE] encoding: alias cp65001 to utf-8 on Windows |
2018-07-01 |
Yuya Nishihara |
|
New |
[STABLE] doctest: convert matcher root to native path |
2018-07-28 |
Yuya Nishihara |
|
Accepted |
[STABLE] doctest: convert matcher root to native path |
2018-07-29 |
Matt Harbison |
|
New |
[stable] docs: use proper rst markup for preformatted blocks |
2022-05-03 |
Mads Kiilerich |
|
New |
[STABLE] dockerrpm: fix CentOS 5 RPMs (issue4977) |
2016-01-04 |
Mathias De Maré |
|
Accepted |
[STABLE] dockerlib: short form for non-unique uid/gid for CentOS 5 compat (issue4977) |
2015-12-07 |
Mathias De Maré |
|
Accepted |
[STABLE] docker: match more version of 'hg docker version' (issue4967) |
2015-11-25 |
Pierre-Yves David |
|
Accepted |
[STABLE] docker: install less in Debian based distros |
2017-05-03 |
Gregory Szorc |
|
Changes Requested |
[STABLE] doc: use "tag" revset predicate instead of "tagged" for example in help |
2013-01-23 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] doc: update year in copyright lines |
2017-02-08 |
Katsunori FUJIWARA |
|
Superseded |
[STABLE] doc: remove deprecated option from synopsis of command help |
2016-02-29 |
Katsunori FUJIWARA |
|
Accepted |
[stable] doc: inspect.getargspec has been removed in Python 3.11 |
2022-02-05 |
Mads Kiilerich |
|
New |
[STABLE] doc: fix underline length for config title (issue5949) |
2018-07-31 |
Boris Feld |
|
Accepted |
[STABLE] doc: change 'revision or range' to 'revision or revset' |
2014-10-24 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[STABLE] DO NOT ACCEPT! Pushgate test commit |
2016-07-21 |
Gábor Stefanik |
|
Rejected |
[STABLE] dispatch: work around UnicodeDecodeError caused by SSLError of Python 2.7.9 |
2015-02-26 |
Yuya Nishihara |
|
Accepted |
[STABLE] dispatch: setup color before pager for correct console information on windows |
2017-05-22 |
Katsunori FUJIWARA |
|
Accepted |
[stable] dispatch: restore old cwd after dispatch |
2014-04-23 |
Gregory Szorc |
|
Changes Requested |
[STABLE] dispatch: make "_checkshellalias()" invoke "findcmd()" with "strict=True" |
2014-01-29 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] dispatch: handle empty `testedwith` value in extension |
2013-01-04 |
Pierre-Yves David |
|
Accepted |
[STABLE] dispatch: adjust ui.flush() timing to stabilize test-blackbox.t |
2020-07-25 |
Yuya Nishihara |
|
Accepted |
[stable] discovery: test coverage for issue4438 / 86c35b7ae300 / 73cfaa348650 |
2014-11-06 |
Mads Kiilerich |
|
Accepted |
[STABLE] discovery: prevent crash on unknown remote heads with old repo (issue4337) |
2014-08-15 |
Pierre-Yves David |
|
Accepted |
[STABLE] discovery: prevent crash caused by prune marker having no parent data |
2017-04-19 |
Yuya Nishihara |
|
Accepted |
[stable] discovery: don't report all "unsynced" remote heads (issue4230) |
2014-04-24 |
Mads Kiilerich |
|
Accepted |
[STABLE] discovery: avoid wrongly saying there are nothing to pull |
2020-04-05 |
Pierre-Yves David |
|
Superseded |
[STABLE] dirstate: make sure rootdir ends with directory separator (issue4557) |
2015-03-05 |
Yuya Nishihara |
|
Accepted |
[STABLE] dirstate: ensure mv source is marked deleted when walking icasefs (issue4760) |
2015-07-28 |
Matt Harbison |
|
Accepted |
[stable] dirstate: don't rename branch file if writing it failed |
2012-12-14 |
Idan Kamara |
|
Superseded |
[stable] dirstate: don't rename branch file if writing it failed |
2012-12-16 |
Idan Kamara |
|
Accepted |
[stable] dirstate.walk: don't report same file stat multiple times |
2015-04-05 |
Martin von Zweigbergk |
|
Accepted |
[stable] diff: use binary diff when copy source is binary |
2015-01-19 |
Martin von Zweigbergk |
|
Accepted |
[STABLE] diff: restore original color scheme for worddiff |
2018-04-19 |
Yuya Nishihara |
|
Accepted |
[STABLE] diff: do not concatenate immutable bytes while building a/b bodies (issue6445) |
2020-11-28 |
Yuya Nishihara |
|
Accepted |
[STABLE] deprecation: gate deprecation warning behind devel configuration |
2016-05-05 |
Pierre-Yves David |
|
Accepted |
[STABLE] demandimport: fix TypeError when importing Python regex library (issue4920) |
2015-10-28 |
Gábor Stefanik |
|
Accepted |
[stable] demandimport: fix compatibility with meta path finders w/o find_spec() method |
2020-05-11 |
Manuel Jacob |
|
Accepted |
[STABLE] demandimport: explicitly declare `_session` at the module level |
2019-08-08 |
Pierre-Yves David |
|
Accepted |
[STABLE] demandimport: do not raise ImportError for unknown item in fromlist |
2016-12-19 |
Yuya Nishihara |
|
Changes Requested |
[stable] demandimport: blacklist distutils.msvc9compiler (issue4475) |
2014-12-22 |
Augie Fackler |
|
Accepted |
[STABLE] demandimport: avoid infinite recursion at actual module importing (issue5304) |
2016-07-29 |
Katsunori FUJIWARA |
yuya |
Superseded |
[STABLE] demandimport: add _imp to ignore list |
2016-02-23 |
Gregory Szorc |
|
Superseded |
[stable] debugsuccessorssets: fix typos in docstring |
2013-01-21 |
Wagner Bruna |
krbullock |
Accepted |
[STABLE] debugssl: convert port number to int (issue5757) |
2017-12-14 |
Yuya Nishihara |
|
Accepted |
[STABLE] debugrevlog: improve handling of empty manifests/changelogs |
2016-01-25 |
timeless@mozdev.org |
yuya |
Changes Requested |
[STABLE] debugrevlog: improve handling of empty manifests/changelogs |
2016-01-29 |
timeless |
|
Superseded |
[STABLE] debugrevlog: fix average size computation for empty data (issue6167) |
2019-07-02 |
Pierre-Yves David |
|
Accepted |
[STABLE] debugobsolete: improve command help |
2013-02-11 |
Pierre-Yves David |
|
Accepted |
[STABLE] debuginstall: expand the editor path before searching for it (issue4380) |
2015-05-01 |
Matt Harbison |
|
Accepted |
[STABLE] debugcolor: fix crash by empty styles (issue5856) |
2018-04-26 |
Yuya Nishihara |
|
Accepted |
[stable] debian: use a wildcard target for docker-debian-$codename |
2017-04-22 |
Augie Fackler |
|
Rejected |
[stable] debian: configure editor and pager to sensible-\1 by default |
2017-04-22 |
Augie Fackler |
|
Superseded |
[STABLE] curses: do not setlocale() at import time (issue5261) |
2019-07-25 |
Yuya Nishihara |
|
Accepted |
[stable] curses: do not initialize LC_ALL to user settings (issue6358) |
2020-06-26 |
Manuel Jacob |
|
Superseded |
[STABLE] crecord: make nextsametype() check that parent item exists (issue6009) |
2018-10-25 |
Anton Shestakov |
|
Accepted |
[STABLE] crecord: fix typo in the help text |
2016-01-25 |
Laurent Charignon |
|
Accepted |
[STABLE] crecord: fix three typos introduced while moving crecord into core |
2015-06-05 |
Laurent Charignon |
|
Accepted |
[STABLE] crecord: fix help bar display issue(issue5063) |
2016-01-25 |
Laurent Charignon |
|
Accepted |
[STABLE] crecord: edit during hg crecord should preserve cursor position (issue5041) |
2016-01-20 |
Laurent Charignon |
|
Accepted |
[STABLE] copyright: update to 2016 |
2016-01-21 |
timeless@mozdev.org |
|
Accepted |
[stable] convert: use original local encoding when converting from Perfoce |
2015-07-22 |
Eugene Baranov |
|
Superseded |
[stable] convert: use bytes for value in extra dict |
2020-07-14 |
Manuel Jacob |
|
Accepted |
[stable] convert: update use of deprecated bzrlib property |
2016-07-19 |
Kevin Bullock |
|
Accepted |
[STABLE] convert: restore the ability to use bzr < 2.6.0 (issue5733) |
2017-12-02 |
Matt Harbison |
|
Accepted |
[stable] convert: replace revision references in messages if they are >= short hashes |
2015-01-30 |
Mads Kiilerich |
|
Accepted |
[STABLE] convert: handle LookupError in mercurial_source.lookuprev() |
2015-01-19 |
Matt Harbison |
|
Accepted |
[STABLE] convert: fix git copy file content conversions |
2015-08-07 |
Durham Goode |
|
Accepted |
[stable] convert: fix bad conversion of copies when hg.startrev is specified |
2013-07-18 |
Mads Kiilerich |
|
Superseded |
[STABLE] convert: don't drop missing or corrupt tag entries |
2018-08-14 |
Matt Harbison |
|
Accepted |
[STABLE] convert: don't drop missing or corrupt tag entries |
2018-08-15 |
Matt Harbison |
|
New |
[STABLE] convert: document convert.hg.startrev |
2015-07-30 |
Matt Harbison |
|
Accepted |
[STABLE] convert: detect removal of ".gitmodules" at git source revisions correctly |
2014-06-28 |
Katsunori FUJIWARA |
|
Superseded |
[stable] convert: convert real global tags only - not local tags |
2014-05-14 |
Mads Kiilerich |
|
Superseded |
[STABLE] convert: avoid wrong lfconvert defaults by moving configitems to core |
2017-11-26 |
Matt Harbison |
|
Superseded |
[stable] convert: add docstring on convert.subversion.geturl() |
2020-06-30 |
Manuel Jacob |
|
Accepted |
[STABLE] contrib: a small script to nudge lingering diff |
2020-01-24 |
Pierre-Yves David |
|
New |
[STABLE] context: translate FilteredIndex/LookupError at repo[changeid] (API) |
2018-04-19 |
Yuya Nishihara |
|
Accepted |