[1,of,5,STABLE] rust-threads: force Rayon to respect the worker count in config |
2019-12-12 |
Raphaël Gomès |
|
New |
D7582: rust-configparser: run rustfmt |
2019-12-07 |
phabricator |
|
New |
D7575: hg-core: vendor Facebook's configparser crate |
2019-12-07 |
phabricator |
|
New |
D7576: hg-core: add configparser to library |
2019-12-07 |
phabricator |
|
New |
D7577: rust-configparser: implement Mercurial's config file discovery logic |
2019-12-07 |
phabricator |
|
New |
D7574: hg-core: add utils::path to project |
2019-12-07 |
phabricator |
|
New |
D7542: mail: don't complain about a multi-word email.method |
2019-12-02 |
phabricator |
|
New |
[2,of,2,STABLE] py3: fix 'log --line-range' with uncommitted changes in range |
2019-11-29 |
Denis Laxalde |
|
New |
[1,of,2,STABLE] tests: check that 'log --line-range' follows uncommitted changes |
2019-11-29 |
Denis Laxalde |
|
New |
mail: don't complain about a multi-word email.method config value |
2019-11-29 |
Julien Cristau |
|
New |
D7515: pytype: [WIP] suppress various warnings inline to get a clean run |
2019-11-24 |
phabricator |
|
New |
D7422: rust: remove hgcli project |
2019-11-15 |
phabricator |
|
New |
D7419: help: port to ResourceReader API |
2019-11-15 |
phabricator |
|
New |
D7418: procutil: teach resourcereader() to handle exe relative resources |
2019-11-15 |
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 |
D7384: commands: necessary annotations and suppresssions to pass pytype |
2019-11-14 |
phabricator |
|
New |
[3,of,3] histedit: render a rolled up description using the proper roll colours |
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 |
[1,of,3] histeditrule: split __str__ property into prefix and desc |
2019-11-07 |
Jordi Gutiérrez Hermoso |
|
New |
[STABLE] py3: compare http server's command with a native string |
2019-11-07 |
Denis Laxalde |
|
New |
D7296: pycompat: kludge around pytype being confused by __new__ |
2019-11-06 |
phabricator |
|
New |
D7295: pytype: add a (very slow) test that executes pytype |
2019-11-06 |
phabricator |
|
New |
D7257: [RFC] repoview: add a "filter" that just disallows walking to heads |
2019-11-06 |
phabricator |
|
New |
[3,of,3,STABLE] py3: fix handling of ctrl keys in crecord (issue6213) |
2019-11-06 |
Denis Laxalde |
|
New |
[2,of,3,STABLE] py3: keep "keypressed" a native str in crecord |
2019-11-06 |
Denis Laxalde |
|
New |
[1,of,3,STABLE] py3: compare response of crecord's confirmationwindow with str |
2019-11-06 |
Denis Laxalde |
|
New |
[2,of,2,STABLE] py3: add inline comment about encoding issue of str(Abort()) |
2019-11-05 |
Yuya Nishihara |
|
New |
[1,of,2,STABLE] py3: do not reimplement Abort.__str__() on Python 2 |
2019-11-05 |
Yuya Nishihara |
|
New |
[STABLE] hghave: fix bytes/string issue on Python 3 |
2019-11-04 |
Augie Fackler |
|
New |
D7187: py3: fix fsmonitor error message formatting under Python3 |
2019-11-01 |
phabricator |
|
New |
[STABLE] py3: decode Subject header in patchbomb |
2019-10-29 |
Denis Laxalde |
|
New |
D7177: [PoC] allow providing explicit mapping for parents of merge commits |
2019-10-28 |
phabricator |
|
New |
D7176: rebase: allow rebasing obsolete commit without successor |
2019-10-26 |
phabricator |
|
New |
D7175: tests: add test showing incorrect note about not rebasing extinct commit |
2019-10-26 |
phabricator |
|
New |
[2,of,2,STABLE] py3: use native strings when forming email headers in patchbomb |
2019-10-25 |
Denis Laxalde |
|
New |
[1,of,2,STABLE] tests: check patchbomb with a non-ascii commit message |
2019-10-25 |
Denis Laxalde |
|
New |
D7146: [RFC] grep: add config option to grep PWD by default |
2019-10-22 |
phabricator |
|
New |
[7,of,7] rust-cpython: mark all PyLeaked methods as unsafe |
2019-10-22 |
Yuya Nishihara |
|
New |
[6,of,7] rust-cpython: make PySharedRef::try_borrow_mut() return BorrowMutError |
2019-10-22 |
Yuya Nishihara |
|
New |
[5,of,7] rust-cpython: inline PySharedState::leak_immutable() and PyLeaked::new() |
2019-10-22 |
Yuya Nishihara |
|
New |
[4,of,7] rust-cpython: inline PySharedState::try_borrow_mut() |
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 |
[2,of,7] rust-cpython: make sure PySharedRef::borrow_mut() never panics |
2019-10-22 |
Yuya Nishihara |
|
New |
[1,of,7] rust-cpython: remove useless wrappers from PyLeaked, just move by map() |
2019-10-22 |
Yuya Nishihara |
|
New |
[9,of,9] rust-cpython: remove useless PyResult<> from leak_immutable() |
2019-10-19 |
Yuya Nishihara |
|
New |
[8,of,9] rust-cpython: remove useless PyRefMut wrapper |
2019-10-19 |
Yuya Nishihara |
|
New |
[7,of,9] rust-cpython: drop manual management of mutably_borrowed |
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 |
[5,of,9] rust-cpython: remove useless Option<$leaked> from py_shared_iterator |
2019-10-19 |
Yuya Nishihara |
|
New |
[4,of,9] rust-cpython: allow mutation unless leaked reference is borrowed |
2019-10-19 |
Yuya Nishihara |
|
New |
[3,of,9] rust-cpython: add generation counter to leaked reference |
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 |
[1,of,9] rust-cpython: rename PyLeakedRef to PyLeaked |
2019-10-19 |
Yuya Nishihara |
|
New |
rust-cpython: run cargo fmt |
2019-10-19 |
Yuya Nishihara |
|
New |
D7135: copies: filter out file already in parent in duplicatecopies() |
2019-10-18 |
phabricator |
|
New |
[4,of,4] py3: adjust expected traceback in 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 |
[2,of,4] py3: add Python 3 exception output to test-hook.t |
2019-10-18 |
Denis Laxalde |
|
New |
[1,of,4] py3: ajust abort message in test-hook.t |
2019-10-18 |
Denis Laxalde |
|
New |
[6,of,6,V3] rust-cpython: prepare for writing tests that require libpython |
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 |
[4,of,6,V3] rust-cpython: keep Python<'a> token in PyRefMut |
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 |
[2,of,6,V3] rust-cpython: make PyLeakedRef operations relatively safe |
2019-10-17 |
Yuya Nishihara |
|
New |
[1,of,6,V3] rust-cpython: put leaked reference in PyLeakedRef |
2019-10-17 |
Yuya Nishihara |
|
New |
py3: enable legacy fs encoding to fix filename compatibility on Windows |
2019-10-15 |
Yuya Nishihara |
|
New |
D7106: fuzz: restrict dirs fuzzer to only 40k of input |
2019-10-15 |
phabricator |
|
New |
[evolve-ext] py3: fix setup.py --version |
2019-10-15 |
Denis Laxalde |
|
New |
[7,of,7] rust-cpython: drop direct dependency on python(27|3)_sys |
2019-10-13 |
Yuya Nishihara |
|
New |
[6,of,7] rust-cpython: leverage upstreamed py_capsule_fn!() macro |
2019-10-13 |
Yuya Nishihara |
|
New |
[5,of,7] rust-cpython: bump cpython crates to 0.3 |
2019-10-13 |
Yuya Nishihara |
|
New |
[4,of,7] rust-cpython: turn inline comments into non-doc comments |
2019-10-13 |
Yuya Nishihara |
|
New |
[3,of,7] rust-cpython: fix signature of 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 |
[1,of,7] rust-cpython: add wrapper around decapsule_make_dirstate_tuple() |
2019-10-13 |
Yuya Nishihara |
|
New |
[7,of,7] rust-cpython: leverage upstreamed py_capsule_fn!() macro |
2019-10-13 |
Yuya Nishihara |
|
New |
[6,of,7] rust-cpython: bump cpython crates to 0.3 |
2019-10-13 |
Yuya Nishihara |
|
New |
[5,of,7] rust-cpython: turn inline comments into non-doc comments |
2019-10-13 |
Yuya Nishihara |
|
New |
[4,of,7] rust-cpython: fix signature of 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 |
[2,of,7] rust-cpython: add wrapper around decapsule_make_dirstate_tuple() |
2019-10-13 |
Yuya Nishihara |
|
New |
[1,of,7] rust-cpython: alias python(27|3)_sys globally |
2019-10-13 |
Yuya Nishihara |
|
New |
[RFC] changegroup: leave out all parent file revisions when creating bundles |
2019-10-11 |
Mads Kiilerich |
|
New |
D7026: treemanifest: move out of experimental |
2019-10-08 |
phabricator |
|
New |
D7025: rewriteutil: add configurable check to disallow obsoleting someone else cset |
2019-10-08 |
phabricator |
|
New |
D6987: strip: move strip extension to core |
2019-10-05 |
phabricator |
|
New |
rust-cpython: change license of ref_sharing.rs to MIT |
2019-10-05 |
Yuya Nishihara |
|
New |
D6966: shelve: add method for storing mergestate in changeset extras |
2019-10-04 |
phabricator |
|
New |
D6963: config: show config options in a user-friendly format |
2019-10-04 |
phabricator |
|
New |
D6962: config: add defaults and experimental status for --debug flag |
2019-10-04 |
phabricator |
|
New |
D6959: setup: switch to having setup.py generate an hg script |
2019-10-04 |
phabricator |
|
New |
D6958: hg: move hg script to be a template that gets filled in via make |
2019-10-04 |
phabricator |
|
New |
patchcopies: backout and optimisation that backfired |
2019-10-04 |
Pierre-Yves David |
|
New |
D6957: rebase: unconditionally clear merge state when `--stop`ing a rebase |
2019-10-04 |
phabricator |
|
New |
[V3] patchbomb: protect email addresses from shell |
2019-10-02 |
Floris Bruynooghe |
|
New |
D6929: ci: add comment about block duration pricing |
2019-10-01 |
phabricator |
|
New |
D6926: ci: retry expired spot instance requests |
2019-10-01 |
phabricator |
|
New |
D6928: ci: fetch explicit attributes |
2019-10-01 |
phabricator |
|
New |
D6927: ci: report cost to run each job |
2019-10-01 |
phabricator |
|
New |
D6925: ci: track spot instance state, randomly assign availability zone |
2019-10-01 |
phabricator |
|
New |
D6924: ci: store job start parameters in DynamoDB |
2019-10-01 |
phabricator |
|
New |
D6922: ci: implement a "try server" |
2019-09-30 |
phabricator |
|
New |
D6906: ci: implement a new CI system for Mercurial |
2019-09-29 |
phabricator |
|
New |
perf: fix perfhelper-pathcopies without --stats |
2019-09-27 |
Pierre-Yves David |
|
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 |
[1,of,2,V2] stack: take getstack() and turn it into stack class (API) |
2019-09-25 |
Anton Shestakov |
|
New |
D6876: phabricator: support automatically obsoleting old revisions of pulled commits |
2019-09-25 |
phabricator |
|
New |
D6859: rust-cpython: mark PySharedState as Sync so &'PySharedState can be Send (RFC) |
2019-09-16 |
phabricator |
|
New |
D6847: dont-accept-this: this is for reference in D6776 |
2019-09-13 |
phabricator |
|
New |
D6846: packaging: script the building of a MacOS installer using a custom python |
2019-09-12 |
phabricator |
|
New |
D6845: pushkeys: introduce a server.bookmarks-pushkey-reject option to complement D6776 |
2019-09-12 |
phabricator |
|
New |
[STABLE] merge: respect parents order when using `graft` on a merge |
2019-09-09 |
Pierre-Yves David |
|
New |
D6776: bookmarks: validate changes on push |
2019-08-30 |
phabricator |
|
New |
D6739: unshelve: add abort on using --interactive and --unresolved together |
2019-08-17 |
phabricator |
|
New |
D6738: unshelve: add --unresolved flag to unshelve mergestate with unresolved files |
2019-08-17 |
phabricator |
|
New |
D6737: shelve: add --unresolved flag to shelve mergestate with unresolved files |
2019-08-17 |
phabricator |
|
New |
D6735: update: added support for --abort flag(issue4404) |
2019-08-17 |
phabricator |
|
New |
[4,of,4,V2] flagutil: use it in simplestorerepo |
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 |
[2,of,4,V2] flagutil: use the new mixin use in remotefilelog |
2019-08-11 |
Pierre-Yves David |
|
New |
[1,of,4,V2] flagutil: introduce a flagprocessorsmixin class |
2019-08-11 |
Pierre-Yves David |
|
New |
[1,of,2] byteify-strings: add test for byteify-strings.py |
2019-08-05 |
Yuya Nishihara |
|
New |
D6718: repository: suppress typing errors on functions without arguments |
2019-08-04 |
phabricator |
|
New |
D6717: mypy: add a mypy.ini config file |
2019-08-04 |
phabricator |
|
New |
D6709: config: add --all flag to show all known configs |
2019-08-02 |
phabricator |
|
New |
D6697: cmdutil: add allowunfinished to prevent checkunfinished() on docommit() |
2019-07-26 |
phabricator |
|
New |
D6678: continue: added support for histedit |
2019-07-23 |
phabricator |
|
New |
D6665: continue: added support for graft |
2019-07-21 |
phabricator |
|
New |
[evolve-ext] docs: add example for the `prune` command |
2019-07-19 |
Raphaël Gomès |
|
New |
D6659: graft: split graft code to avoid duplication |
2019-07-18 |
phabricator |
|
New |
[evolve-ext] evolve: further clarify that update is performed only when requested |
2019-07-17 |
via Mercurial-devel |
|
New |
[V2] rust-dirstate: leverage find_dirs() iterator in DirsMultiset |
2019-07-11 |
Yuya Nishihara |
|
New |
D6593: rust-minor-fixes: remove Deref in favor of explicit methods |
2019-07-05 |
Yuya Nishihara |
|
New |
[evolve-ext] py3: make setup.py py3 compatible |
2019-06-28 |
Ludovic Chabant |
|
New |
[7,of,7,STABLE] bookmarks: actual fix for race condition deleting bookmark |
2019-06-23 |
Yuya Nishihara |
|
New |
[STABLE] cleanup: always `seek(0, io.SEEK_END)` after open in append mode before tell() |
2019-06-20 |
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 |
[4,of,4,accept-scripts] land: fix logic so that reviewers work as intended |
2019-06-12 |
Augie Fackler |
|
New |
[3,of,4,accept-scripts] accept: consistently return a boolean |
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 |
[1,of,4,accept-scripts] blocker: don't walk over non-drafts when looking for blockers |
2019-06-12 |
Augie Fackler |
|
New |
[evolve-ext] packaging: require mercurial >= 4.5 |
2019-06-11 |
Philippe Pepiot |
|
New |
[2,of,2] root: add template variables pointing to repository directories |
2019-06-04 |
Yuya Nishihara |
|
New |
[1,of,2] root: add support for -Tformatter option |
2019-06-04 |
Yuya Nishihara |
|
New |
D6462: commitextras: try to remove localrepo hacking to add extras to commit |
2019-05-30 |
phabricator |
|
New |
D6369: templatekw: make {file_*} compare to both merge parents (issue4292) |
2019-05-26 |
Yuya Nishihara |
|
New |
discovery: slowly increase sampling size |
2019-05-21 |
Pierre-Yves David |
|
New |
D6359: test: change test's diff generation to use mdiff for nicer output |
2019-05-10 |
phabricator |
|
New |
D6356: mdiff: prepare mdiff to be used for run-tests to replace unidiff |
2019-05-10 |
phabricator |
|
New |
D6355: shelve: add `update --shelve` if shelve extension is loaded |
2019-05-09 |
phabricator |
|
New |
[3,of,3] updatecaches: also warm hgtagsfnodescache |
2019-05-03 |
via Mercurial-devel |
|
New |
[evolve-ext] evolve: add a config option to persistently set --no-all |
2019-05-02 |
Matt Harbison |
|
New |
[evolve-ext] legacy: drop the check for `obsolete._enabled` |
2019-04-30 |
Matt Harbison |
|
New |
[3,of,8,"] compression: introduce a `storage.revlog.zlib.level` configuration |
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 |
[13,of,14,evolve-ext] templatekw: add `instabilities` alias for `troubles` |
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 |
[11,of,14,evolve-ext] revset: add `predecessor` aliases for `precursors` and `allprecursors` |
2019-04-28 |
Matt Harbison |
|
New |
[10,of,14,evolve-ext] revset: add `unstable` alias for `troubled` |
2019-04-28 |
Matt Harbison |
|
New |
[04,of,14,evolve-ext] doc: correct a typo |
2019-04-28 |
Matt Harbison |
|
New |
[03,of,14,evolve-ext] docs: change `troubles` references to `instability` |
2019-04-28 |
Matt Harbison |
|
New |
[02,of,14,evolve-ext] docs: change `precursors` references to `predecessors` |
2019-04-28 |
Matt Harbison |
|
New |
[01,of,14,evolve-ext] docs: import figure diagrams with inkscape 0.92 |
2019-04-28 |
Matt Harbison |
|
New |
D6312: branchcache: update the filteredhash if we update the tiprev |
2019-04-26 |
phabricator |
|
New |
histedit: Speed up scrolling in patch view mode |
2019-04-25 |
Yu Feng |
|
New |
[2,of,2] py3: convert unicode paths given for hgweb config |
2019-04-19 |
Ludovic Chabant |
|
New |
[1,of,2] py3: protect from exceptions thrown by other meta-path finders |
2019-04-19 |
Ludovic Chabant |
|
New |
[3,of,3] rust-filepatterns: call new Rust implementations from Python |
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 |
[1,of,3] rust-filepatterns: add a Rust implementation of pattern-related utils |
2019-04-17 |
Raphaël Gomès |
|
New |
D6259: revset: on-disk cache for children queries |
2019-04-16 |
phabricator |
|
New |
[2,of,2] rust: getting back to versions 0.1.0 |
2019-04-16 |
Georges Racinet |
|
New |
[1,of,2] rust: published the three extension crates to crates.io |
2019-04-16 |
Georges Racinet |
|
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] debugdiscovery: include the number of heads in all sets |
2019-04-16 |
Pierre-Yves David |
|
New |
["FIX-RE2] match: fix re2 compability broken in 2e2699af5649 |
2019-04-11 |
Pierre-Yves David |
|
New |
[evolve-ext,V2] uncommit: abort if an explicitly given file cannot be uncommitted (BC) |
2019-04-11 |
Matt Harbison |
|
New |
D6196: cext: make revlog.c PY_SSIZE_T_CLEAN |
2019-04-09 |
Yuya Nishihara |
|
New |
[2,of,2,"V3] upgrade: support upgrade to/from zstd storage (issue6088) |
2019-04-09 |
Pierre-Yves David |
|
New |
[1,of,2,"V3] compression: introduce an official `zstd-revlog` requirement |
2019-04-09 |
Pierre-Yves David |
|
New |
chistedit: add basic colours to diff view |
2019-04-04 |
Jordi Gutiérrez Hermoso |
|
New |
uncommit: abort if an explicitly given file is uncommittable |
2019-03-30 |
Matt Harbison |
|
New |
[V2] outgoing: Support pushrev (issue6106) |
2019-03-28 |
Kim Alvefur |
|
New |
hg: add standard Windows paths LOCALAPPDATA and APPDATA to config search path |
2019-03-28 |
James May |
|
New |
outgoing: Support pushrev (issue6106) |
2019-03-27 |
Kim Alvefur |
|
New |
phabricator: better error message when phabread fails to get a differential |
2019-03-24 |
Jordi Gutiérrez Hermoso |
|
New |
[STABLE] record: prevent commits that don't pick up dirty subrepo changes (issue6102) |
2019-03-17 |
Matt Harbison |
|
New |
D6128: chistedit:improve location of highlighted cursor.(issue6073) |
2019-03-13 |
phabricator |
|
New |
D6123: Experimental features: Add condition to for float number (issue6099) |
2019-03-12 |
phabricator |
|
New |
D6082: phabricator: add a `--branch` flag to `hg phabsend` |
2019-03-07 |
phabricator |
|
New |
[10,of,18,"] verify: document the `checkentry` method |
2019-03-06 |
Pulkit Goyal |
|
New |
repoview: introduce "served-obsolete" filter for serving obsolete changesets |
2019-03-05 |
Anton Shestakov |
|
New |
Making hg 5.0 as beta release with python 3 support. |
2019-03-05 |
Matt Harbison |
|
New |
D6056: patch: stop aborting when ADD/RENAME/COPY files on --interactive (issue5727) |
2019-03-03 |
phabricator |
|
New |
D6043: UnicodeEncoding:change the default encoding of the whole script to be 'UTF-8'(issue6040) |
2019-03-02 |
phabricator |
|
New |
D6029: Bug 1477205 - Remove the exception when a node is created after closing the AudioContext. r?padenot |
2019-02-27 |
phabricator |
|
New |
D6027: mq: make unshelve to apply on modified mq patch (issue4318) |
2019-02-26 |
phabricator |
|
New |
D6026: lock: Improve the waiting for lock message which will help newcomers(issue6081) |
2019-02-26 |
phabricator |
|
New |
D6005: uncommit: added interactive mode and removed _fixdirstate()(issue6062) |
2019-02-22 |
phabricator |
|
New |
test-sqlitestore: run sqlite3 with no init file |
2019-02-19 |
Jordi Gutiérrez Hermoso |
|
New |
email encoding help needed |
2019-02-15 |
Augie Fackler |
|
New |
[V2] fix: change the default fix pattern (issue6077) |
2019-02-13 |
Jordi Gutiérrez Hermoso |
|
New |
[RFC] cmdtest: add a new command that checks revset matching |
2019-02-13 |
Raphaël Gomès |
|
New |
D5941: config.txt: Add better documentation for ui.tweakdefault(issue6000) |
2019-02-11 |
phabricator |
|
New |
py3: manually replace `None` with 'None' in ui.log() arguments |
2019-02-07 |
Matt Harbison |
|
New |
revset: add default error messages to getintrange() |
2019-02-06 |
Anton Shestakov |
|
New |
D5812: py3: pass str into ValueError to prevent b'' prefix in output |
2019-02-03 |
phabricator |
|
New |
tests: drop some unnecessary globs for Windows |
2019-02-02 |
Matt Harbison |
|
New |
[STABLE] revlog: make sure we never use sparserevlog without general delta (issue6056) |
2019-01-31 |
Yuya Nishihara |
|
New |
D5737: py3: convert info.name to bytes in subrepo.py |
2019-01-29 |
phabricator |
|
New |
[RFC] lfs: clean up a variety of strings/bytes issues |
2019-01-26 |
Matt Harbison |
|
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 |
[STABLE] revlog: make sure we never use sparserevlog without general delta (issue6056) |
2019-01-25 |
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 |
[1,of,2,STABLE,V3,STABLE] strip: introduce a soft strip option |
2019-01-24 |
Boris Feld |
|
New |
D5632: setdiscovery: pass srvheads into partialdiscovery constructor |
2019-01-18 |
phabricator |
|
New |
rust-cpython: moved py_set() utility to conversion module |
2019-01-17 |
Georges Racinet |
|
New |
[2,of,2] rust-cpython: using rustext.dagop.headrevs in revlog |
2019-01-16 |
Georges Racinet |
|
New |
[1,of,2] rust-cpython: binding for headrevs() |
2019-01-16 |
Georges Racinet |
|
New |
discovery: improve some dealing with nullrev |
2019-01-15 |
Boris Feld |
|
New |
formatting: apply clang-format using the format-source extension |
2019-01-14 |
Boris Feld |
|
New |
D5565: revlog: add version 2 format flag to control sparse |
2019-01-11 |
phabricator |
|
New |
D5566: revlog: rename revlog I/O classes to reflect version (API) |
2019-01-11 |
phabricator |
|
New |
D5567: revlog: assign revlog._io in version lookup conditional |
2019-01-11 |
phabricator |
|
New |
D5539: style: run yapf on a subset of mercurial |
2019-01-09 |
phabricator |
|
New |
D5514: test: change test's diff generation to use mdiff for nicer output |
2019-01-07 |
phabricator |
|
New |
D5503: vfs: add support for repo names with `$` sign while using with env vars (issue5739) |
2019-01-07 |
phabricator |
|
New |
D5496: revset: add "samebranch" keyword argument to the merge revset |
2019-01-06 |
phabricator |
|
New |
D5495: revset: add "branch" positional arguments to the merge revset |
2019-01-06 |
phabricator |
|
New |
[1,of,2,evolve-ext] tests: specify a path to the evolve and topic extensions |
2019-01-04 |
Matt Harbison |
|
New |
extdiff: add --mode option |
2019-01-03 |
Ludovic Chabant |
|
New |
[3,of,5] py3: byteify gendoc.py |
2018-12-19 |
Matt Harbison |
|
New |
[STABLE] run-tests: fix permission to clean up unreadable directories |
2018-12-17 |
Yuya Nishihara |
|
New |
[5,of,5] extensions: use ui.log() interface to provide detailed loading information |
2018-12-16 |
Yuya Nishihara |
|
New |
[4,of,5] mq: implement log() on dummyui |
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 |
[2,of,5] blackbox: resurrect recursion guard |
2018-12-16 |
Yuya Nishihara |
|
New |
[1,of,5] tests: filter out uninteresting log events |
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 |
[2,of,3] context: collapse complex condition to see if filelog have to be compared |
2018-12-16 |
Yuya Nishihara |
|
New |
[1,of,3,STABLE] context: reimplement memfilectx.cmp() |
2018-12-16 |
Yuya Nishihara |
|
New |
[4,of,5] py3: stop subscripting socket.error |
2018-12-16 |
Matt Harbison |
|
New |
[5,of,5] py3: quote several instances of $PYTHON for Windows |
2018-12-12 |
Matt Harbison |
|
New |
[1,of,2,evolve-ext] issue-6028: failing test |
2018-12-11 |
James Reynolds |
|
New |
[STABLE] worker: do not swallow exception occurred in main process |
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 |
[1,of,2,RESEND] commandserver: add IPC channel to teach repository path on command finished |
2018-12-11 |
Yuya Nishihara |
|
New |
D5410: merge: allow to merge non-conflicting changes outside narrowspec |
2018-12-11 |
phabricator |
|
New |
[4,of,5] py3: stop subscripting socket.error |
2018-12-10 |
Matt Harbison |
|
New |
[6,of,6] extensions: avoid shadowing imported module names with exthelper methods |
2018-12-01 |
Matt Harbison |
|
New |
[5,of,6] lfs: convert to using exthelper to wrap functions |
2018-12-01 |
Matt Harbison |
|
New |
[4,of,6] extensions: add fileset 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 |
[2,of,6] extensions: add uipopulate() support to exthelper |
2018-12-01 |
Matt Harbison |
|
New |
[1,of,6] extensions: import the exthelper class from evolve ff799015d62e |
2018-12-01 |
Matt Harbison |
|
New |
sparse-revlog: protect C code against delta chain including nullrev |
2018-11-29 |
Boris Feld |
|
New |
D5308: store: don't pass 'atomictemp=True' while appending to fncache |
2018-11-27 |
phabricator |
|
New |
perf: add a `--timing` argument to `perfhelper-tracecopies` |
2018-11-26 |
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 |
[4,of,4,V2] perf: disable revlogs clearing in `perftags` by default |
2018-11-23 |
Boris Feld |
|
New |
[3,of,4,V2] perf: add a `clear-revlogs` flag to `perfbookmarks` |
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 |
[1,of,4,V2] perf: add a `clear-revlogs` flag to `perftags` |
2018-11-23 |
Boris Feld |
|
New |
D5299: phabricator: fallback reading arcanist config files |
2018-11-23 |
phabricator |
|
New |
D5295: branchmap: define a hasbranch() to find whether a branch exists or not |
2018-11-22 |
phabricator |
|
New |
[evolve-ext] evolve: fix a documentation typo |
2018-11-20 |
via Mercurial-devel |
|
New |
[evolve-ext] exthelper: drop Mercurial 4.3 support |
2018-11-11 |
Matt Harbison |
|
New |
[4,of,4,accept-scripts] land: add test documenting contents of take.log |
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 |
[2,of,4,accept-scripts] land: document regression I introduced in 214aea0ce915 |
2018-11-08 |
Augie Fackler |
|
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 |
relnotes: various tweaks for release notes |
2018-11-02 |
Anton Shestakov |
|
New |
[STABLE,RESEND] rust: fix signature of rustlazyancestors_init() function |
2018-11-02 |
Yuya Nishihara |
|
New |
[evolve-ext] compat: don't monkeypatch mercurial.copies module on 4.8 |
2018-11-02 |
Augie Fackler |
|
New |
[2,of,2] py3: roll up threading.Thread constructor args into **kwargs |
2018-10-26 |
Matt Harbison |
|
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: do not stringify integers in revlog stats by '%s' |
2018-10-24 |
Yuya Nishihara |
|
New |
[1,of,2] py3: convert revlog stats to a dict of (bytes, int) pairs |
2018-10-24 |
Yuya Nishihara |
|
New |
[STABLE] statprof: sort by time percentage as a secondary key |
2018-10-24 |
Matt Harbison |
|
New |
blackbox: add configitem for format of log timestamps |
2018-10-23 |
via Mercurial-devel |
|
New |
blackbox: add configitem for format of log timestamps |
2018-10-23 |
Matthew DeVore |
|
New |
[PoC] filecache: unimplement __set__() and __delete__() DO NOT PUSH |
2018-10-20 |
Yuya Nishihara |
|
New |
[3,of,3] setup: build exewrapper with Unicode support on py3 |
2018-10-19 |
Matt Harbison |
|
New |
[2,of,3] exewrapper: convert to _tcsxxx functions for Unicode compatability |
2018-10-19 |
Matt Harbison |
|
New |
[1,of,3] exewrapper: drop an unused variable |
2018-10-19 |
Matt Harbison |
|
New |
[PoC] relnotes: various tweaks for release notes (PoC) |
2018-10-19 |
Anton Shestakov |
|
New |
[RFC] bundle2: add the ability to fetch part content from another URL |
2018-10-18 |
Boris Feld |
|
New |
[2,of,2,V2] streamclone: abort when client needs to handle obsmarkers, but doesn't |
2018-10-18 |
Anton Shestakov |
|
New |
[1,of,2,V2] streamclone: include obsstore file into stream bundle if client can read it |
2018-10-18 |
Anton Shestakov |
|
New |
phase: add an archived phases |
2018-10-17 |
Boris Feld |
|
New |
profiling: move default mode to "real" time |
2018-10-17 |
Boris Feld |
|
New |
[4,of,4] changegroup: allow to force delta to be against p1 |
2018-10-16 |
Boris Feld |
|
New |
[3,of,4] storage: also use `deltamode argument` for ifiledata |
2018-10-16 |
Boris Feld |
|
New |
[2,of,4] changegroup: refactor emitrevision to use a `deltamode` argument |
2018-10-16 |
Boris Feld |
|
New |
[1,of,4] changegroup: if possible fallback to delta against parents instead of prev |
2018-10-16 |
Boris Feld |
|
New |
[2,of,2,evolve-ext] evolvecmd: use modern vocabulary in help text for evolve |
2018-10-14 |
Anton Shestakov |
|
New |
[1,of,2,evolve-ext] evolvecmd: mark flags with old instability names as deprecated |
2018-10-14 |
Anton Shestakov |
|
New |
D5064: style: run black on a subset of mercurial |
2018-10-13 |
phabricator |
|
New |
[5,of,5,V5] context: floor adjustlinkrev graph walk during copy tracing |
2018-10-10 |
Boris Feld |
|
New |
[4,of,5,V5] context: split `introrev` logic in a sub function |
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 |
[2,of,5,V5] context: take advantage of `_descendantrev` in introrev if available |
2018-10-10 |
Boris Feld |
|
New |
[1,of,5,V5] context: spell out the logic around linkrev adjustement starting point |
2018-10-10 |
Boris Feld |
|
New |
[6,of,6] packaging: "make deb" no longer fails |
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 |
[4,of,6] packaging: builddeb's cleanup needs to expand PWD, safely |
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 |
[2,of,6] packaging: print full path to the packages when builddeb finishes successfully |
2018-10-09 |
via Mercurial-devel |
|
New |
[3,of,3] rust-chg: install signal handlers to forward signals to server |
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 |
[1,of,3] rust-chg: extract signal handlers from chg/procutil.c |
2018-10-07 |
Yuya Nishihara |
|
New |
[7,of,7] help: document about "version" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[6,of,7] help: document about "tags" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[5,of,7] help: document about "status" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[4,of,7] help: document about "resolve" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[3,of,7] help: document about "paths" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[2,of,7] help: document about "identify" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
[1,of,7] help: document about "grep" template keywords |
2018-10-07 |
Yuya Nishihara |
|
New |
chgserver: catch Abort while parsing early args to shut down cleanly |
2018-10-07 |
Yuya Nishihara |
|
New |
[2,of,2] chg: upgrade client to use "setumask2" command |
2018-10-05 |
Yuya Nishihara |
|
New |
[1,of,2] chgserver: add "setumask2" command which uses correct message frame |
2018-10-05 |
Yuya Nishihara |
|
New |
D4877: url: Allow to configure timeout on http connection |
2018-10-04 |
phabricator |
|
New |
lfs: register the flag processors per repository |
2018-10-04 |
Matt Harbison |
|
New |
D4876: amend: add config to skip amend if only date is changed (issue5828) |
2018-10-03 |
phabricator |
|
New |
[8,of,8,V3] copies: add time information to the debug information |
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 |
[6,of,8,V3] context: floor adjustlinkrev graph walk during copy tracing |
2018-10-03 |
Boris Feld |
|
New |
[5,of,8,V3] context: introduce a `_findchangerev` method to `filectx` |
2018-10-03 |
Boris Feld |
|
New |
[4,of,8,V3] context: split `introrev` logic in a sub function |
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 |
[2,of,8,V3] context: fix introrev to avoid computation as initially intended |
2018-10-03 |
Boris Feld |
|
New |
[1,of,8,V3] context: refactor introrev to make the next patch easier to read |
2018-10-03 |
Boris Feld |
|
New |
[6,of,6] help: document about "export" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[5,of,6] help: document about "config" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[4,of,6] help: document about "cat" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[3,of,6] help: document about "branches" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[2,of,6] help: document about "bookmarks" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[1,of,6] help: document about "annotate" template keywords |
2018-10-03 |
Yuya Nishihara |
|
New |
[7,of,7,V2] copies: add time information to the debug information |
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 |
[5,of,7,V2] context: floor adjustlinkrev graph walk during copy tracing |
2018-10-01 |
Boris Feld |
|
New |
[4,of,7,V2] context: introduce a `_findchangerev` method to `filectx` |
2018-10-01 |
Boris Feld |
|
New |
[3,of,7,V2] context: split `introrev` logic in a sub function |
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 |
[1,of,7,V2] context: fix introrev to avoid computation as initially intended |
2018-10-01 |
Boris Feld |
|
New |
[5,of,5,V2] help: document about "files" template keywords |
2018-10-01 |
Yuya Nishihara |
|
New |
[4,of,5,V2] formatter: remove experimental marker from -T option |
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 |
[2,of,5,V2] annotate: rename {line_number} to {lineno} (BC) |
2018-10-01 |
Yuya Nishihara |
|
New |
[1,of,5,V2] resolve: rename {status} to {mergestatus} to not shadow change status (BC) |
2018-10-01 |
Yuya Nishihara |
|
New |
D4810: repository: introduce an ellipses repo requirement |
2018-09-30 |
phabricator |
|
New |
[V2] py3: convert os.readlink() path to native strings |
2018-09-28 |
Matt Harbison |
|
New |
D4716: lfs: don't add extension to hgrc after clone or share (BC) |
2018-09-24 |
phabricator |
|
New |
[5,of,5] annotate: pass in wdir rev and node to formatter (BC) |
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 |
[3,of,5] log: fill in pseudo rev and node as wdir() manifest identifiers |
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 |
[1,of,5] hgweb: use scmutil.binnode() to translate None to wdir hash (issue5988) |
2018-09-23 |
Yuya Nishihara |
|
New |
[2,of,2] py3: convert arguments, cwd and env to native strings when spawning subprocess |
2018-09-23 |
Matt Harbison |
|
New |
[1,of,2] encoding: teach unitolocal() and unifromlocal() to handle None |
2018-09-23 |
Matt Harbison |
|
New |
[2,of,2] chgserver: restore pager fds attached within runcommand session |
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] status: remove "morestatus" message from formatter data (BC) |
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 |
phabricator: add testedwith boilerplate |
2018-09-19 |
Yuya Nishihara |
|
New |
D4664: mergecommit: add a new extension to merge in-memory and create a commit |
2018-09-19 |
phabricator |
|
New |
[evolve-ext] obsdiscovery: adopt to calling convention change |
2018-09-17 |
Gregory Szorc |
|
New |
D4602: phabricator: move extension from contrib to hgext |
2018-09-15 |
Yuya Nishihara |
|
New |
[5,of,5] log: make changesetformatter pass in changectx to formatter |
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 |
[3,of,5] journal: do not pass in repolookuperror string to template (BC) |
2018-09-15 |
Yuya Nishihara |
|
New |
[2,of,5] journal: inline formatted nodes and date into expression |
2018-09-15 |
Yuya Nishihara |
|
New |
[1,of,5] journal: unify template name for "nodes" (BC) |
2018-09-15 |
Yuya Nishihara |
|
New |
[10,of,10] shelve: no longer strip internal commit when using internal phase |
2018-09-10 |
Augie Fackler |
|
New |
D4479: [RFC] obsolete: add mechanism to filter obsstore |
2018-09-04 |
phabricator |
|
New |
[6,of,6] templatekw: add {size} keyword as an example of fctx-based keyword |
2018-09-02 |
Yuya Nishihara |
|
New |
[5,of,6] formatter: populate fctx from ctx and path value |
2018-09-02 |
Yuya Nishihara |
|
New |
[4,of,6] formatter: factor out function that detects node change and document it |
2018-09-02 |
Yuya Nishihara |
|
New |
[3,of,6] formatter: inline _gettermap and _knownkeys |
2018-09-02 |
Yuya Nishihara |
|
New |
[2,of,6] formatter: fill missing resources by formatter, not by resource mapper |
2018-09-02 |
Yuya Nishihara |
|
New |
[1,of,6] templater: remove unused context argument from most resourcemapper functions |
2018-09-02 |
Yuya Nishihara |
|
New |
lfs: add a progress bar when searching for blobs to upload |
2018-08-31 |
via Mercurial-devel |
|
New |
[5,of,5] templatekw: add {path} keyword to host documentation |
2018-08-30 |
Yuya Nishihara |
|
New |
[4,of,5] status: rename {copy} to {source} for compatibility with {file_copies} (BC) |
2018-08-30 |
Yuya Nishihara |
|
New |
[3,of,5] formatter: rename {abspath}/{file} to {path}, and drop relative {path} (BC) |
2018-08-30 |
Yuya Nishihara |
|
New |
[2,of,5] templatekw: alias {name} of file copies dict to {path} |
2018-08-30 |
Yuya Nishihara |
|
New |
[1,of,5] templatekw: alias {file} of files list to {path} |
2018-08-30 |
Yuya Nishihara |
|
New |
run-tests: conditionalize HGCATAPULTSERVERPIPE for Windows |
2018-08-30 |
Matt Harbison |
|
New |
D4409: rebase: skip *all* obsolete revisions |
2018-08-28 |
phabricator |
|
New |
[STABLE] scmutil: avoid quadratic membership testing (issue5969) |
2018-08-25 |
Gregory Szorc |
|
New |
[5,of,5] hgweb: centralize registration of web commands into webcommands.commands (API) |
2018-08-22 |
Katsunori FUJIWARA |
|
New |
[4,of,5] registrar: add classes to wrap existing webcommand |
2018-08-22 |
Katsunori FUJIWARA |
|
New |
[3,of,5] registrar: add decorator class to register a function as web command (API) |
2018-08-22 |
Katsunori FUJIWARA |
|
New |
[2,of,5] registrar: add classes to wrap existing function |
2018-08-22 |
Katsunori FUJIWARA |
|
New |
[1,of,5] registrar: add base classes to wrap functions, commands, and so on (API) |
2018-08-22 |
Katsunori FUJIWARA |
|
New |
diff: use a threshold on similarity index before using word-diff (issue5965) |
2018-08-21 |
Denis Laxalde |
|
New |
color: issue warning in yellow |
2018-08-20 |
via Mercurial-devel |
|
New |
[STABLE] perf: fix typo in perfphasesremote() |
2018-08-18 |
Yuya Nishihara |
|
New |
D4301: tests: add a directory 'knownfailures' to check in known failures |
2018-08-16 |
phabricator |
|
New |
D4283: webcommands: fix `@webcommand` decorator |
2018-08-15 |
phabricator |
|
New |
[STABLE] convert: don't drop missing or corrupt tag entries |
2018-08-15 |
Matt Harbison |
|
New |
[STABLE] test: add a test file that displays ssh behavior in front of various errors |
2018-08-14 |
Boris Feld |
|
New |
[evolve-ext] templatekw: do not override in-core {obsolete} keyword |
2018-08-08 |
Yuya Nishihara |
|
New |
[3,of,3] templatekw: deprecate old-style template keyword function (API) |
2018-08-06 |
Yuya Nishihara |
|
New |
[2,of,3] hgweb: mark all lambda template keywords as new-style function |
2018-08-06 |
Yuya Nishihara |
|
New |
[1,of,3] hgweb: use registrar to add "motd" template keyword |
2018-08-06 |
Yuya Nishihara |
|
New |
[2,of,2] fileset: load core predicates directly to symbols dict |
2018-08-06 |
Yuya Nishihara |
|
New |
[1,of,2] fileset: turn on listclean conditionally |
2018-08-06 |
Yuya Nishihara |
|
New |
[3,of,3] fileset: combine union of basic patterns into single matcher |
2018-08-04 |
Yuya Nishihara |
|
New |
[2,of,3] fileset: reorder 'or' expression by weight |
2018-08-04 |
Yuya Nishihara |
|
New |
[1,of,3] fileset: introduce weight constants for readability |
2018-08-04 |
Yuya Nishihara |
|
New |
D4053: [RFC]hgweb: garbage collect on every request in hgweb_mod too |
2018-08-02 |
phabricator |
|
New |
[STABLE] packaging: always execute builddeb from source root |
2018-08-01 |
Gregory Szorc |
|
New |
[evolve-ext] Fixed case where AttributeError can be thrown when importing wireproto |
2018-07-31 |
andrew@apastron.co |
|
New |
D3986: split: abort if there's an unfinished operation |
2018-07-30 |
phabricator |
|
New |
[STABLE,follow-up] clone: process 'lookup' return as an arbitrary symbol |
2018-07-30 |
via Mercurial-devel |
|
New |
[STABLE,follow-up] clone: process 'lookup' return as an arbitrary symbol |
2018-07-30 |
Boris Feld |
|
New |
[STABLE] fileset: suppress EACCES while reading arbitrary paths via filectx API |
2018-07-30 |
Matt Harbison |
|
New |
[STABLE] doctest: convert matcher root to native path |
2018-07-29 |
Matt Harbison |
|
New |
[1,of,5,RFC] tests: show added/modified/removed files when logging repos converted from bzr |
2018-07-28 |
Yuya Nishihara |
|
New |
[3,of,3,STABLE] clone: process 'lookup' return as an arbitrary symbol |
2018-07-28 |
via Mercurial-devel |
|
New |
[4,of,6] match: add prefixdirmatcher to adapt subrepo matcher back |
2018-07-27 |
Matt Harbison |
|
New |
[3,of,3,STABLE] clone: process 'lookup' return as an arbitrary symbol |
2018-07-26 |
Boris Feld |
|
New |
[2,of,3,STABLE] localrepo: reintroduce 'repo.changectx' as deprecated |
2018-07-26 |
Boris Feld |
|
New |
[1,of,3,STABLE] node: add a `isnode` function |
2018-07-26 |
Boris Feld |
|
New |
D3979: contrib/phabricator: Convert description into local |
2018-07-25 |
phabricator |
|
New |
D3977: hgweb: strip trailing '/' in apppath before appending '/static/' |
2018-07-25 |
phabricator |
|
New |
[evolve-ext] topic: use self instead of repo in topicrepo methods |
2018-07-18 |
Anton Shestakov |
|
New |
[experimental] manifest: persist the manifestfulltext cache |
2018-07-16 |
Martijn Pieters |
|
New |
D3946: obsolete: resolved ValueError for var containing 2 ':' chars(issue-5783) |
2018-07-14 |
phabricator |
|
New |
[V2] patch: don't separate \r and \n when colorizing diff output |
2018-07-11 |
via Mercurial-devel |
|
New |
D3896: copies: handle case when both merge cset are not descendant of merge base |
2018-07-08 |
phabricator |
|
New |
[3,of,3] test-convert: demonstrate an unstable hash issue for bzr -> hg -> hg |
2018-07-07 |
Yuya Nishihara |
|
New |
[6,of,6] fileset: pass in badfn to inner matchers |
2018-07-07 |
Yuya Nishihara |
|
New |
[5,of,6] fileset: restrict getfileset() to not return a computed set (API) |
2018-07-07 |
Yuya Nishihara |
|
New |
[4,of,6] match: add prefixdirmatcher to adapt subrepo matcher back |
2018-07-07 |
Yuya Nishihara |
|
New |
[3,of,6] fileset: make debugfileset filter repository files |
2018-07-07 |
Yuya Nishihara |
|
New |
[2,of,6] fileset: sort debugfileset output |
2018-07-07 |
Yuya Nishihara |
|
New |
[1,of,6] fileset: move helper functions to top |
2018-07-07 |
Yuya Nishihara |
|
New |
[7,of,7] diffutil: move the module out of utils package |
2018-07-06 |
Yuya Nishihara |
|
New |
[6,of,7] diffutil: remove diffopts() in favor of diffallopts() |
2018-07-06 |
Yuya Nishihara |
|
New |
[5,of,7] obsutil: use public interface to access to repo.ui |
2018-07-06 |
Yuya Nishihara |
|
New |
[4,of,7] hgweb: pass ui to diffstatgen() explicitly |
2018-07-06 |
Yuya Nishihara |
|
New |
[3,of,7] synthrepo: simply use the ui passed as a function argument |
2018-07-06 |
Yuya Nishihara |
|
New |
[2,of,7] templatekw: obtain ui directly from the template context |
2018-07-06 |
Yuya Nishihara |
|
New |
[1,of,7] context: remove unneeded alias of diffopts |
2018-07-06 |
Yuya Nishihara |
|
New |
[7,of,7] match: remove ctx argument from code path down to _buildmatch() |
2018-07-05 |
Yuya Nishihara |
|
New |
[6,of,7] match: compose 'set:' pattern as matcher |
2018-07-05 |
Yuya Nishihara |
|
New |
[5,of,7] match: resolve 'set:' patterns first in _buildmatch() |
2018-07-05 |
Yuya Nishihara |
|
New |
[4,of,7] match: explode if unsupported pattern passed down to _regex() builder |
2018-07-05 |
Yuya Nishihara |
|
New |
[3,of,7] match: add basic wrapper for boolean function |
2018-07-05 |
Yuya Nishihara |
|
New |
[2,of,7] stringutil: move _formatsetrepr() from smartset |
2018-07-05 |
Yuya Nishihara |
|
New |
[1,of,7] pycompat: move rapply() from util |
2018-07-05 |
Yuya Nishihara |
|
New |
[STABLE] encoding: alias cp65001 to utf-8 on Windows |
2018-07-01 |
Yuya Nishihara |
|
New |
D3866: histedit: use cbor to write histedit-state file |
2018-06-30 |
phabricator |
|
New |
debugdeltachain: avoid division by zero when a chain is empty |
2018-06-29 |
Paul Morelle |
|
New |
[STABLE,v2] hghave: don't claim we have `tic` if it's NetBSD's binary (issue5698) |
2018-06-28 |
Thomas Klausner |
|
New |
[STABLE,v2] hghave: don't claim we have `tic` if it's NetBSD's binary (issue5698) |
2018-06-27 |
Augie Fackler |
|
New |
D3830: rebase: suppress transaction warns during dry-run |
2018-06-24 |
phabricator |
|
New |
[4,of,4] show: use filter() function to strip "tip" tag |
2018-06-23 |
Yuya Nishihara |
|
New |
[3,of,4] templater: extend filter() to accept template expression for emptiness test |
2018-06-23 |
Yuya Nishihara |
|
New |
[2,of,4] templater: introduce filter() function to remove empty items from list |
2018-06-23 |
Yuya Nishihara |
|
New |
[1,of,4] templater: fix truth testing of integer 0 taken from a list/dict |
2018-06-23 |
Yuya Nishihara |
|
New |
formatter: look for template symbols from the associated name |
2018-06-22 |
Yuya Nishihara |
|
New |
[2,of,2] revlog: do inclusive descendant testing (API) |
2018-06-21 |
Paul Morelle |
|
New |
[1,of,2] revlog: efficient implementation of 'descendant' |
2018-06-21 |
Paul Morelle |
|
New |
[3,of,3,gca-revset] revset: add a new commonancestorheads method |
2018-06-15 |
Sean Farley |
|
New |
[2,of,3,gca-revset] context: add a method to return a list of common ancestor changesets |
2018-06-15 |
Sean Farley |
|
New |
[1,of,3,gca-revset] context: factor out commonancestorsheads calculation |
2018-06-15 |
Sean Farley |
|
New |
tests: don't bother supporting test case names with exotic characters |
2018-06-12 |
Augie Fackler |
|
New |
[RFC] fileset: add "tracked()" to explicitly select files in the revision |
2018-06-12 |
Yuya Nishihara |
|
New |
[2,of,2] phases: use "published" in the phase movement message |
2018-06-08 |
Pulkit Goyal |
|
New |
D3665: graph: improve graph output by using Unicode characters |
2018-05-30 |
Yuya Nishihara |
|
New |
D3672: retractboundary: add dryrun parameter |
2018-05-30 |
phabricator |
|
New |
D3670: cmdutil: don't return statedetectionpredicate function from _getrepostate() |
2018-05-29 |
phabricator |
|
New |
D3669: cmdutil: have statefile names in STATES instead of functions |
2018-05-29 |
phabricator |
|
New |
[3,of,3,RFC] revset: add an 'all' argument to ancestor() to return |
2018-05-27 |
Sean Farley |
|
New |
[2,of,3,RFC] context: add a method to return a list of common ancestor changesets |
2018-05-27 |
Sean Farley |
|
New |
[1,of,3,RFC] context: factor out commonancestorsheads calculation |
2018-05-27 |
Sean Farley |
|
New |
D3664: graft: reuse the --edit value passed initially in `hg graft --continue` (BC) |
2018-05-25 |
phabricator |
|
New |
D3663: graft: add test showing --continue not preserving --edit passed earlier |
2018-05-25 |
phabricator |
|
New |
[PoC] extensions: PoC readme extension for hgweb |
2018-05-25 |
Anton Shestakov |
|
New |
hook: add more robust python: syntax checking |
2018-05-24 |
Tom Hindle |
|
New |
D3650: serve: add an option to open in the default browser |
2018-05-24 |
phabricator |
|
New |
[4,of,4] diff: use `context.diff` to produce diff |
2018-05-24 |
Boris Feld |
|
New |
[3,of,4] diff: accept "dict" as diff option |
2018-05-24 |
Boris Feld |
|
New |
[2,of,4] context: also take all other arguments than `patch.diff` accept |
2018-05-24 |
Boris Feld |
|
New |
[1,of,4] context: explicitly take diffopts in `context.diff` (API) |
2018-05-24 |
Boris Feld |
|
New |
revlog: for a delta, when a parent was refused, suggest other parent (issue5481) |
2018-05-14 |
Paul Morelle |
|
New |
config: rename streamunbundle to stream-unbundle |
2018-05-14 |
David Demelier |
|
New |
D3454: Assign to result from block. |
2018-05-06 |
phabricator |
|
New |
D3446: dispatch: move sys.exit() to caller (API) |
2018-05-06 |
phabricator |
|
New |
D3445: dispatch: shore up exit handling |
2018-05-06 |
phabricator |
|
New |
D3447: rust: make exit handling consistent with `hg` |
2018-05-06 |
phabricator |
|
New |
D3444: tests: comprehensively test exit handling |
2018-05-06 |
phabricator |
|
New |
filemerge: support passing python script to custom merge-tools |
2018-05-01 |
Tom Hindle |
|
New |
filemerge: support passing python script to custom merge-tools |
2018-04-18 |
Tom Hindle |
|
New |