[10,of,10] shelve: no longer strip internal commit when using internal phase |
2018-09-10 |
Augie Fackler |
|
New |
[1,of,5] journal: unify template name for "nodes" (BC) |
2018-09-15 |
Yuya Nishihara |
|
New |
[2,of,5] journal: inline formatted nodes and date into expression |
2018-09-15 |
Yuya Nishihara |
|
New |
[3,of,5] journal: do not pass in repolookuperror string to template (BC) |
2018-09-15 |
Yuya Nishihara |
|
New |
[4,of,5] journal: use changesetformatter to properly nest list of commits in JSON |
2018-09-15 |
Yuya Nishihara |
|
New |
[5,of,5] log: make changesetformatter pass in changectx to formatter |
2018-09-15 |
Yuya Nishihara |
|
New |
D4602: phabricator: move extension from contrib to hgext |
2018-09-15 |
Yuya Nishihara |
|
New |
[evolve-ext] obsdiscovery: adopt to calling convention change |
2018-09-17 |
Gregory Szorc |
|
New |
D4664: mergecommit: add a new extension to merge in-memory and create a commit |
2018-09-19 |
phabricator |
|
New |
phabricator: add testedwith boilerplate |
2018-09-19 |
Yuya Nishihara |
|
New |
[1,of,2] tests: show that the structure of the more status output looks weird |
2018-09-19 |
Yuya Nishihara |
|
New |
[2,of,2] status: remove "morestatus" message from formatter data (BC) |
2018-09-19 |
Yuya Nishihara |
|
New |
[1,of,2] chgserver: add separate flag to remember if stdio fds are replaced |
2018-09-19 |
Yuya Nishihara |
|
New |
[2,of,2] chgserver: restore pager fds attached within runcommand session |
2018-09-19 |
Yuya Nishihara |
|
New |
[1,of,2] encoding: teach unitolocal() and unifromlocal() to handle None |
2018-09-23 |
Matt Harbison |
|
New |
[2,of,2] py3: convert arguments, cwd and env to native strings when spawning subprocess |
2018-09-23 |
Matt Harbison |
|
New |
[1,of,5] hgweb: use scmutil.binnode() to translate None to wdir hash (issue5988) |
2018-09-23 |
Yuya Nishihara |
|
New |
[2,of,5] log: have changesetformatter fill in wdir() rev and node (BC) |
2018-09-23 |
Yuya Nishihara |
|
New |
[3,of,5] log: fill in pseudo rev and node as wdir() manifest identifiers |
2018-09-23 |
Yuya Nishihara |
|
New |
[4,of,5] annotate: pass around full hex node until formatting plain output |
2018-09-23 |
Yuya Nishihara |
|
New |
[5,of,5] annotate: pass in wdir rev and node to formatter (BC) |
2018-09-23 |
Yuya Nishihara |
|
New |
D4716: lfs: don't add extension to hgrc after clone or share (BC) |
2018-09-24 |
phabricator |
|
New |
[V2] py3: convert os.readlink() path to native strings |
2018-09-28 |
Matt Harbison |
|
New |
D4810: repository: introduce an ellipses repo requirement |
2018-09-30 |
phabricator |
|
New |
[1,of,5,V2] resolve: rename {status} to {mergestatus} to not shadow change status (BC) |
2018-10-01 |
Yuya Nishihara |
|
New |
[2,of,5,V2] annotate: rename {line_number} to {lineno} (BC) |
2018-10-01 |
Yuya Nishihara |
|
New |
[3,of,5,V2] grep: rename {line_number} to {lineno} as well (BC) |
2018-10-01 |
Yuya Nishihara |
|
New |
[4,of,5,V2] formatter: remove experimental marker from -T option |
2018-10-01 |
Yuya Nishihara |
|
New |
[5,of,5,V2] help: document about "files" template keywords |
2018-10-01 |
Yuya Nishihara |
|
New |
[1,of,7,V2] context: fix introrev to avoid computation as initially intended |
2018-10-01 |
Boris Feld |
|
New |
[2,of,7,V2] context: introduce an `isintroducedafter` method and use it in copies |
2018-10-01 |
Boris Feld |
|
New |
[3,of,7,V2] context: split `introrev` logic in a sub function |
2018-10-01 |
Boris Feld |
|
New |
[4,of,7,V2] context: introduce a `_findchangerev` method to `filectx` |
2018-10-01 |
Boris Feld |
|
New |
[5,of,7,V2] context: floor adjustlinkrev graph walk during copy tracing |
2018-10-01 |
Boris Feld |
|
New |
[6,of,7,V2] copies: add a devel debug mode to trace what copy tracing does |
2018-10-01 |
Boris Feld |
|
New |
[7,of,7,V2] copies: add time information to the debug information |
2018-10-01 |
Boris Feld |
|
New |
[1,of,6] help: document about "annotate" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[2,of,6] help: document about "bookmarks" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[3,of,6] help: document about "branches" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[4,of,6] help: document about "cat" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[5,of,6] help: document about "config" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[6,of,6] help: document about "export" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[1,of,8,V3] context: refactor introrev to make the next patch easier to read |
2018-10-03 |
Boris Feld |
|
New |
[2,of,8,V3] context: fix introrev to avoid computation as initially intended |
2018-10-03 |
Boris Feld |
|
New |
[3,of,8,V3] context: introduce an `isintroducedafter` method and use it in copies |
2018-10-03 |
Boris Feld |
|
New |
[4,of,8,V3] context: split `introrev` logic in a sub function |
2018-10-03 |
Boris Feld |
|
New |
[5,of,8,V3] context: introduce a `_findchangerev` method to `filectx` |
2018-10-03 |
Boris Feld |
|
New |
[6,of,8,V3] context: floor adjustlinkrev graph walk during copy tracing |
2018-10-03 |
Boris Feld |
|
New |
[7,of,8,V3] copies: add a devel debug mode to trace what copy tracing does |
2018-10-03 |
Boris Feld |
|
New |
[8,of,8,V3] copies: add time information to the debug information |
2018-10-03 |
Boris Feld |
|
New |
D4876: amend: add config to skip amend if only date is changed (issue5828) |
2018-10-03 |
phabricator |
|
New |
lfs: register the flag processors per repository |
2018-10-04 |
Matt Harbison |
|
New |
D4877: url: Allow to configure timeout on http connection |
2018-10-04 |
phabricator |
|
New |
[1,of,2] chgserver: add "setumask2" command which uses correct message frame |
2018-10-05 |
Yuya Nishihara |
|
New |
[2,of,2] chg: upgrade client to use "setumask2" command |
2018-10-05 |
Yuya Nishihara |
|
New |
chgserver: catch Abort while parsing early args to shut down cleanly |
2018-10-07 |
Yuya Nishihara |
|
New |
[1,of,7] help: document about "grep" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[2,of,7] help: document about "identify" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[3,of,7] help: document about "paths" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[4,of,7] help: document about "resolve" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[5,of,7] help: document about "status" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[6,of,7] help: document about "tags" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[7,of,7] help: document about "version" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[1,of,3] rust-chg: extract signal handlers from chg/procutil.c |
2018-10-07 |
Yuya Nishihara |
|
New |
[2,of,3] rust-chg: remove SIGCHLD handler which won't work in oxidized chg |
2018-10-07 |
Yuya Nishihara |
|
New |
[3,of,3] rust-chg: install signal handlers to forward signals to server |
2018-10-07 |
Yuya Nishihara |
|
New |
[2,of,6] packaging: print full path to the packages when builddeb finishes successfully |
2018-10-09 |
via Mercurial-devel |
|
New |
[3,of,6] packaging: blindly factor out trap's cleanup function in builddeb |
2018-10-09 |
via Mercurial-devel |
|
New |
[4,of,6] packaging: builddeb's cleanup needs to expand PWD, safely |
2018-10-09 |
via Mercurial-devel |
|
New |
[5,of,6] packaging: cleanup() did not read the value of $CLEANUP |
2018-10-09 |
via Mercurial-devel |
|
New |
[6,of,6] packaging: "make deb" no longer fails |
2018-10-09 |
via Mercurial-devel |
|
New |
[1,of,5,V5] context: spell out the logic around linkrev adjustement starting point |
2018-10-10 |
Boris Feld |
|
New |
[2,of,5,V5] context: take advantage of `_descendantrev` in introrev if available |
2018-10-10 |
Boris Feld |
|
New |
[3,of,5,V5] context: introduce an `isintroducedafter` method and use it in copies |
2018-10-10 |
Boris Feld |
|
New |
[4,of,5,V5] context: split `introrev` logic in a sub function |
2018-10-10 |
Boris Feld |
|
New |
[5,of,5,V5] context: floor adjustlinkrev graph walk during copy tracing |
2018-10-10 |
Boris Feld |
|
New |
D5064: style: run black on a subset of mercurial |
2018-10-13 |
phabricator |
|
New |
[1,of,2,evolve-ext] evolvecmd: mark flags with old instability names as deprecated |
2018-10-14 |
Anton Shestakov |
|
New |
[2,of,2,evolve-ext] evolvecmd: use modern vocabulary in help text for evolve |
2018-10-14 |
Anton Shestakov |
|
New |
[1,of,4] changegroup: if possible fallback to delta against parents instead of prev |
2018-10-16 |
Boris Feld |
|
New |
[2,of,4] changegroup: refactor emitrevision to use a `deltamode` argument |
2018-10-16 |
Boris Feld |
|
New |
[3,of,4] storage: also use `deltamode argument` for ifiledata |
2018-10-16 |
Boris Feld |
|
New |
[4,of,4] changegroup: allow to force delta to be against p1 |
2018-10-16 |
Boris Feld |
|
New |
profiling: move default mode to "real" time |
2018-10-17 |
Boris Feld |
|
New |
phase: add an archived phases |
2018-10-17 |
Boris Feld |
|
New |
[1,of,2,V2] streamclone: include obsstore file into stream bundle if client can read it |
2018-10-18 |
Anton Shestakov |
|
New |
[2,of,2,V2] streamclone: abort when client needs to handle obsmarkers, but doesn't |
2018-10-18 |
Anton Shestakov |
|
New |
[RFC] bundle2: add the ability to fetch part content from another URL |
2018-10-18 |
Boris Feld |
|
New |
[PoC] relnotes: various tweaks for release notes (PoC) |
2018-10-19 |
Anton Shestakov |
|
New |
[1,of,3] exewrapper: drop an unused variable |
2018-10-19 |
Matt Harbison |
|
New |
[2,of,3] exewrapper: convert to _tcsxxx functions for Unicode compatability |
2018-10-19 |
Matt Harbison |
|
New |
[3,of,3] setup: build exewrapper with Unicode support on py3 |
2018-10-19 |
Matt Harbison |
|
New |
[PoC] filecache: unimplement __set__() and __delete__() DO NOT PUSH |
2018-10-20 |
Yuya Nishihara |
|
New |
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 |
[STABLE] statprof: sort by time percentage as a secondary key |
2018-10-24 |
Matt Harbison |
|
New |
[1,of,2] py3: convert revlog stats to a dict of (bytes, int) pairs |
2018-10-24 |
Yuya Nishihara |
|
New |
[2,of,2] py3: do not stringify integers in revlog stats by '%s' |
2018-10-24 |
Yuya Nishihara |
|
New |
[1,of,2] tests: glob over a single quote vs double quote difference on Windows |
2018-10-26 |
Matt Harbison |
|
New |
[2,of,2] py3: roll up threading.Thread constructor args into **kwargs |
2018-10-26 |
Matt Harbison |
|
New |
[evolve-ext] compat: don't monkeypatch mercurial.copies module on 4.8 |
2018-11-02 |
Augie Fackler |
|
New |
[STABLE,RESEND] rust: fix signature of rustlazyancestors_init() function |
2018-11-02 |
Yuya Nishihara |
|
New |
relnotes: various tweaks for release notes |
2018-11-02 |
Anton Shestakov |
|
New |
[1,of,4,accept-scripts] cleanup: adapt for landing of extdata in core by removing ext{revset, template} |
2018-11-08 |
Augie Fackler |
|
New |
[2,of,4,accept-scripts] land: document regression I introduced in 214aea0ce915 |
2018-11-08 |
Augie Fackler |
|
New |
[3,of,4,accept-scripts] land: reinstate functionality to record acceptances in the take.log file |
2018-11-08 |
Augie Fackler |
|
New |
[4,of,4,accept-scripts] land: add test documenting contents of take.log |
2018-11-08 |
Augie Fackler |
|
New |
[evolve-ext] exthelper: drop Mercurial 4.3 support |
2018-11-11 |
Matt Harbison |
|
New |
[evolve-ext] evolve: fix a documentation typo |
2018-11-20 |
via Mercurial-devel |
|
New |
D5295: branchmap: define a hasbranch() to find whether a branch exists or not |
2018-11-22 |
phabricator |
|
New |
D5299: phabricator: fallback reading arcanist config files |
2018-11-23 |
phabricator |
|
New |
[1,of,4,V2] perf: add a `clear-revlogs` flag to `perftags` |
2018-11-23 |
Boris Feld |
|
New |
[2,of,4,V2] tags: cache `repo.changelog` access when checking tags nodes |
2018-11-23 |
Boris Feld |
|
New |
[3,of,4,V2] perf: add a `clear-revlogs` flag to `perfbookmarks` |
2018-11-23 |
Boris Feld |
|
New |
[4,of,4,V2] perf: disable revlogs clearing in `perftags` by default |
2018-11-23 |
Boris Feld |
|
New |
[5,of,6,V2] match: avoid translating glob to matcher multiple times for large sets |
2018-11-23 |
via Mercurial-devel |
|
New |
perf: add a `--timing` argument to `perfhelper-tracecopies` |
2018-11-26 |
Boris Feld |
|
New |
D5308: store: don't pass 'atomictemp=True' while appending to fncache |
2018-11-27 |
phabricator |
|
New |
sparse-revlog: protect C code against delta chain including nullrev |
2018-11-29 |
Boris Feld |
|
New |
[1,of,6] extensions: import the exthelper class from evolve ff799015d62e |
2018-12-01 |
Matt Harbison |
|
New |
[2,of,6] extensions: add uipopulate() support to exthelper |
2018-12-01 |
Matt Harbison |
|
New |
[3,of,6] tests: convert a test extension to use exthelper |
2018-12-01 |
Matt Harbison |
|
New |
[4,of,6] extensions: add fileset support to exthelper |
2018-12-01 |
Matt Harbison |
|
New |
[5,of,6] lfs: convert to using exthelper to wrap functions |
2018-12-01 |
Matt Harbison |
|
New |
[6,of,6] extensions: avoid shadowing imported module names with exthelper methods |
2018-12-01 |
Matt Harbison |
|
New |
[4,of,5] py3: stop subscripting socket.error |
2018-12-10 |
Matt Harbison |
|
New |
D5410: merge: allow to merge non-conflicting changes outside narrowspec |
2018-12-11 |
phabricator |
|
New |
[1,of,2,RESEND] commandserver: add IPC channel to teach repository path on command finished |
2018-12-11 |
Yuya Nishihara |
|
New |
[2,of,2,RESEND] commandserver: preload repository in master server and reuse its file cache |
2018-12-11 |
Yuya Nishihara |
|
New |
[STABLE] worker: do not swallow exception occurred in main process |
2018-12-11 |
Yuya Nishihara |
|
New |
[1,of,2,evolve-ext] issue-6028: failing test |
2018-12-11 |
James Reynolds |
|
New |
[5,of,5] py3: quote several instances of $PYTHON for Windows |
2018-12-12 |
Matt Harbison |
|
New |
[4,of,5] py3: stop subscripting socket.error |
2018-12-16 |
Matt Harbison |
|
New |
[1,of,3,STABLE] context: reimplement memfilectx.cmp() |
2018-12-16 |
Yuya Nishihara |
|
New |
[2,of,3] context: collapse complex condition to see if filelog have to be compared |
2018-12-16 |
Yuya Nishihara |
|
New |
[3,of,3] context: error out if basefilectx.cmp() is called without self._filenode |
2018-12-16 |
Yuya Nishihara |
|
New |
[1,of,5] tests: filter out uninteresting log events |
2018-12-16 |
Yuya Nishihara |
|
New |
[2,of,5] blackbox: resurrect recursion guard |
2018-12-16 |
Yuya Nishihara |
|
New |
[3,of,5] ui: install logger that sends debug.extensions messages to stderr |
2018-12-16 |
Yuya Nishihara |
|
New |
[4,of,5] mq: implement log() on dummyui |
2018-12-16 |
Yuya Nishihara |
|
New |
[5,of,5] extensions: use ui.log() interface to provide detailed loading information |
2018-12-16 |
Yuya Nishihara |
|
New |
[STABLE] run-tests: fix permission to clean up unreadable directories |
2018-12-17 |
Yuya Nishihara |
|
New |
[3,of,5] py3: byteify gendoc.py |
2018-12-19 |
Matt Harbison |
|
New |
extdiff: add --mode option |
2019-01-03 |
Ludovic Chabant |
|
New |
[1,of,2,evolve-ext] tests: specify a path to the evolve and topic extensions |
2019-01-04 |
Matt Harbison |
|
New |
D5495: revset: add "branch" positional arguments to the merge revset |
2019-01-06 |
phabricator |
|
New |
D5496: revset: add "samebranch" keyword argument to the merge revset |
2019-01-06 |
phabricator |
|
New |
D5503: vfs: add support for repo names with `$` sign while using with env vars (issue5739) |
2019-01-07 |
phabricator |
|
New |
D5514: test: change test's diff generation to use mdiff for nicer output |
2019-01-07 |
phabricator |
|
New |
D5539: style: run yapf on a subset of mercurial |
2019-01-09 |
phabricator |
|
New |
D5567: revlog: assign revlog._io in version lookup conditional |
2019-01-11 |
phabricator |
|
New |
D5566: revlog: rename revlog I/O classes to reflect version (API) |
2019-01-11 |
phabricator |
|
New |
D5565: revlog: add version 2 format flag to control sparse |
2019-01-11 |
phabricator |
|
New |
formatting: apply clang-format using the format-source extension |
2019-01-14 |
Boris Feld |
|
New |
discovery: improve some dealing with nullrev |
2019-01-15 |
Boris Feld |
|
New |
[1,of,2] rust-cpython: binding for headrevs() |
2019-01-16 |
Georges Racinet |
|
New |
[2,of,2] rust-cpython: using rustext.dagop.headrevs in revlog |
2019-01-16 |
Georges Racinet |
|
New |
rust-cpython: moved py_set() utility to conversion module |
2019-01-17 |
Georges Racinet |
|
New |
D5632: setdiscovery: pass srvheads into partialdiscovery constructor |
2019-01-18 |
phabricator |
|
New |
[1,of,2,STABLE,V3,STABLE] strip: introduce a soft strip option |
2019-01-24 |
Boris Feld |
|
New |
[2,of,2,STABLE,V3,STABLE] rewriting: add an option for rewrite commands to use the archived phase |
2019-01-24 |
Boris Feld |
|
New |
[STABLE] revlog: make sure we never use sparserevlog without general delta (issue6056) |
2019-01-25 |
Boris Feld |
|
New |
[RFC] lfs: clean up a variety of strings/bytes issues |
2019-01-25 |
Augie Fackler |
|
New |
[RFC] lfs: clean up a variety of strings/bytes issues |
2019-01-25 |
Augie Fackler |
|
New |
[RFC] lfs: clean up a variety of strings/bytes issues |
2019-01-26 |
Matt Harbison |
|
New |
D5737: py3: convert info.name to bytes in subrepo.py |
2019-01-29 |
phabricator |
|
New |
[STABLE] revlog: make sure we never use sparserevlog without general delta (issue6056) |
2019-01-31 |
Yuya Nishihara |
|
New |
tests: drop some unnecessary globs for Windows |
2019-02-02 |
Matt Harbison |
|
New |
D5812: py3: pass str into ValueError to prevent b'' prefix in output |
2019-02-03 |
phabricator |
|
New |
revset: add default error messages to getintrange() |
2019-02-06 |
Anton Shestakov |
|
New |
py3: manually replace `None` with 'None' in ui.log() arguments |
2019-02-07 |
Matt Harbison |
|
New |
D5941: config.txt: Add better documentation for ui.tweakdefault(issue6000) |
2019-02-11 |
phabricator |
|
New |
[RFC] cmdtest: add a new command that checks revset matching |
2019-02-13 |
Raphaël Gomès |
|
New |
[V2] fix: change the default fix pattern (issue6077) |
2019-02-13 |
Jordi Gutiérrez Hermoso |
|
New |
email encoding help needed |
2019-02-15 |
Augie Fackler |
|
New |
test-sqlitestore: run sqlite3 with no init file |
2019-02-19 |
Jordi Gutiérrez Hermoso |
|
New |
D6005: uncommit: added interactive mode and removed _fixdirstate()(issue6062) |
2019-02-22 |
phabricator |
|
New |
D6026: lock: Improve the waiting for lock message which will help newcomers(issue6081) |
2019-02-26 |
phabricator |
|
New |
D6027: mq: make unshelve to apply on modified mq patch (issue4318) |
2019-02-26 |
phabricator |
|
New |
D6029: Bug 1477205 - Remove the exception when a node is created after closing the AudioContext. r?padenot |
2019-02-27 |
phabricator |
|
New |
D6043: UnicodeEncoding:change the default encoding of the whole script to be 'UTF-8'(issue6040) |
2019-03-02 |
phabricator |
|
New |
D6056: patch: stop aborting when ADD/RENAME/COPY files on --interactive (issue5727) |
2019-03-03 |
phabricator |
|
New |
Making hg 5.0 as beta release with python 3 support. |
2019-03-05 |
Matt Harbison |
|
New |
repoview: introduce "served-obsolete" filter for serving obsolete changesets |
2019-03-05 |
Anton Shestakov |
|
New |
[10,of,18,"] verify: document the `checkentry` method |
2019-03-06 |
Pulkit Goyal |
|
New |
D6082: phabricator: add a `--branch` flag to `hg phabsend` |
2019-03-07 |
phabricator |
|
New |
D6123: Experimental features: Add condition to for float number (issue6099) |
2019-03-12 |
phabricator |
|
New |
D6128: chistedit:improve location of highlighted cursor.(issue6073) |
2019-03-13 |
phabricator |
|
New |
[STABLE] record: prevent commits that don't pick up dirty subrepo changes (issue6102) |
2019-03-17 |
Matt Harbison |
|
New |
phabricator: better error message when phabread fails to get a differential |
2019-03-24 |
Jordi Gutiérrez Hermoso |
|
New |
outgoing: Support pushrev (issue6106) |
2019-03-27 |
Kim Alvefur |
|
New |
hg: add standard Windows paths LOCALAPPDATA and APPDATA to config search path |
2019-03-28 |
James May |
|
New |
[V2] outgoing: Support pushrev (issue6106) |
2019-03-28 |
Kim Alvefur |
|
New |
uncommit: abort if an explicitly given file is uncommittable |
2019-03-30 |
Matt Harbison |
|
New |
chistedit: add basic colours to diff view |
2019-04-04 |
Jordi Gutiérrez Hermoso |
|
New |
[1,of,2,"V3] compression: introduce an official `zstd-revlog` requirement |
2019-04-09 |
Pierre-Yves David |
|
New |
[2,of,2,"V3] upgrade: support upgrade to/from zstd storage (issue6088) |
2019-04-09 |
Pierre-Yves David |
|
New |
D6196: cext: make revlog.c PY_SSIZE_T_CLEAN |
2019-04-09 |
Yuya Nishihara |
|
New |
[evolve-ext,V2] uncommit: abort if an explicitly given file cannot be uncommitted (BC) |
2019-04-11 |
Matt Harbison |
|
New |
["FIX-RE2] match: fix re2 compability broken in 2e2699af5649 |
2019-04-11 |
Pierre-Yves David |
|
New |
[1,of,2] debugdiscovery: include the number of heads in all sets |
2019-04-16 |
Pierre-Yves David |
|
New |
[2,of,2] setdiscovery: stop limiting the number of local head we initially send |
2019-04-16 |
Pierre-Yves David |
|
New |
[1,of,2] rust: published the three extension crates to crates.io |
2019-04-16 |
Georges Racinet |
|
New |
[2,of,2] rust: getting back to versions 0.1.0 |
2019-04-16 |
Georges Racinet |
|
New |
D6259: revset: on-disk cache for children queries |
2019-04-16 |
phabricator |
|
New |
[1,of,3] rust-filepatterns: add a Rust implementation of pattern-related utils |
2019-04-17 |
Raphaël Gomès |
|
New |
[2,of,3] rust-filepatterns: add `rust-cpython` bindings for `filepatterns` |
2019-04-17 |
Raphaël Gomès |
|
New |
[3,of,3] rust-filepatterns: call new Rust implementations from Python |
2019-04-17 |
Raphaël Gomès |
|
New |
[1,of,2] py3: protect from exceptions thrown by other meta-path finders |
2019-04-19 |
Ludovic Chabant |
|
New |
[2,of,2] py3: convert unicode paths given for hgweb config |
2019-04-19 |
Ludovic Chabant |
|
New |
histedit: Speed up scrolling in patch view mode |
2019-04-25 |
Yu Feng |
|
New |
D6312: branchcache: update the filteredhash if we update the tiprev |
2019-04-26 |
phabricator |
|
New |
[01,of,14,evolve-ext] docs: import figure diagrams with inkscape 0.92 |
2019-04-28 |
Matt Harbison |
|
New |
[02,of,14,evolve-ext] docs: change `precursors` references to `predecessors` |
2019-04-28 |
Matt Harbison |
|
New |
[03,of,14,evolve-ext] docs: change `troubles` references to `instability` |
2019-04-28 |
Matt Harbison |
|
New |
[04,of,14,evolve-ext] doc: correct a typo |
2019-04-28 |
Matt Harbison |
|
New |
[10,of,14,evolve-ext] revset: add `unstable` alias for `troubled` |
2019-04-28 |
Matt Harbison |
|
New |
[11,of,14,evolve-ext] revset: add `predecessor` aliases for `precursors` and `allprecursors` |
2019-04-28 |
Matt Harbison |
|
New |
[12,of,14,evolve-ext] revset: switch internal uses and tests to `predecessors` from legacy name |
2019-04-28 |
Matt Harbison |
|
New |
[13,of,14,evolve-ext] templatekw: add `instabilities` alias for `troubles` |
2019-04-28 |
Matt Harbison |
|
New |
[14,of,14,evolve-ext] docs: drop references to the old temporary commit that was created with amend |
2019-04-28 |
Matt Harbison |
|
New |
[3,of,8,"] compression: introduce a `storage.revlog.zlib.level` configuration |
2019-04-28 |
Matt Harbison |
|
New |
[evolve-ext] legacy: drop the check for `obsolete._enabled` |
2019-04-30 |
Matt Harbison |
|
New |
[evolve-ext] evolve: add a config option to persistently set --no-all |
2019-05-02 |
Matt Harbison |
|
New |
[3,of,3] updatecaches: also warm hgtagsfnodescache |
2019-05-03 |
via Mercurial-devel |
|
New |
D6355: shelve: add `update --shelve` if shelve extension is loaded |
2019-05-09 |
phabricator |
|
New |
D6356: mdiff: prepare mdiff to be used for run-tests to replace unidiff |
2019-05-10 |
phabricator |
|
New |
D6359: test: change test's diff generation to use mdiff for nicer output |
2019-05-10 |
phabricator |
|
New |
discovery: slowly increase sampling size |
2019-05-21 |
Pierre-Yves David |
|
New |
D6369: templatekw: make {file_*} compare to both merge parents (issue4292) |
2019-05-26 |
Yuya Nishihara |
|
New |
D6462: commitextras: try to remove localrepo hacking to add extras to commit |
2019-05-30 |
phabricator |
|
New |
[1,of,2] root: add support for -Tformatter option |
2019-06-04 |
Yuya Nishihara |
|
New |
[2,of,2] root: add template variables pointing to repository directories |
2019-06-04 |
Yuya Nishihara |
|
New |
[evolve-ext] packaging: require mercurial >= 4.5 |
2019-06-11 |
Philippe Pepiot |
|
New |
[1,of,4,accept-scripts] blocker: don't walk over non-drafts when looking for blockers |
2019-06-12 |
Augie Fackler |
|
New |
[2,of,4,accept-scripts] land: demonstrate bug that reviewers can't issue one of two acceptances |
2019-06-12 |
Augie Fackler |
|
New |
[3,of,4,accept-scripts] accept: consistently return a boolean |
2019-06-12 |
Augie Fackler |
|
New |
[4,of,4,accept-scripts] land: fix logic so that reviewers work as intended |
2019-06-12 |
Augie Fackler |
|
New |
[evolve-ext] evolve: further clarify that update is performed only when requested |
2019-06-15 |
via Mercurial-devel |
|
New |
[evolve-ext] evolve: further clarify that update is performed only when requested |
2019-06-15 |
via Mercurial-devel |
|
New |
[STABLE] cleanup: always `seek(0, io.SEEK_END)` after open in append mode before tell() |
2019-06-20 |
Augie Fackler |
|
New |
[7,of,7,STABLE] bookmarks: actual fix for race condition deleting bookmark |
2019-06-23 |
Yuya Nishihara |
|
New |
[evolve-ext] py3: make setup.py py3 compatible |
2019-06-28 |
Ludovic Chabant |
|
New |
D6593: rust-minor-fixes: remove Deref in favor of explicit methods |
2019-07-05 |
Yuya Nishihara |
|
New |
[V2] rust-dirstate: leverage find_dirs() iterator in DirsMultiset |
2019-07-11 |
Yuya Nishihara |
|
New |
[evolve-ext] evolve: further clarify that update is performed only when requested |
2019-07-17 |
via Mercurial-devel |
|
New |
D6659: graft: split graft code to avoid duplication |
2019-07-18 |
phabricator |
|
New |
[evolve-ext] docs: add example for the `prune` command |
2019-07-19 |
Raphaël Gomès |
|
New |
D6665: continue: added support for graft |
2019-07-21 |
phabricator |
|
New |
D6678: continue: added support for histedit |
2019-07-23 |
phabricator |
|
New |
D6697: cmdutil: add allowunfinished to prevent checkunfinished() on docommit() |
2019-07-26 |
phabricator |
|
New |
D6709: config: add --all flag to show all known configs |
2019-08-02 |
phabricator |
|
New |
D6717: mypy: add a mypy.ini config file |
2019-08-04 |
phabricator |
|
New |
D6718: repository: suppress typing errors on functions without arguments |
2019-08-04 |
phabricator |
|
New |
[1,of,2] byteify-strings: add test for byteify-strings.py |
2019-08-05 |
Yuya Nishihara |
|
New |
[1,of,4,V2] flagutil: introduce a flagprocessorsmixin class |
2019-08-11 |
Pierre-Yves David |
|
New |
[2,of,4,V2] flagutil: use the new mixin use in remotefilelog |
2019-08-11 |
Pierre-Yves David |
|
New |
[3,of,4,V2] flagutil: make the error class used by the mixin configurable |
2019-08-11 |
Pierre-Yves David |
|
New |
[4,of,4,V2] flagutil: use it in simplestorerepo |
2019-08-11 |
Pierre-Yves David |
|
New |
D6735: update: added support for --abort flag(issue4404) |
2019-08-17 |
phabricator |
|
New |
D6737: shelve: add --unresolved flag to shelve mergestate with unresolved files |
2019-08-17 |
phabricator |
|
New |
D6738: unshelve: add --unresolved flag to unshelve mergestate with unresolved files |
2019-08-17 |
phabricator |
|
New |
D6739: unshelve: add abort on using --interactive and --unresolved together |
2019-08-17 |
phabricator |
|
New |
D6776: bookmarks: validate changes on push |
2019-08-30 |
phabricator |
|
New |
[STABLE] merge: respect parents order when using `graft` on a merge |
2019-09-09 |
Pierre-Yves David |
|
New |
D6845: pushkeys: introduce a server.bookmarks-pushkey-reject option to complement D6776 |
2019-09-12 |
phabricator |
|
New |
D6846: packaging: script the building of a MacOS installer using a custom python |
2019-09-12 |
phabricator |
|
New |
D6847: dont-accept-this: this is for reference in D6776 |
2019-09-13 |
phabricator |
|
New |
D6859: rust-cpython: mark PySharedState as Sync so &'PySharedState can be Send (RFC) |
2019-09-16 |
phabricator |
|
New |
D6876: phabricator: support automatically obsoleting old revisions of pulled commits |
2019-09-25 |
phabricator |
|
New |
[1,of,2,V2] stack: take getstack() and turn it into stack class (API) |
2019-09-25 |
Anton Shestakov |
|
New |
[2,of,2,V2] stack: add indexedrevs property to contain a list of stack revs and its base |
2019-09-25 |
Anton Shestakov |
|
New |
perf: fix perfhelper-pathcopies without --stats |
2019-09-27 |
Pierre-Yves David |
|
New |
D6906: ci: implement a new CI system for Mercurial |
2019-09-29 |
phabricator |
|
New |
D6922: ci: implement a "try server" |
2019-09-30 |
phabricator |
|
New |
D6924: ci: store job start parameters in DynamoDB |
2019-10-01 |
phabricator |
|
New |
D6925: ci: track spot instance state, randomly assign availability zone |
2019-10-01 |
phabricator |
|
New |
D6927: ci: report cost to run each job |
2019-10-01 |
phabricator |
|
New |
D6928: ci: fetch explicit attributes |
2019-10-01 |
phabricator |
|
New |
D6926: ci: retry expired spot instance requests |
2019-10-01 |
phabricator |
|
New |
D6929: ci: add comment about block duration pricing |
2019-10-01 |
phabricator |
|
New |
[V3] patchbomb: protect email addresses from shell |
2019-10-02 |
Floris Bruynooghe |
|
New |
D6957: rebase: unconditionally clear merge state when `--stop`ing a rebase |
2019-10-04 |
phabricator |
|
New |
patchcopies: backout and optimisation that backfired |
2019-10-04 |
Pierre-Yves David |
|
New |
D6958: hg: move hg script to be a template that gets filled in via make |
2019-10-04 |
phabricator |
|
New |
D6959: setup: switch to having setup.py generate an hg script |
2019-10-04 |
phabricator |
|
New |
D6962: config: add defaults and experimental status for --debug flag |
2019-10-04 |
phabricator |
|
New |
D6963: config: show config options in a user-friendly format |
2019-10-04 |
phabricator |
|
New |
D6966: shelve: add method for storing mergestate in changeset extras |
2019-10-04 |
phabricator |
|
New |
rust-cpython: change license of ref_sharing.rs to MIT |
2019-10-05 |
Yuya Nishihara |
|
New |
D6987: strip: move strip extension to core |
2019-10-05 |
phabricator |
|
New |
D7025: rewriteutil: add configurable check to disallow obsoleting someone else cset |
2019-10-08 |
phabricator |
|
New |
D7026: treemanifest: move out of experimental |
2019-10-08 |
phabricator |
|
New |
[RFC] changegroup: leave out all parent file revisions when creating bundles |
2019-10-11 |
Mads Kiilerich |
|
New |
[1,of,7] rust-cpython: alias python(27|3)_sys globally |
2019-10-13 |
Yuya Nishihara |
|
New |
[2,of,7] rust-cpython: add wrapper around decapsule_make_dirstate_tuple() |
2019-10-13 |
Yuya Nishihara |
|
New |
[3,of,7] rust-cpython: mark capsule function as unsafe |
2019-10-13 |
Yuya Nishihara |
|
New |
[4,of,7] rust-cpython: fix signature of make_dirstate_tuple() |
2019-10-13 |
Yuya Nishihara |
|
New |
[5,of,7] rust-cpython: turn inline comments into non-doc comments |
2019-10-13 |
Yuya Nishihara |
|
New |
[6,of,7] rust-cpython: bump cpython crates to 0.3 |
2019-10-13 |
Yuya Nishihara |
|
New |
[7,of,7] rust-cpython: leverage upstreamed py_capsule_fn!() macro |
2019-10-13 |
Yuya Nishihara |
|
New |
[1,of,7] rust-cpython: add wrapper around decapsule_make_dirstate_tuple() |
2019-10-13 |
Yuya Nishihara |
|
New |
[2,of,7] rust-cpython: mark capsule function as unsafe |
2019-10-13 |
Yuya Nishihara |
|
New |
[3,of,7] rust-cpython: fix signature of make_dirstate_tuple() |
2019-10-13 |
Yuya Nishihara |
|
New |
[4,of,7] rust-cpython: turn inline comments into non-doc comments |
2019-10-13 |
Yuya Nishihara |
|
New |
[5,of,7] rust-cpython: bump cpython crates to 0.3 |
2019-10-13 |
Yuya Nishihara |
|
New |
[6,of,7] rust-cpython: leverage upstreamed py_capsule_fn!() macro |
2019-10-13 |
Yuya Nishihara |
|
New |
[7,of,7] rust-cpython: drop direct dependency on python(27|3)_sys |
2019-10-13 |
Yuya Nishihara |
|
New |
[evolve-ext] py3: fix setup.py --version |
2019-10-15 |
Denis Laxalde |
|
New |
D7106: fuzz: restrict dirs fuzzer to only 40k of input |
2019-10-15 |
phabricator |
|
New |
py3: enable legacy fs encoding to fix filename compatibility on Windows |
2019-10-15 |
Yuya Nishihara |
|
New |
[1,of,6,V3] rust-cpython: put leaked reference in PyLeakedRef |
2019-10-17 |
Yuya Nishihara |
|
New |
[2,of,6,V3] rust-cpython: make PyLeakedRef operations relatively safe |
2019-10-17 |
Yuya Nishihara |
|
New |
[3,of,6,V3] rust-cpython: require GIL to borrow immutable reference from PySharedRefCell |
2019-10-17 |
Yuya Nishihara |
|
New |
[4,of,6,V3] rust-cpython: keep Python<'a> token in PyRefMut |
2019-10-17 |
Yuya Nishihara |
|
New |
[5,of,6,V3] rust-cpython: make inner functions and structs of ref_sharing private |
2019-10-17 |
Yuya Nishihara |
|
New |
[6,of,6,V3] rust-cpython: prepare for writing tests that require libpython |
2019-10-17 |
Yuya Nishihara |
|
New |
[1,of,4] py3: ajust abort message in test-hook.t |
2019-10-18 |
Denis Laxalde |
|
New |
[2,of,4] py3: add Python 3 exception output to test-hook.t |
2019-10-18 |
Denis Laxalde |
|
New |
[3,of,4] tests: use non-reverse grep in traceback in test-hook.t |
2019-10-18 |
Denis Laxalde |
|
New |
[4,of,4] py3: adjust expected traceback in test-hook.t |
2019-10-18 |
Denis Laxalde |
|
New |
D7135: copies: filter out file already in parent in duplicatecopies() |
2019-10-18 |
phabricator |
|
New |
rust-cpython: run cargo fmt |
2019-10-19 |
Yuya Nishihara |
|
New |
[1,of,9] rust-cpython: rename PyLeakedRef to PyLeaked |
2019-10-19 |
Yuya Nishihara |
|
New |
[2,of,9] rust-cpython: add stub wrapper that'll prevent leaked data from being mutated |
2019-10-19 |
Yuya Nishihara |
|
New |
[3,of,9] rust-cpython: add generation counter to leaked reference |
2019-10-19 |
Yuya Nishihara |
|
New |
[4,of,9] rust-cpython: allow mutation unless leaked reference is borrowed |
2019-10-19 |
Yuya Nishihara |
|
New |
[5,of,9] rust-cpython: remove useless Option<$leaked> from py_shared_iterator |
2019-10-19 |
Yuya Nishihara |
|
New |
[6,of,9] rust-cpython: leverage RefCell::borrow() to guarantee there's no mutable ref |
2019-10-19 |
Yuya Nishihara |
|
New |
[7,of,9] rust-cpython: drop manual management of mutably_borrowed |
2019-10-19 |
Yuya Nishihara |
|
New |
[8,of,9] rust-cpython: remove useless PyRefMut wrapper |
2019-10-19 |
Yuya Nishihara |
|
New |
[9,of,9] rust-cpython: remove useless PyResult<> from leak_immutable() |
2019-10-19 |
Yuya Nishihara |
|
New |
[1,of,7] rust-cpython: remove useless wrappers from PyLeaked, just move by map() |
2019-10-22 |
Yuya Nishihara |
|
New |
[2,of,7] rust-cpython: make sure PySharedRef::borrow_mut() never panics |
2019-10-22 |
Yuya Nishihara |
|
New |
[3,of,7] rust-cpython: add panicking version of borrow_mut() and use it |
2019-10-22 |
Yuya Nishihara |
|
New |
[4,of,7] rust-cpython: inline PySharedState::try_borrow_mut() |
2019-10-22 |
Yuya Nishihara |
|
New |
[5,of,7] rust-cpython: inline PySharedState::leak_immutable() and PyLeaked::new() |
2019-10-22 |
Yuya Nishihara |
|
New |
[6,of,7] rust-cpython: make PySharedRef::try_borrow_mut() return BorrowMutError |
2019-10-22 |
Yuya Nishihara |
|
New |
[7,of,7] rust-cpython: mark all PyLeaked methods as unsafe |
2019-10-22 |
Yuya Nishihara |
|
New |
D7146: [RFC] grep: add config option to grep PWD by default |
2019-10-22 |
phabricator |
|
New |
[1,of,2,STABLE] tests: check patchbomb with a non-ascii commit message |
2019-10-25 |
Denis Laxalde |
|
New |
[2,of,2,STABLE] py3: use native strings when forming email headers in patchbomb |
2019-10-25 |
Denis Laxalde |
|
New |
D7175: tests: add test showing incorrect note about not rebasing extinct commit |
2019-10-26 |
phabricator |
|
New |
D7176: rebase: allow rebasing obsolete commit without successor |
2019-10-26 |
phabricator |
|
New |
D7177: [PoC] allow providing explicit mapping for parents of merge commits |
2019-10-28 |
phabricator |
|
New |
[STABLE] py3: decode Subject header in patchbomb |
2019-10-29 |
Denis Laxalde |
|
New |
D7187: py3: fix fsmonitor error message formatting under Python3 |
2019-11-01 |
phabricator |
|
New |
[STABLE] hghave: fix bytes/string issue on Python 3 |
2019-11-04 |
Augie Fackler |
|
New |
[1,of,2,STABLE] py3: do not reimplement Abort.__str__() on Python 2 |
2019-11-05 |
Yuya Nishihara |
|
New |
[2,of,2,STABLE] py3: add inline comment about encoding issue of str(Abort()) |
2019-11-05 |
Yuya Nishihara |
|
New |
[1,of,3,STABLE] py3: compare response of crecord's confirmationwindow with str |
2019-11-06 |
Denis Laxalde |
|
New |
[2,of,3,STABLE] py3: keep "keypressed" a native str in crecord |
2019-11-06 |
Denis Laxalde |
|
New |
[3,of,3,STABLE] py3: fix handling of ctrl keys in crecord (issue6213) |
2019-11-06 |
Denis Laxalde |
|
New |
D7257: [RFC] repoview: add a "filter" that just disallows walking to heads |
2019-11-06 |
phabricator |
|
New |
D7295: pytype: add a (very slow) test that executes pytype |
2019-11-06 |
phabricator |
|
New |
D7296: pycompat: kludge around pytype being confused by __new__ |
2019-11-06 |
phabricator |
|
New |
[STABLE] py3: compare http server's command with a native string |
2019-11-07 |
Denis Laxalde |
|
New |
[1,of,3] histeditrule: split __str__ property into prefix and desc |
2019-11-07 |
Jordi Gutiérrez Hermoso |
|
New |
[2,of,3] histedit: define new colour pairs for roll action |
2019-11-07 |
Jordi Gutiérrez Hermoso |
|
New |
[3,of,3] histedit: render a rolled up description using the proper roll colours |
2019-11-07 |
Jordi Gutiérrez Hermoso |
|
New |
D7384: commands: necessary annotations and suppresssions to pass pytype |
2019-11-14 |
phabricator |
|
New |
D7416: procutil: support for obtaining an importlib.abc.ResourceReader |
2019-11-15 |
phabricator |
|
New |
D7417: procutil: extract executable-relative resources test |
2019-11-15 |
phabricator |
|
New |
D7418: procutil: teach resourcereader() to handle exe relative resources |
2019-11-15 |
phabricator |
|
New |
D7419: help: port to ResourceReader API |
2019-11-15 |
phabricator |
|
New |
D7422: rust: remove hgcli project |
2019-11-15 |
phabricator |
|
New |
D7515: pytype: [WIP] suppress various warnings inline to get a clean run |
2019-11-24 |
phabricator |
|
New |
mail: don't complain about a multi-word email.method config value |
2019-11-29 |
Julien Cristau |
|
New |
[1,of,2,STABLE] tests: check that 'log --line-range' follows uncommitted changes |
2019-11-29 |
Denis Laxalde |
|
New |
[2,of,2,STABLE] py3: fix 'log --line-range' with uncommitted changes in range |
2019-11-29 |
Denis Laxalde |
|
New |
D7542: mail: don't complain about a multi-word email.method |
2019-12-02 |
phabricator |
|
New |
D7574: hg-core: add utils::path to project |
2019-12-07 |
phabricator |
|
New |
D7577: rust-configparser: implement Mercurial's config file discovery logic |
2019-12-07 |
phabricator |
|
New |
D7576: hg-core: add configparser to library |
2019-12-07 |
phabricator |
|
New |
D7575: hg-core: vendor Facebook's configparser crate |
2019-12-07 |
phabricator |
|
New |
D7582: rust-configparser: run rustfmt |
2019-12-07 |
phabricator |
|
New |
[1,of,5,STABLE] rust-threads: force Rayon to respect the worker count in config |
2019-12-12 |
Raphaël Gomès |
|
New |
[2,of,5,STABLE] py3: pass bytes to `configint` and `configbool` |
2019-12-12 |
Raphaël Gomès |
|
New |
[3,of,5,STABLE] py3: send bytes from Rust-created warning patterns |
2019-12-12 |
Raphaël Gomès |
|
New |
[4,of,5,STABLE] rust-cpython: import utils::files::* function at module level |
2019-12-12 |
Raphaël Gomès |
|
New |
[5,of,5,STABLE] rust-cpython: do not convert warning pattern to utf-8 bytes |
2019-12-12 |
Raphaël Gomès |
|
New |
D7630: RFC: absorb: make the absorbed changeset be automatically "evolved" |
2019-12-13 |
phabricator |
|
New |
D7631: RFC: absorb: allowing committed changes to be absorbed into their ancestors |
2019-12-13 |
phabricator |
|
New |
D7716: rust-discovery: partial switch to typestate pattern |
2019-12-24 |
phabricator |
|
New |
D7717: rust-discovery: restoring add_missing cheap early return |
2019-12-24 |
phabricator |
|
New |
D7718: rust-directory: simplify bidirectional sampling |
2019-12-24 |
phabricator |
|
New |
D7719: rust-discovery: children cache as typestate transition |
2019-12-24 |
phabricator |
|
New |
D7720: rust-discovery: moved some methods to the wrapper enum |
2019-12-24 |
phabricator |
|
New |
D7721: rust-discovery: postponing random generator init |
2019-12-24 |
phabricator |
|
New |
D7722: rust-discovery: simplifying add_missing_revisions() |
2019-12-24 |
phabricator |
|
New |
D7728: rebase: add test to demonstrate issue6180 |
2019-12-27 |
phabricator |
|
New |
D7730: rebase: make sure pruning does not confuse rebase (issue6180) |
2019-12-27 |
phabricator |
|
New |
D7786: update: add --abort option in hg update command (issue4404) |
2020-01-03 |
phabricator |
|
New |
D7941: py3: wallpaper over demand importer differences on Python 3.5 |
2020-01-18 |
phabricator |
|
New |
D7942: py3: make test-http-bad-server.t conditional on Python 3.6+ |
2020-01-18 |
phabricator |
|
New |
D7940: py3: make flush() line optional |
2020-01-18 |
phabricator |
|
New |
D7967: exchange: recognize changegroup3 bundles in `getbundlespec()` |
2020-01-21 |
phabricator |
|
New |
[STABLE] contrib: a small script to nudge lingering diff |
2020-01-24 |
Pierre-Yves David |
|
New |
D8064: split: add a --single flag to only ask for one split |
2020-02-01 |
phabricator |
|
New |
D8227: hgit: use type_str instead of type for checking type of git objects |
2020-03-05 |
phabricator |
|
New |
[1,of,3,STABLE] gzip: rename the argument to `mtime` to match upstream python |
2020-03-10 |
Pierre-Yves David |
|
New |
[2,of,3,STABLE] gzip: indent the custom Gzip code |
2020-03-10 |
Pierre-Yves David |
|
New |
[3,of,3,STABLE] gzip: use the stdlib version with python 3 (issue6284) |
2020-03-10 |
Pierre-Yves David |
|
New |
D8290: morestatus: recommend `hg resolve --clear` when appropriate |
2020-03-13 |
phabricator |
|
New |
D8289: resolve: add a --clear option for clearing the merge state |
2020-03-13 |
phabricator |
|
New |
[1,of,4] git: remove obsolete todo item |
2020-03-26 |
Josef 'Jeff' Sipek |
|
New |
[2,of,4] git: abort when attempting to set a branch |
2020-03-26 |
Josef 'Jeff' Sipek |
|
New |
[3,of,4] git: implement a basic checkconflict bookmark store method |
2020-03-26 |
Josef 'Jeff' Sipek |
|
New |
[4,of,4] git: implement basic bookmark activation |
2020-03-26 |
Josef 'Jeff' Sipek |
|
New |
D8346: tests: force newlines to LF in tinyproxy.py |
2020-03-30 |
phabricator |
|
New |
D8347: encoding: use special dictionary type for env variables on Windows |
2020-03-30 |
phabricator |
|
New |
D8345: tests: look for CRLF on Windows |
2020-03-30 |
phabricator |
|
New |
D8348: tests: force newlines to LF in inline Python script |
2020-03-30 |
phabricator |
|
New |
D8352: extensions: don't crash if __file__ not defined |
2020-04-01 |
phabricator |
|
New |
[2,of,2] pathutil: document that dirs map type implies manifest/dirstate processing |
2020-04-01 |
Josef 'Jeff' Sipek |
|
New |
D8457: [RFC] metadataonlyctx: demonstrate an error reusing manifest nodes |
2020-04-17 |
phabricator |
|
New |
Failing tests for mercurial 5.4rc0 and python3 |
2020-04-23 |
Vladimir Lomov |
|
New |
[stable] cext: back out ec3c06a1c554 (use modern buffer protocol in mpatch_flist()) |
2020-05-14 |
Manuel Jacob |
|
New |
D8524: phabricator: load .arcconfig during reposetup (issue6331) |
2020-05-15 |
phabricator |
|
New |
D8571: test: make test-doctest.py not assume it's run from a mercurial repo |
2020-05-19 |
phabricator |
|
New |
D8579: context: avoid computing status twice when comparing among revisions |
2020-05-25 |
phabricator |
|
New |
D8595: copies: make _chain() and _filter() public |
2020-05-29 |
phabricator |
|
New |
D8597: rebase: use merge.graft() instead of merge.update() |
2020-05-29 |
phabricator |
|
New |
D8596: merge: mark copies in in-memory context when merging |
2020-05-29 |
phabricator |
|
New |
D8598: rebase: drop duplicate call to copies.graftcopies() |
2020-05-29 |
phabricator |
|
New |
D8599: rebase: remove now-unused arguments from rebasenode() |
2020-05-29 |
phabricator |
|
New |
[01,of,15] sslutil: set `_canloaddefaultcerts` to `True` if `ssl.SSLContext` is present |
2020-05-30 |
Manuel Jacob |
|
New |
[02,of,15] setup: require a Python version with modern SSL features |
2020-05-30 |
Manuel Jacob |
|
New |
[03,of,15] sslutil: remove code checking for presence of ssl.SSLContext |
2020-05-30 |
Manuel Jacob |
|
New |
[04,of,15] sslutil: remove comments referring to removed SSLContext emulation class |
2020-05-30 |
Manuel Jacob |
|
New |
[05,of,15] hgweb: avoid using `sslutil.modernssl` |
2020-05-30 |
Manuel Jacob |
|
New |
[06,of,15] sslutil: eliminate `modernssl` by constant-folding code using it |
2020-05-30 |
Manuel Jacob |
|
New |
[07,of,15] tests: remove "defaultcacerts" check |
2020-05-30 |
Manuel Jacob |
|
New |
[08,of,15] sslutil: eliminate `_canloaddefaultcerts` by constant-folding code using it |
2020-05-30 |
Manuel Jacob |
|
New |
[09,of,15] tests: remove "sslcontext" check |
2020-05-30 |
Manuel Jacob |
|
New |
[10,of,15] sslutil: assert that the Python we run on supports TLS 1.1 and TLS 1.2 |
2020-05-30 |
Manuel Jacob |
|
New |
[11,of,15] sslutil: remove comment referring to unsupported legacy stacks |
2020-05-30 |
Manuel Jacob |
|
New |
[12,of,15] sslutil: simplify code for printing an error message when negotiation fails |
2020-05-30 |
Manuel Jacob |
|
New |
[13,of,15] sslutil: simplify code, now that `supportedprotocols` is constant |
2020-05-30 |
Manuel Jacob |
|
New |
[14,of,15] tests: remove "tls1.2" check |
2020-05-30 |
Manuel Jacob |
|
New |
[15,of,15] sslutil: remove fallback for `ssl` attributes that we can assume to be present |
2020-05-30 |
Manuel Jacob |
|
New |
[v2] setup: require a Python version with modern SSL features |
2020-05-30 |
Manuel Jacob |
|
New |
[v2] sslutil: remove fallback for `ssl` attributes that we can assume to be present |
2020-05-30 |
Manuel Jacob |
|
New |
[02,of,10,v2] setup: require that Python supports TLS 1.1 and TLS 1.2 |
2020-05-30 |
Manuel Jacob |
|
New |
[03,of,10,v2] sslutil: convert check for TLS 1.1 and TLS 1.2 into assert |
2020-05-30 |
Manuel Jacob |
|
New |
[04,of,10,v2] sslutil: remove comment referring to unsupported legacy stacks |
2020-05-30 |
Manuel Jacob |
|
New |
[05,of,10,v2] sslutil: simplify code for printing an error message when negotiation fails |
2020-05-30 |
Manuel Jacob |
|
New |
[06,of,10,v2] tests: stop checking for optional, now impossible output |
2020-05-30 |
Manuel Jacob |
|
New |
[07,of,10,v2] sslutil: simplify code, now that `supportedprotocols` is constant |
2020-05-30 |
Manuel Jacob |
|
New |
[08,of,10,v2] config: remove unused hostsecurity.disabletls10warning config |
2020-05-30 |
Manuel Jacob |
|
New |
[09,of,10,v2] tests: remove "tls1.2" check |
2020-05-30 |
Manuel Jacob |
|
New |
[10,of,10,v2] sslutil: remove fallback for `ssl` attributes that we can assume to be present |
2020-05-30 |
Manuel Jacob |
|
New |
[2,of,2,v3] setup: require that Python has TLS 1.1 or TLS 1.2 |
2020-05-31 |
Manuel Jacob |
|
New |
[2,of,5] sslutil: fix names of variables containing minimum protocol strings |
2020-05-31 |
Manuel Jacob |
|
New |
[3,of,5] sslutil: add FIXME about supportedprotocols possibly containing too many items |
2020-05-31 |
Manuel Jacob |
|
New |
[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 |
[5,of,5] sslutil: check for OpenSSL without TLS 1.0 support in one case |
2020-05-31 |
Manuel Jacob |
|
New |
[2,of,8,v5] sslutil: remove comment referring to unsupported legacy stacks |
2020-06-01 |
Manuel Jacob |
|
New |
[3,of,8,v5] tests: stop checking for optional, now impossible output |
2020-06-01 |
Manuel Jacob |
|
New |
[4,of,8,v5] sslutil: remove dead code (that downgraded default minimum TLS version) |
2020-06-01 |
Manuel Jacob |
|
New |
[5,of,8,v5] config: remove unused hostsecurity.disabletls10warning config |
2020-06-01 |
Manuel Jacob |
|
New |
[6,of,8,v5] sslutil: remove dead code (that failed if only TLS 1.0 is available) |
2020-06-01 |
Manuel Jacob |
|
New |
[7,of,8,v5] sslutil: propagate return value ssl.PROTOCOL_SSLv23 from protocolsettings() |
2020-06-01 |
Manuel Jacob |
|
New |
[8,of,8,v5] sslutil: properly detect which TLS versions are supported by the ssl module |
2020-06-01 |
Manuel Jacob |
|
New |
[stable,v2] py3: always flush ui streams on Python 3 |
2020-06-03 |
Manuel Jacob |
|
New |
D8616: merge: chain copies with existing copies in working copy |
2020-06-06 |
phabricator |
|
New |
[stable,v2] py3: stop using block-buffered stdout to TTY on Python 3 |
2020-06-06 |
Manuel Jacob |
|
New |
py3: make ui.write() call fout.flush() per line if fout is a tty or pager |
2020-06-07 |
Yuya Nishihara |
|
New |
hg: copy buffer state to remote ui |
2020-06-10 |
Elmar Bartel |
|
New |
[V2] tests: use ui.warn() instead of print() in test-extension.t |
2020-06-18 |
Pulkit Goyal |
|
New |
tests: update output in test-chg.t as setprocname missing in pure build |
2020-06-19 |
Pulkit Goyal |
|
New |
[V2] tests: add hghave rule 'setprocname' to check if osutil.procname and use it |
2020-06-19 |
Pulkit Goyal |
|
New |
perf: add another command to test performance of writing to output streams |
2020-06-22 |
Manuel Jacob |
|
New |
D8646: update: suggest --merge while `hg up` across topo branches |
2020-06-22 |
phabricator |
|
New |
[1,of,2,stable] hgweb: deduplicate code |
2020-06-25 |
Manuel Jacob |
|
New |
[2,of,2,stable] hgweb: encode WSGI environment like OS environment |
2020-06-25 |
Manuel Jacob |
|
New |
[1,of,2,stable] compat: initialize LC_CTYPE locale on all Python versions and platforms |
2020-06-26 |
Manuel Jacob |
|
New |
[2,of,2,stable] curses: do not initialize LC_ALL to user settings (issue6358) |
2020-06-26 |
Manuel Jacob |
|
New |
[1,of,4] rebase: rename variable "keepbranch" to "keepbranchchange" |
2020-07-01 |
Manuel Jacob |
|
New |
[2,of,4] rebase: add config that causes empty changesets to be created |
2020-07-01 |
Manuel Jacob |
|
New |
[3,of,4] absorb: add config that causes empty changesets to be created |
2020-07-01 |
Manuel Jacob |
|
New |
[4,of,4] absorb: make it explicit if empty changeset was created |
2020-07-01 |
Manuel Jacob |
|
New |
D8677: heptapod: use basename of tests in skiplist in CI (issue6351) |
2020-07-03 |
phabricator |
|
New |
tests: use `pwd` instead of $PWD |
2020-07-04 |
Manuel Jacob |
|
New |
[v2] tests: add tests for buffering behavior of mercurial.utils.procutil.stdout |
2020-07-05 |
Manuel Jacob |
|
New |
[V2] procutil: ensure that all stdio file objects are flushed at interpreter exit |
2020-07-10 |
Manuel Jacob |
|
New |
[1,of,2] tests: test that push doesn’t complain about unstable changesets if no changes |
2020-07-17 |
Manuel Jacob |
|
New |
[2,of,2] exchange: check actually missing revs for obsolete / unstable revs (issue6372) |
2020-07-17 |
Manuel Jacob |
|
New |
discovery: change users of `outgoing.missingheads` to `outgoing.ancestorsof` |
2020-07-17 |
Manuel Jacob |
|
New |
[1,of,2,rebased] tests: test that push doesn’t complain about unstable changesets if no changes |
2020-07-17 |
Manuel Jacob |
|
New |
[2,of,2,rebased] exchange: check actually missing revs for obsolete / unstable revs (issue6372) |
2020-07-17 |
Manuel Jacob |
|
New |
commands: add short option `-H` for `--hidden` |
2020-07-17 |
Manuel Jacob |
|
New |
windows: don’t set `softspace` attribute in `winstdout` |
2020-07-18 |
Manuel Jacob |
|
New |
[RFC] tests: sleep for a second to let ui get flushed |
2020-07-23 |
Pulkit Goyal |
|
New |
[1,of,5,STABLE,REGRESSION,V2] exchange: backout changeset c26335fa4225 |
2020-07-24 |
Pierre-Yves David |
|
New |
[2,of,5,STABLE,REGRESSION,V2] push: test the checks preventing pushing orphaness to a server |
2020-07-24 |
Pierre-Yves David |
|
New |
[3,of,5,STABLE,REGRESSION,V2] push: another test for checks preventing pushing orphaness to a server |
2020-07-24 |
Pierre-Yves David |
|
New |
[4,of,5,STABLE,REGRESSION,V2] push: test for checks preventing publishing obsolete changeset |
2020-07-24 |
Pierre-Yves David |
|
New |
[5,of,5,STABLE,REGRESSION,V2] push: test for checks preventing publishing obsolete changeset |
2020-07-24 |
Pierre-Yves David |
|
New |
[1,of,2] who: replace another reference to Java |
2020-07-26 |
Manuel Jacob |
|
New |