[2,of,6] upgrade: use the repository 'ui' as the base for the new repository |
2017-12-08 |
Boris Feld |
|
Accepted |
[1,of,6] upgrade: add a test to show the repository config being ignored |
2017-12-08 |
Boris Feld |
|
Accepted |
[6,of,6] upgrade: register compression as a format variants |
2017-12-08 |
Boris Feld |
|
Accepted |
[5,of,6] debugformat: handle non-boolean value for variant |
2017-12-08 |
Boris Feld |
|
Accepted |
[4,of,6] debugformat: update label depending on value difference |
2017-12-08 |
Boris Feld |
|
Accepted |
[3,of,6] debugformat: add data about the config when verbose |
2017-12-08 |
Boris Feld |
|
Accepted |
[2,of,6] debugformat: add a 'debugformat' command |
2017-12-08 |
Boris Feld |
|
Accepted |
[1,of,6] upgrade: rename 'removecldeltachain' to 'plain-cl-delta' |
2017-12-08 |
Boris Feld |
|
Accepted |
[2,of,2] patch: catch unexpected case in _inlinediff |
2017-12-08 |
matthieu.laneuville@octobus.net |
|
Accepted |
[1,of,2] patch: reverse _inlinediff output for consistency |
2017-12-08 |
matthieu.laneuville@octobus.net |
|
Accepted |
[6,of,6] revset: make follow() accept empty startrev |
2017-12-07 |
Yuya Nishihara |
|
Accepted |
[5,of,6] revset: alias follow(startrev=rev) to ancestors(rev) |
2017-12-07 |
Yuya Nishihara |
|
Accepted |
[4,of,6] revset: make follow() accept keyword arguments |
2017-12-07 |
Yuya Nishihara |
|
Accepted |
[3,of,6] revset: make follow() accept multiple startrevs |
2017-12-07 |
Yuya Nishihara |
|
Accepted |
[2,of,6] dagop: use heap to compute max rev in filectxancestors() |
2017-12-07 |
Yuya Nishihara |
|
Accepted |
[1,of,6] dagop: add smartset interface to filectxancestors() |
2017-12-07 |
Yuya Nishihara |
|
Accepted |
[2,of,2] push: restrict common discovery to the pushed set |
2017-12-07 |
Boris Feld |
|
Accepted |
[1,of,2] setdiscover: allow to ignore part of the local graph |
2017-12-07 |
Boris Feld |
|
Accepted |
[2,of,2] largefiles: allow to run 'debugupgraderepo' on repo with largefiles |
2017-12-07 |
Boris Feld |
|
Accepted |
[1,of,2] upgraderepo: allow extension to register preserved requirements |
2017-12-07 |
Boris Feld |
|
Accepted |
hgweb: implement json-graph |
2017-12-07 |
Anton Shestakov |
|
Accepted |
[v7] patch: add within-line color diff capacity |
2017-12-07 |
matthieu.laneuville@octobus.net |
|
Accepted |
[3,of,3] lfs: introduce a user level cache for lfs files |
2017-12-07 |
Matt Harbison |
|
Accepted |
[2,of,3] largefiles: refactor _usercachedir() to allow reuse with lfs |
2017-12-07 |
Matt Harbison |
|
Accepted |
[1,of,3] lfs-test: note a problem with unpushed lfs files and cloning/sharing |
2017-12-07 |
Matt Harbison |
|
Accepted |
[8,of,8] dagop: extend filectxancestors() to walk multiple files |
2017-12-06 |
Yuya Nishihara |
|
Accepted |
[7,of,8] dagop: put start fctx into visit dict of filectxancestors() |
2017-12-06 |
Yuya Nishihara |
|
Accepted |
[6,of,8] dagop: change visit dict of filectxancestors() indexed solely by rev |
2017-12-06 |
Yuya Nishihara |
|
Accepted |
[5,of,8] dagop: use fctx.rev() consistently in filectxancestors() |
2017-12-06 |
Yuya Nishihara |
|
Accepted |
[4,of,8] dagop: yield intro filectx by filectxancestors() |
2017-12-06 |
Yuya Nishihara |
|
Accepted |
[3,of,8] filectx: extract helper method to obtain filectx pointing to its introrev |
2017-12-06 |
Yuya Nishihara |
|
Accepted |
[2,of,8] dagop: copy basefilectx.ancestors() to free function |
2017-12-06 |
Yuya Nishihara |
|
Accepted |
[1,of,8] test-log: test that fctx.ancestors() can't index parents only by linkrev |
2017-12-06 |
Yuya Nishihara |
|
Accepted |
[3,of,3] hgweb: move common vertex code to Graph.prototype |
2017-12-06 |
Anton Shestakov |
|
Accepted |
[2,of,3] hgweb: create Graph methods using a prototype |
2017-12-06 |
Anton Shestakov |
|
Accepted |
[1,of,3] hgweb: remove unused Graph.cur property |
2017-12-06 |
Anton Shestakov |
|
Accepted |
[2,of,2,evolve-ext,V2] help: fix output for `hg help -e evolve` wrt 'touch' command |
2017-12-06 |
via Mercurial-devel |
|
Accepted |
[1,of,2,evolve-ext,V2] help: remove a few commands from `hg` (no args) command list |
2017-12-06 |
via Mercurial-devel |
|
Accepted |
[evolve-ext] help: fix output for `hg help -e evolve` wrt 'touch' command |
2017-12-06 |
via Mercurial-devel |
|
Accepted |
[3,of,3] repoview: include filter name in repr for debugging |
2017-12-05 |
Yuya Nishihara |
|
Accepted |
[2,of,3] repoview: extract a factory function of proxy class |
2017-12-05 |
Yuya Nishihara |
|
Accepted |
[1,of,3] repoview: do not include filter name in name of proxy class |
2017-12-05 |
Yuya Nishihara |
|
Accepted |
setup: convert version strings to unicode on Python 3 |
2017-12-05 |
Yuya Nishihara |
|
Accepted |
thirdparty: move selectors2 module to where it should be |
2017-12-05 |
Yuya Nishihara |
|
Accepted |
[evolve-ext] typos: fix typos in several locations |
2017-12-04 |
via Mercurial-devel |
|
Accepted |
[6,of,6] spartan: render changesets server-side on /graph page |
2017-12-04 |
Anton Shestakov |
|
Accepted |
[5,of,6] monoblue: render changesets server-side on /graph page |
2017-12-04 |
Anton Shestakov |
|
Accepted |
[4,of,6] gitweb: render changesets server-side on /graph page |
2017-12-04 |
Anton Shestakov |
|
Accepted |
[3,of,6] paper: render changesets server-side on /graph page |
2017-12-04 |
Anton Shestakov |
|
Accepted |
[2,of,6] hgweb: only include graph-related data in jsdata variable on /graph pages (BC) |
2017-12-04 |
Anton Shestakov |
|
Accepted |
[1,of,6] hgweb: adopt child nodes in ajaxScrollInit on /graph pages too |
2017-12-04 |
Anton Shestakov |
|
Accepted |
[FOLLOW,UP] nodesummaries: improve format pattern used |
2017-12-04 |
Boris Feld |
|
Accepted |
[3,of,3,V2] lock: allow to configure when the lock messages are displayed |
2017-12-04 |
Boris Feld |
|
Accepted |
[2,of,3,V2] lock: add a trylock method handling the timeout and messaging logic |
2017-12-04 |
Boris Feld |
|
Accepted |
[1,of,3,V2] lock: use configint for 'ui.timeout' config |
2017-12-04 |
Boris Feld |
|
Accepted |
[5,of,5] tests: add a substitution for EADDRINUSE/WSAEADDRINUSE messages |
2017-12-03 |
Matt Harbison |
|
Accepted |
[4,of,5] tests: add a substitution for ECONNRESET/WSAECONNRESET messages |
2017-12-03 |
Matt Harbison |
|
Accepted |
[3,of,5] tests: add a substitution for ENOTDIR/ERROR_PATH_NOT_FOUND messages |
2017-12-03 |
Matt Harbison |
|
Accepted |
[2,of,5] tests: add a substitution for ENOENT/ERROR_FILE_NOT_FOUND messages |
2017-12-03 |
Matt Harbison |
|
Accepted |
[1,of,5] tests: trivial fixes for Windows |
2017-12-03 |
Matt Harbison |
|
Accepted |
[v6] cmdutil: add within-line color diff capacity |
2017-12-02 |
matthieu.laneuville@octobus.net |
|
Accepted |
[2,of,2] log: translate column labels at once (issue5750) |
2017-12-02 |
Yuya Nishihara |
|
Accepted |
[1,of,2] log: remove temporary variable 'date' used only once |
2017-12-02 |
Yuya Nishihara |
|
Accepted |
[5,of,5] fancyopts: fix handling of "--" value in earlygetopt() |
2017-12-02 |
Yuya Nishihara |
|
Accepted |
[4,of,5] fancyopts: use getopt.gnu_getopt() |
2017-12-02 |
Yuya Nishihara |
|
Accepted |
[3,of,5] dispatch: replace _earlygetopt(strip=True) with new parser |
2017-12-02 |
Yuya Nishihara |
|
Accepted |
[2,of,5] dispatch: replace _earlyreq*() with new fancyopts-based parser |
2017-12-02 |
Yuya Nishihara |
|
Accepted |
[1,of,5] dispatch: alias --repo to --repository while parsing early options |
2017-12-02 |
Yuya Nishihara |
|
Accepted |
[STABLE] convert: restore the ability to use bzr < 2.6.0 (issue5733) |
2017-12-02 |
Matt Harbison |
|
Accepted |
test-lfs: drop a hack for ignoring convert devel-warnings |
2017-12-02 |
Matt Harbison |
|
Accepted |
hgweb: remove negative top from .info line in graph |
2017-12-01 |
Anton Shestakov |
|
Accepted |
archive: pass thru mtime for directory archives, like the other archive types do |
2017-12-01 |
James May |
|
Accepted |
[3,of,3,STABLE] largefiles: pay attention to dropped standin files when updating largefiles |
2017-12-01 |
Matt Harbison |
|
Accepted |
[2,of,3,STABLE] test-largefiles: demonstrate problems with renaming and reverting a directory |
2017-12-01 |
Matt Harbison |
|
Accepted |
[1,of,3,STABLE] tests: add globs for Windows |
2017-12-01 |
Matt Harbison |
|
Accepted |
[3,of,3] lfs: enable the extension locally after converting to an 'lfs' repo |
2017-12-01 |
Matt Harbison |
|
Accepted |
[2,of,3] lfs: enable the extension locally after sharing a repo with 'lfs' requirement |
2017-12-01 |
Matt Harbison |
|
Accepted |
[1,of,3] lfs: enable the extension locally after cloning a repo with 'lfs' requirement |
2017-12-01 |
Matt Harbison |
|
Accepted |
tests: try and scrub away IP addresses with $LOCALIP |
2017-11-30 |
Augie Fackler |
|
Accepted |
[RFC] match: remove doc about undefined behavior of visitdir() |
2017-11-30 |
Yuya Nishihara |
|
Accepted |
[STABLE,V2] cat: record the current behavior of wildcard matches in subrepos |
2017-11-30 |
Yuya Nishihara |
|
Accepted |
tests: move JSON escape test to test-hgweb-json.t |
2017-11-30 |
Anton Shestakov |
|
Accepted |
[STABLE,V3] convert: avoid wrong lfconvert defaults by moving configitems to core |
2017-11-29 |
Matt Harbison |
|
Accepted |
fsmonitor: issue debug messages when we fall back to core status |
2017-11-28 |
Boris Feld |
|
Accepted |
[7,of,7] hgweb: add .jshintrc with some basic rules |
2017-11-27 |
Anton Shestakov |
|
Accepted |
[6,of,7] hgweb: look up "URLSearchParams" in "window" to work around jshint issues |
2017-11-27 |
Anton Shestakov |
|
Accepted |
[5,of,7] hgweb: define locally used variables as actually local in mercurial.js |
2017-11-27 |
Anton Shestakov |
|
Accepted |
[4,of,7] hgweb: rename an instance of XMLHttpRequest to xhr in mercurial.js |
2017-11-27 |
Anton Shestakov |
|
Accepted |
[3,of,7] hgweb: properly iterate over arrays and objects in mercurial.js |
2017-11-27 |
Anton Shestakov |
|
Accepted |
[2,of,7] hgweb: use strict equals in mercurial.js |
2017-11-27 |
Anton Shestakov |
|
Accepted |
[1,of,7] hgweb: use strict equals, remove non-breaking space in followlines.js |
2017-11-27 |
Anton Shestakov |
|
Accepted |
[5,of,5] largefiles: explicitly set the source and sink types to 'hg' for lfconvert |
2017-11-26 |
Matt Harbison |
|
Accepted |
[4,of,5] lfs: add a repo requirement for this extension when converting to lfs |
2017-11-26 |
Matt Harbison |
|
Accepted |
[3,of,5] convert: allow the sink object to be wrapped when the extension isn't loaded |
2017-11-26 |
Matt Harbison |
|
Accepted |
[2,of,5] convert: save an indicator of the repo type for sources and sinks |
2017-11-26 |
Matt Harbison |
|
Accepted |
[1,of,5] lfs: add a repo requirement for this extension once an lfs file is committed |
2017-11-26 |
Matt Harbison |
|
Accepted |
hgweb: rename the main attribute of instabilities |
2017-11-26 |
Anton Shestakov |
|
Accepted |
test-ssh: do not actually look up "brokenrepository" by DNS |
2017-11-26 |
Yuya Nishihara |
|
Accepted |
tr-summary: keep a weakref to the unfiltered repository |
2017-11-25 |
Boris Feld |
|
Accepted |
mergetools: add nbdime merge tools to default rc |
2017-11-25 |
Vidar Tonaas Fauske |
|
Accepted |
[4,of,4] hgweb: remove unused Graph() properties |
2017-11-25 |
Anton Shestakov |
|
Accepted |
[3,of,4] gitweb: remove unused css classes |
2017-11-25 |
Anton Shestakov |
|
Accepted |
[2,of,4] monoblue: also highlight target line on annotate and comparison pages |
2017-11-25 |
Anton Shestakov |
|
Accepted |
[1,of,4] paper: remove css hack that made .branchname look like .branchhead |
2017-11-25 |
Anton Shestakov |
|
Accepted |
[2,of,2] obsolete: drop usage of changectx in '_computecontentdivergentset' |
2017-11-24 |
Boris Feld |
|
Accepted |
[1,of,2] obsolete: drop usage of changectx in '_computephasedivergentset' |
2017-11-24 |
Boris Feld |
|
Accepted |
[2,of,2,STABLE,V2] dispatch: add HGPLAIN=+strictflags to restrict early parsing of global options |
2017-11-24 |
Yuya Nishihara |
|
Accepted |
[1,of,2,STABLE,V2] fancyopts: add early-options parser compatible with getopt() |
2017-11-24 |
Yuya Nishihara |
|
Accepted |
[v3] cmdutil: add within-line color diff capacity |
2017-11-23 |
Denis Laxalde |
|
Accepted |
[STABLE,RFC] largefiles: load the convert extension as needed to register config items |
2017-11-23 |
Matt Harbison |
|
Accepted |
hgweb: show changeset age in more places (gitweb and monoblue) |
2017-11-21 |
Anton Shestakov |
|
Accepted |
[3,of,3] test-lfs: allow the test server to be killed on Windows |
2017-11-21 |
Matt Harbison |
|
Accepted |
[2,of,3] test-lfs: perform the `chmod +x` command in a manner compatible with Windows |
2017-11-21 |
Matt Harbison |
|
Accepted |
[1,of,3] hghave: add a check for lfs-test-server |
2017-11-21 |
Matt Harbison |
|
Accepted |
[2,of,2] localrepo: update comments around path auditors |
2017-11-20 |
Augie Fackler |
|
Accepted |
[1,of,2] localrepo: specify optional callback parameter to pathauditor as a keyword |
2017-11-20 |
Augie Fackler |
|
Accepted |
[2,of,2,already-pushed] lfs: generate a large file by using `python` instead of yes | head |
2017-11-20 |
Augie Fackler |
|
Accepted |
[1,of,2,already-pushed] setup: add hgext.lfs to list of Python packages |
2017-11-20 |
Augie Fackler |
|
Accepted |
templates: reword 'back to filelog' link anchor text |
2017-11-20 |
Jordi GutiƩrrez Hermoso |
|
Accepted |
[2,of,2,V2] server: introduce a 'experimental.single-head-per-branch' option |
2017-11-20 |
Boris Feld |
|
Accepted |
[1,of,2,V2] scmutil: extra utility to display a reasonable amount of nodes |
2017-11-20 |
Boris Feld |
|
Accepted |
[12,of,12,V3] pull: retrieve bookmarks through the binary part when possible |
2017-11-20 |
Boris Feld |
|
Accepted |
[11,of,12,V3] getbundle: add support for 'bookmarks' boolean argument |
2017-11-20 |
Boris Feld |
|
Accepted |
[10,of,12,V3] bundle2: support a 'records' mode for the 'bookmarks' part |
2017-11-20 |
Boris Feld |
|
Accepted |
[09,of,12,V3] bundle2: add a 'modes' dictionary to the bundle operation |
2017-11-20 |
Boris Feld |
|
Accepted |
[08,of,12,V3] bookmark: use the 'bookmarks' bundle2 part to push bookmark update (issue5165) |
2017-11-20 |
Boris Feld |
|
Accepted |
[07,of,12,V3] bookmark: introduce in advance a variant of the exchange test |
2017-11-20 |
Boris Feld |
|
Accepted |
[06,of,12,V3] push: move bundle2-pushkey based bookmarks exchange in its own function |
2017-11-20 |
Boris Feld |
|
Accepted |
[05,of,12,V3] bookmark: add pushkey hook compatiblity to the bundle2 part |
2017-11-20 |
Boris Feld |
|
Accepted |
[04,of,12,V3] bookmark: introduce a 'bookmarks' part |
2017-11-20 |
Boris Feld |
|
Accepted |
[03,of,12,V3] push: include a 'check:bookmarks' part when possible |
2017-11-20 |
Boris Feld |
|
Accepted |
[02,of,12,V3] bookmark: add a 'check:bookmarks' bundle2 part |
2017-11-20 |
Boris Feld |
|
Accepted |
[01,of,12,V3] bookmark: add methods to binary encode and decode bookmark values |
2017-11-20 |
Boris Feld |
|
Accepted |
[2,of,2] hgweb: use webutil.commonentry() for nodes (but not for jsdata yet) in /graph |
2017-11-20 |
Anton Shestakov |
|
Accepted |
[1,of,2] hgweb: check changeset's original branch in graphdata() |
2017-11-20 |
Anton Shestakov |
|
Accepted |
[2,of,2,V3] debuglocks: allow setting a lock |
2017-11-20 |
Paul Morelle |
|
Accepted |
[1,of,2,V3] debuglocks: add tests (and fix typo in early return) |
2017-11-20 |
Paul Morelle |
|
Accepted |
[2,of,2] run-test: drop 'execfile' usage for 'common-pattern.py' file |
2017-11-19 |
Boris Feld |
|
Accepted |
[1,of,2] run-test: use byte for 'common-pattern.py' path |
2017-11-19 |
Boris Feld |
|
Accepted |
[v2] run-tests: outputdir also has to be changed if $TESTDIR is not $PWD |
2017-11-19 |
matthieu.laneuville@octobus.net |
|
Accepted |
[2,of,2] hgweb: show instabilities of a commit |
2017-11-19 |
Anton Shestakov |
|
Accepted |
[1,of,2] context: add instabilities() method to basefilectx |
2017-11-19 |
Anton Shestakov |
|
Accepted |
test-lfs: add tests demonstrating the interaction with largefiles |
2017-11-18 |
Matt Harbison |
|
Accepted |
[2,of,2,v3] hgweb: show obsolescence status of a commit |
2017-11-18 |
Anton Shestakov |
|
Accepted |
[1,of,2,v3] context: add obsolete() method to basefilectx |
2017-11-18 |
Anton Shestakov |
|
Accepted |
check-code: grep's context flags don't need an extra space before number |
2017-11-18 |
Anton Shestakov |
|
Accepted |
hgweb: show commit phase if it's not public |
2017-11-17 |
Anton Shestakov |
|
Accepted |
[2,of,2] server: introduce a 'server.single-head' option |
2017-11-16 |
Boris Feld |
|
Accepted |
[1,of,2] scmutil: extra utility to display a reasonable amount of nodes |
2017-11-16 |
Boris Feld |
|
Accepted |
hgweb: move changeset "tags" to a template in map file (paper and coal) |
2017-11-16 |
Anton Shestakov |
|
Accepted |
[5,of,5,STABLE,RFC] dispatch: ignore --early-list-opt that might not be a flag (BC) |
2017-11-15 |
Yuya Nishihara |
|
Accepted |
[4,of,5,STABLE,RFC] dispatch: ignore --early-bool-option that might not be a flag (BC) |
2017-11-15 |
Yuya Nishihara |
|
Accepted |
[3,of,5,STABLE,RFC] dispatch: verify result of early command parsing |
2017-11-15 |
Yuya Nishihara |
|
Accepted |
[2,of,5,STABLE,RFC] dispatch: convert non-list option parsed by _earlygetopt() to string |
2017-11-15 |
Yuya Nishihara |
|
Accepted |
[1,of,5,STABLE,RFC] dispatch: add option to not strip command args parsed by _earlygetopt() |
2017-11-15 |
Yuya Nishihara |
|
Accepted |
[2,of,2] hgweb: move changeset "tags" to a template in map file (gitweb and monoblue) |
2017-11-15 |
Anton Shestakov |
|
Accepted |
[1,of,2] hgweb: split long lines in gitweb and monoblue (changeset summary and tags) |
2017-11-15 |
Anton Shestakov |
|
Accepted |
[4,of,4] test-lfs: cast the flags printed to an int |
2017-11-15 |
Matt Harbison |
|
Accepted |
[3,of,4] lfs: register config options |
2017-11-15 |
Matt Harbison |
|
Accepted |
[2,of,4] lfs: quiesce check-module-import warnings |
2017-11-15 |
Matt Harbison |
|
Accepted |
[1,of,4] lfs: import the Facebook git-lfs client extension |
2017-11-15 |
Matt Harbison |
|
Accepted |
[v2] rebase: exclude descendants of obsoletes w/o a successor in dest (issue5300) |
2017-11-14 |
Denis Laxalde |
|
Accepted |
[V2] debugdeltachain: output information about sparse read if enabled |
2017-11-14 |
Paul Morelle |
|
Accepted |
[5,of,4,STABLE] dispatch: fix early parsing of short option with value like -R=foo |
2017-11-13 |
Yuya Nishihara |
|
Accepted |
[6,of,6,V2] test-pattern: actually update tests using the patterns |
2017-11-13 |
Boris Feld |
|
Accepted |
[5,of,6,V2] test-pattern: substitute the HTTP log timestamp too |
2017-11-13 |
Boris Feld |
|
Accepted |
[4,of,6,V2] test-pattern: register the current the bundle2 capabilities string |
2017-11-13 |
Boris Feld |
|
Accepted |
[3,of,6,V2] test-pattern: register current the bundlecaps string |
2017-11-13 |
Boris Feld |
|
Accepted |
[2,of,6,V2] test-pattern: substitute common compression list |
2017-11-13 |
Boris Feld |
|
Accepted |
[1,of,6,V2] run-tests: allow to register any arbitrary pattern for replacement |
2017-11-13 |
Boris Feld |
|
Accepted |
[4,of,4,STABLE] dispatch: abort if early boolean options can't be parsed |
2017-11-11 |
Yuya Nishihara |
|
Accepted |
[3,of,4,STABLE] dispatch: stop parsing of early boolean option at "--" |
2017-11-11 |
Yuya Nishihara |
|
Accepted |
[2,of,4,STABLE] dispatch: extract stub function to peek boolean command option |
2017-11-11 |
Yuya Nishihara |
|
Accepted |
[1,of,4,STABLE] dispatch: do not drop unpaired argument at _earlygetopt() |
2017-11-11 |
Yuya Nishihara |
|
Accepted |
[3,of,3,hglib] client: make it robust for weird repository path |
2017-11-11 |
Yuya Nishihara |
|
Accepted |
[2,of,3,hglib] util: make cmdbuilder() robust for faulty parsing of early options |
2017-11-11 |
Yuya Nishihara |
|
Accepted |
[1,of,3,hglib] client: do not append an option to a list of arguments |
2017-11-11 |
Yuya Nishihara |
|
Accepted |
[2,of,2] tests: use jshint when available to check .js files |
2017-11-11 |
Anton Shestakov |
|
Accepted |
[1,of,2] hgweb: fix jshint issues in mercurial.js |
2017-11-11 |
Anton Shestakov |
|
Accepted |
[2,of,2] config: rename allow_push to allow-push |
2017-11-10 |
David Demelier |
|
Accepted |
[1,of,2] config: rename allowpull to allow-pull |
2017-11-10 |
David Demelier |
|
Accepted |
[3,of,3] hgweb: add missing semicolons to followlines.js |
2017-11-10 |
Anton Shestakov |
|
Accepted |
[2,of,3] gitweb: apply styles from annotate tooltip to followlines popup |
2017-11-10 |
Anton Shestakov |
|
Accepted |
[1,of,3] paper: apply styles from annotate tooltip to followlines popup |
2017-11-10 |
Anton Shestakov |
|
Accepted |
[6,of,6,STABLE] amend: update .hgsubstate before committing a memctx (issue5677) |
2017-11-08 |
Yuya Nishihara |
|
Accepted |
[5,of,6,STABLE] subrepo: extract preprocess of repo.commit() to free function |
2017-11-08 |
Yuya Nishihara |
|
Accepted |
[4,of,6,STABLE] tests: demonstrate that .hgsubstate isn't updated on amend |
2017-11-08 |
Yuya Nishihara |
|
Accepted |
[3,of,6,STABLE] amend: do not drop missing files (issue5732) |
2017-11-08 |
Yuya Nishihara |
|
Accepted |
[2,of,6,STABLE] amend: do not take untracked files as modified or clean (issue5732) |
2017-11-08 |
Yuya Nishihara |
|
Accepted |
[1,of,6,STABLE] tests: add more complete test for status changes on amend |
2017-11-08 |
Yuya Nishihara |
|
Accepted |
[STABLE] share: move config item declarations into core |
2017-11-06 |
Gregory Szorc |
|
Accepted |
[STABLE] morestatus: don't crash with different drive letters for repo.root and CWD |
2017-11-06 |
Matt Harbison |
|
Accepted |
[STABLE] share: handle --relative shares to a different drive letter gracefully |
2017-11-04 |
Matt Harbison |
|
Accepted |
[v2] run-tests: allow automatic test discovery when providing folder as argument |
2017-11-03 |
matthieu.laneuville@octobus.net |
|
Accepted |
[v2] outgoing: respect ":pushurl" paths (issue5365) |
2017-11-03 |
Hollis Blanchard |
|
Accepted |
revert: do not reverse hunks in interactive when REV is not parent (issue5096) |
2017-11-03 |
Denis Laxalde |
|
Accepted |
run-tests: endswith takes bytes as argument in python3, not str |
2017-11-03 |
matthieu.laneuville@octobus.net |
|
Accepted |
[v2] run-tests: $TESTDIR can be something else than $PWD |
2017-11-03 |
matthieu.laneuville@octobus.net |
|
Accepted |
[STABLE] pathutil: use util.pathto() to calculate relative cwd in canonpath() |
2017-11-03 |
Matt Harbison |
|
Accepted |
run-tests: $TESTDIR can be something else than $PWD |
2017-11-02 |
matthieu.laneuville@octobus.net |
|
Accepted |
rebase: drop --style option |
2017-11-02 |
Yuya Nishihara |
|
Accepted |
[3,of,3] templatekw: add verbosity keyword to select template by -q/-v/--debug flag |
2017-11-02 |
Yuya Nishihara |
|
Accepted |
[2,of,3] templatekw: move loadkeyword() to bottom |
2017-11-02 |
Yuya Nishihara |
|
Accepted |
[1,of,3] help: hide phaseidx template keyword |
2017-11-02 |
Yuya Nishihara |
|
Accepted |
patch: improve heuristics to not take the word "diff" as header (issue1879) |
2017-11-02 |
Yuya Nishihara |
|
Accepted |
[15,of,15,V2] exchange: drop unused '_getbookmarks' function |
2017-11-02 |
Boris Feld |
|
Accepted |
[14,of,15,V2] pull: retrieve bookmarks through the binary part when possible |
2017-11-02 |
Boris Feld |
|
Accepted |
[13,of,15,V2] getbundle: add support for 'bookmarks' boolean argument |
2017-11-02 |
Boris Feld |
|
Accepted |
[12,of,15,V2] bundle2: support a 'records' mode for the 'bookmarks' part |
2017-11-02 |
Boris Feld |
|
Accepted |
[11,of,15,V2] bundle2: add a 'modes' dictionary to the bundle operation |
2017-11-02 |
Boris Feld |
|
Accepted |
[10,of,15,V2] bookmark: use the 'bookmarks' bundle2 part to push bookmark update (issue5165) |
2017-11-02 |
Boris Feld |
|
Accepted |
[09,of,15,V2] bookmark: introduce in advance a variant of the exchange test |
2017-11-02 |
Boris Feld |
|
Accepted |
[08,of,15,V2] push: move bundle2-pushkey based bookmarks exchange in its own function |
2017-11-02 |
Boris Feld |
|
Accepted |
[07,of,15,V2] bookmark: add pushkey hook compatiblity to the bundle2 part |
2017-11-02 |
Boris Feld |
|
Accepted |
[06,of,15,V2] bookmark: introduce a 'bookmarks' part |
2017-11-02 |
Boris Feld |
|
Accepted |
[05,of,15,V2] push: include a 'check:bookmarks' part when possible |
2017-11-02 |
Boris Feld |
|
Accepted |
[04,of,15,V2] bookmark: use bundle2 debug output in one push tests |
2017-11-02 |
Boris Feld |
|
Accepted |
[03,of,15,V2] bookmark: add a 'check:bookmarks' bundle2 part |
2017-11-02 |
Boris Feld |
|
Accepted |
[02,of,15,V2] bookmark: add methods to binary encode and decode bookmark values |
2017-11-02 |
Boris Feld |
|
Accepted |
[01,of,15,V2] pull: store binary node in pullop.remotebookmarks |
2017-11-02 |
Boris Feld |
|
Accepted |
[2,of,2] debug: print parsed bundle2 capabilities with debugcapabilities |
2017-11-02 |
Boris Feld |
|
Accepted |
[1,of,2] debug: add a debugcapabilities commands |
2017-11-02 |
Boris Feld |
|
Accepted |
obsolete: activate effect-flag by default |
2017-11-02 |
Boris Feld |
|
Accepted |
[RFC] revert: no longer mark --interactive as experimental |
2017-11-01 |
Augie Fackler |
|
Accepted |
ui: add configlist doctest to document a bit more of the whitespace behavior |
2017-11-01 |
Augie Fackler |
|
Accepted |
[STABLE] internals: update test-help.t for config registrar copy-edit |
2017-11-01 |
Kevin Bullock |
|
Accepted |
[STABLE] internals: copy-edit "register" -> "registrar" in configitem docs |
2017-11-01 |
Kevin Bullock |
|
Accepted |
help: minor copy editing for grammar |
2017-11-01 |
Matt Harbison |
|
Accepted |
[STABLE] configitems: relax warning about unwanted default value |
2017-10-31 |
Yuya Nishihara |
|
Accepted |
[STABLE] test-static-http: flush access log per request |
2017-10-29 |
Yuya Nishihara |
|
Accepted |
[4,of,4] test-static-http: fix broken path sorting on Windows |
2017-10-29 |
Matt Harbison |
|
Accepted |
[3,of,4] tests: adjust hooks for Windows |
2017-10-29 |
Matt Harbison |
|
Accepted |
[2,of,4] test-log-linerange: open binary file in binary mode |
2017-10-29 |
Matt Harbison |
|
Accepted |
[1,of,4] test-arbitraryfilectx: stabilize for Windows |
2017-10-29 |
Matt Harbison |
|
Accepted |
[STABLE] statichttprepo: do not use platform path separator to build a URL |
2017-10-28 |
Yuya Nishihara |
|
Accepted |
[2,of,2,STABLE] status: update the help to indicate that clean files are not normally tersed |
2017-10-28 |
Matt Harbison |
|
Accepted |
[1,of,2,STABLE] terse: split on repo separator instead of os.sep (issue5715) |
2017-10-28 |
Matt Harbison |
|
Accepted |
[2,of,2,STABLE] documentation: clarify the pre-txnclose-phase documentation |
2017-10-27 |
Boris Feld |
|
Accepted |
[1,of,2,STABLE] internal-doc: document the 'phases' parameters to 'getbundle' |
2017-10-27 |
Boris Feld |
|
Accepted |
[STABLE] internal-doc: document the config register mechanism |
2017-10-27 |
Boris Feld |
|
Accepted |
filemerge: pass a default value to _toolstr |
2017-10-26 |
Kostia Balytskyi |
|
Accepted |
[stable] makefile: put format-c into .PHONY targets |
2017-10-26 |
Anton Shestakov |
|
Accepted |
[3,of,3,STABLE] statichttprepo: prevent loading dirstate over HTTP on node lookup (issue5717) |
2017-10-25 |
Yuya Nishihara |
|
Accepted |
[2,of,3,STABLE] test-static-http: show all files accessed over HTTP |
2017-10-25 |
Yuya Nishihara |
|
Accepted |
[1,of,3,STABLE] server: drop executable bit from daemon log file |
2017-10-25 |
Yuya Nishihara |
|
Accepted |
[STABLE] packaging: update book URL in Mac and Windows READMEs |
2017-10-24 |
Kevin Bullock |
|
Accepted |
[2,of,2,STABLE] setup: filter out devel-warn messages from system hg |
2017-10-24 |
Kevin Bullock |
|
Accepted |
[1,of,2,STABLE] setup: remove duplicate assignment of HGRCPATH |
2017-10-24 |
Kevin Bullock |
|
Accepted |
update: in the description update() in merge.py, mention the long options explicitly |
2017-10-23 |
via Mercurial-devel |
|
Accepted |
[STABLE] mq: copy pager attributes back to qrepo.ui |
2017-10-21 |
Yuya Nishihara |
|
Accepted |
[2,of,2,STABLE] registrar: host "dynamicdefault" constant by configitem object |
2017-10-21 |
Yuya Nishihara |
|
Accepted |
[1,of,2,STABLE] configitems: register 'ui.editor' |
2017-10-21 |
Yuya Nishihara |
|
Accepted |
hg: fix typo in hg merge documentation |
2017-10-20 |
via Mercurial-devel |
|
Accepted |
[STABLE] configitems: register 'email.to' and 'patchbomb.to' |
2017-10-20 |
Yuya Nishihara |
|
Accepted |
[STABLE] help: do not abort topicmatch() because of unimportable extensions |
2017-10-20 |
Yuya Nishihara |
|
Accepted |
[follow-up] exchange: propagate the subfunctions return |
2017-10-19 |
Boris Feld |
|
Accepted |
build: build deb/rpm independently on config/extensions in the host system |
2017-10-19 |
via Mercurial-devel |
|
Accepted |
[5,of,5] log: add an assertion about fctx not being None in patch.diff() |
2017-10-19 |
Denis Laxalde |
|
Accepted |
[4,of,5] log: handle removed files with --line-range patterns |
2017-10-19 |
Denis Laxalde |
|
Accepted |
[3,of,5] log: disable bare file patterns with --line-range |
2017-10-19 |
Denis Laxalde |
|
Accepted |
[2,of,5] log: switch to FROMLINE:TOLINE syntax for -L/--line-range |
2017-10-19 |
Denis Laxalde |
|
Accepted |
[1,of,5] log: handle binary files in --line-range patterns |
2017-10-19 |
Denis Laxalde |
|
Accepted |
[V2] sparse-read: ignore trailing empty revs in each read chunk |
2017-10-19 |
Paul Morelle |
|
Accepted |
phases: pass phase names to hooks instead of internal values |
2017-10-18 |
Kevin Bullock |
|
Accepted |
[15,of,15] exchange: drop unused '_getbookmarks' function |
2017-10-18 |
Boris Feld |
|
Accepted |
[14,of,15] pull: retrieve bookmarks through the binary part when possible |
2017-10-18 |
Boris Feld |
|
Accepted |
[13,of,15] getbundle: add support for 'bookmarks' boolean argument |
2017-10-18 |
Boris Feld |
|
Accepted |
[12,of,15] bundle2: support a 'records' mode for the 'bookmarks' part |
2017-10-18 |
Boris Feld |
|
Accepted |
[11,of,15] bundle2: add a 'modes' dictionary to the bundle operation |
2017-10-18 |
Boris Feld |
|
Accepted |
[10,of,15] bookmark: use the 'bookmarks' bundle2 part to push bookmark update (issue5165) |
2017-10-18 |
Boris Feld |
|
Accepted |
[09,of,15] bookmark: introduce in advance a variant of the exchange test |
2017-10-18 |
Boris Feld |
|
Accepted |
[08,of,15] push: move bundle2-pushkey based bookmarks exchange in its own function |
2017-10-18 |
Boris Feld |
|
Accepted |
[07,of,15] bookmark: add pushkey hook compatiblity to the bundle2 part |
2017-10-18 |
Boris Feld |
|
Accepted |
[06,of,15] bookmark: introduce a 'bookmarks' part |
2017-10-18 |
Boris Feld |
|
Accepted |
[05,of,15] push: include a 'check:bookmarks' part when possible |
2017-10-18 |
Boris Feld |
|
Accepted |
[04,of,15] bookmark: use bundle2 debug output in one push tests |
2017-10-18 |
Boris Feld |
|
Accepted |
[03,of,15] bookmark: add a 'check:bookmarks' bundle2 part |
2017-10-18 |
Boris Feld |
|
Accepted |
[02,of,15] bookmark: add methods to binary encode and decode bookmark values |
2017-10-18 |
Boris Feld |
|
Accepted |
[01,of,15] pull: store binary node in pullop.remotebookmarks |
2017-10-18 |
Boris Feld |
|
Accepted |
[3,of,3] sparse-read: ignore trailing empty revs in each read chunk |
2017-10-18 |
Paul Morelle |
|
Accepted |
[2,of,3] sparse-read: skip gaps too small to be worth splitting |
2017-10-18 |
Paul Morelle |
|
Accepted |
[1,of,3] sparse-read: move from a recursive-based approach to a heap-based one |
2017-10-18 |
Paul Morelle |
|
Accepted |
[follow-up] obsfate: fix obsfate_printer with empty date list |
2017-10-18 |
Boris Feld |
|
Accepted |
[2,of,2] configitems: document the choice of using 'match' instead of 'search' |
2017-10-18 |
Boris Feld |
|
Accepted |
[1,of,2] configitems: do not directly match generic items |
2017-10-18 |
Boris Feld |
|
Accepted |
[2,of,2] subrepo: implement 'unshare' for Mercurial subrepos |
2017-10-18 |
Matt Harbison |
|
Accepted |
[1,of,2] share: move the implementation of 'unshare' to the 'hg' module |
2017-10-18 |
Matt Harbison |
|
Accepted |
[4,of,4,v4] log: add -L/--line-range option to follow file history by line range |
2017-10-17 |
Denis Laxalde |
|
Accepted |
[3,of,4,v4] diff: pass a diff hunks filter function from changeset_printer to patch.diff() |
2017-10-17 |
Denis Laxalde |
|
Accepted |
[2,of,4,v4] diff: also yield file context objects in patch.trydiff() |
2017-10-17 |
Denis Laxalde |
|
Accepted |
[1,of,4,v4] revset: extract a parsefollowlinespattern helper function |
2017-10-17 |
Denis Laxalde |
|
Accepted |
show: use labelcset() template alias for work (and stack) views |
2017-10-17 |
Denis Laxalde |
|
Accepted |
[V3] phase: use a binary phase part to push through bundle2 (BC) |
2017-10-17 |
Boris Feld |
|
Accepted |
[7,of,7,V3] obsfate: add obsfate to default mapfile |
2017-10-17 |
Boris Feld |
|
Accepted |
[6,of,7,V3] log: add obsfate by default in changeset printer |
2017-10-17 |
Boris Feld |
|
Accepted |
[5,of,7,V3] obsfate: only display date in verbose mode |
2017-10-17 |
Boris Feld |
|
Accepted |
[4,of,7,V3] obsfate: filter out current user if not in verbose |
2017-10-17 |
Boris Feld |
|
Accepted |
[3,of,7,V3] ui: add the possibility to returns None as username in ui |
2017-10-17 |
Boris Feld |
|
Accepted |
[2,of,7,V3] test: test obfate template keyword in test-obsmarker-template.t |
2017-10-17 |
Boris Feld |
|
Accepted |
[1,of,7,V3] templatekw: introduce obsfate keyword |
2017-10-17 |
Boris Feld |
|
Accepted |
[V2] subrepo: share instead of clone if the parent repo is shared (issue5675) (BC) |
2017-10-17 |
Matt Harbison |
|
Accepted |
tests: update output for no-symlink platforms |
2017-10-17 |
Matt Harbison |
|
Accepted |
[8,of,8,V2] phase: use a binary phase part to push through bundle2 (BC) |
2017-10-16 |
Boris Feld |
|
Accepted |
[7,of,8,V2] phase: isolate logic to update remote phrase through bundle2 pushkey |
2017-10-16 |
Boris Feld |
|
Accepted |
[6,of,8,V2] phase: generate a push-race detection part on push |
2017-10-16 |
Boris Feld |
|
Accepted |
[5,of,8,V2] phase: introduce a new 'check:phases' part |
2017-10-16 |
Boris Feld |
|
Accepted |
[4,of,8,V2] phase: gather remote phase information in a summary object |
2017-10-16 |
Boris Feld |
|
Accepted |
[3,of,8,V2] phase: simplify the check for issue3781 shortcut in discovery |
2017-10-16 |
Boris Feld |
|
Accepted |
[2,of,8,V2] exchange: fix issue3781 reference in the comment |
2017-10-16 |
Boris Feld |
|
Accepted |
[1,of,8,V2] phase: filter out non-draft item in "draft root" |
2017-10-16 |
Boris Feld |
|
Accepted |
[7,of,7] configitems: adds a developer warning when accessing undeclared configuration |
2017-10-16 |
Boris Feld |
|
Accepted |
[6,of,7] configitems: move rebase config into core |
2017-10-16 |
Boris Feld |
|
Accepted |
[5,of,7] eol: ensure the eol extensions is loaded when hooks run |
2017-10-16 |
Boris Feld |
|
Accepted |
[4,of,7] acl: make sure the extensions is enabled when the acl-hooks run |
2017-10-16 |
Boris Feld |
|
Accepted |
[3,of,7] configitems: register the 'web.archivesubrepos' config |
2017-10-16 |
Boris Feld |
|
Accepted |
[2,of,7] configitems: register the 'experimental.effect-flags' config |
2017-10-16 |
Boris Feld |
|
Accepted |
[1,of,7] configitems: register the full 'merge-tools' config and sub-options |
2017-10-16 |
Boris Feld |
|
Accepted |
[3,of,3] revlog-sparse-read: add a lower-threshold for read block size |
2017-10-16 |
Paul Morelle |
|
Accepted |
[2,of,3] revlog: introduce an experimental flag to slice chunks reads when too sparse |
2017-10-16 |
Paul Morelle |
|
Accepted |
[1,of,3] revlog: ignore empty trailing chunks when reading segments |
2017-10-16 |
Paul Morelle |
|
Accepted |
configitems: fixup default value of annotate config option |
2017-10-16 |
Boris Feld |
|
Accepted |
transaction-summary: use a revset to filter obsoletes in reportnewcs() |
2017-10-16 |
Denis Laxalde |
|
Accepted |
[2,of,2] configitems: fixup default value of diff config option |
2017-10-16 |
Boris Feld |
|
Accepted |
[1,of,2] devel-warn: add 'warn-' to 'devel.empty-changegroup' config |
2017-10-16 |
Boris Feld |
|
Accepted |
[4,of,4,V2] phase: add a dedicated pretxnclose-phase hook |
2017-10-14 |
Boris Feld |
|
Accepted |
[3,of,4,V2] phase: add a dedicated txnclose-phase hook |
2017-10-14 |
Boris Feld |
|
Accepted |
[2,of,4,V2] bookmark: add a dedicated pretxnclose-bookmark hook |
2017-10-14 |
Boris Feld |
|
Accepted |
[1,of,4,V2] bookmark: add a dedicated txnclose-bookmark hook |
2017-10-14 |
Boris Feld |
|
Accepted |
[6,of,6] templates: fix missed space between instability labels |
2017-10-14 |
Yuya Nishihara |
|
Accepted |
[5,of,6] templates: introduce labelcset() function in map-cmdline.default as example |
2017-10-14 |
Yuya Nishihara |
|
Accepted |
[4,of,6] templater: load aliases from [templatealias] section in map file |
2017-10-14 |
Yuya Nishihara |
|
Accepted |
[3,of,6] templater: load template fragments from [templates] section in map file |
2017-10-14 |
Yuya Nishihara |
|
Accepted |
[2,of,6] config: allow remapping the default section |
2017-10-14 |
Yuya Nishihara |
|
Accepted |
[1,of,6] templater: simplify merge of __base__ dicts by reading it first |
2017-10-14 |
Yuya Nishihara |
|
Accepted |
[4,of,4] tests: add globs for Windows |
2017-10-14 |
Matt Harbison |
|
Accepted |
[3,of,4] test-conflicts: conditionalize for no-symlink platforms |
2017-10-14 |
Matt Harbison |
|
Accepted |
[2,of,4] test-extdata: conditonalize error message for Windows |
2017-10-14 |
Matt Harbison |
|
Accepted |
[1,of,4] test-audit-path: fill in missing output for no-symlink case |
2017-10-14 |
Matt Harbison |
|
Accepted |
test-i18n: guard gettext test appropriately |
2017-10-14 |
Yuya Nishihara |
|
Accepted |
build: for the bootstrap phase of a deb/rpm build a pure python mercurial is enough |
2017-10-13 |
via Mercurial-devel |
|
Accepted |
[11,of,11] configitems: register the 'templates' section |
2017-10-13 |
Boris Feld |
|
Accepted |
[10,of,11] configitems: register the 'paths' config section |
2017-10-13 |
Boris Feld |
|
Accepted |
[09,of,11] configitems: register the 'pager.attend-.*' options |
2017-10-13 |
Boris Feld |
|
Accepted |
[08,of,11] configitems: register the full 'merge-tools' config and sub-options |
2017-10-13 |
Boris Feld |
|
Accepted |
[07,of,11] configitems: register the 'hooks' config section |
2017-10-13 |
Boris Feld |
|
Accepted |
[06,of,11] configitems: register the 'extensions' section |
2017-10-13 |
Boris Feld |
|
Accepted |
[05,of,11] configitems: register the 'defaults' section |
2017-10-13 |
Boris Feld |
|
Accepted |
[04,of,11] configitems: register the 'committemplate' section |
2017-10-13 |
Boris Feld |
|
Accepted |
[03,of,11] configitems: register the 'color' section |
2017-10-13 |
Boris Feld |
|
Accepted |
[02,of,11] configitems: register the 'alias' section |
2017-10-13 |
Boris Feld |
|
Accepted |
[01,of,11] configitems: allow for the registration of "generic" config item |
2017-10-13 |
Boris Feld |
|
Accepted |
bdiff: include compat.h in header to define ssize_t |
2017-10-13 |
Yuya Nishihara |
|
Accepted |
[2,of,2,V2] test: add an extra case for obsolescence distributed case |
2017-10-12 |
Boris Feld |
|
Accepted |
[1,of,2,V2] test: add a test file dedicated to an important distributed case |
2017-10-12 |
Boris Feld |
|
Accepted |
[2,of,2] configitems: drop redundant default of web.allow<archtype> |
2017-10-12 |
Yuya Nishihara |
|
Accepted |
[1,of,2] configitems: correct default values of web.allow<archtype> and web.hidden |
2017-10-12 |
Yuya Nishihara |
|
Accepted |
chg: remove outdated rule to start test server |
2017-10-12 |
Yuya Nishihara |
|
Accepted |
[4,of,4] templater: fix ifcontains() to handle type mismatch gracefully |
2017-10-12 |
Yuya Nishihara |
|
Accepted |
[3,of,4] help: use single quotes in ``template example`` |
2017-10-12 |
Yuya Nishihara |
|
Accepted |
[2,of,4] help: hide template keywords of obsolescence as they are still experimental |
2017-10-12 |
Yuya Nishihara |
|
Accepted |
[1,of,4] help: fix formatting of template keywords |
2017-10-12 |
Yuya Nishihara |
|
Accepted |
D1009: bdiff: remove trailing newlines |
2017-10-12 |
phabricator |
|
Accepted |
D1008: bdiff: rewrap function prototypes per clang-format |
2017-10-12 |
phabricator |
|
Accepted |
D1007: bdiff: re-wrap lines per clang-format |
2017-10-12 |
phabricator |
|
Accepted |
D1006: bdiff: remove extra space after * per clang-format |
2017-10-12 |
phabricator |
|
Accepted |
D1005: bdiff: fix misplaced comma in macro definition with clang-format |
2017-10-12 |
phabricator |
|
Accepted |
D1004: bdiff: format header file with clang-format |
2017-10-12 |
phabricator |
|
Accepted |
D1003: bdiff: sort includes using clang-format |
2017-10-12 |
phabricator |
|
Accepted |
[v2] transaction-summary: show the range of new revisions upon pull/unbundle (BC) |
2017-10-12 |
Denis Laxalde |
|
Accepted |
[4,of,4] build: "make deb" failed when the base path contained spaces |
2017-10-11 |
via Mercurial-devel |
|
Accepted |
[3,of,4] build: chg build was failing when the base directory contained spaces |
2017-10-11 |
via Mercurial-devel |
|
Accepted |
[2,of,4] build: the initial version detection by make deb/rpm could fail due to missing quoting |
2017-10-11 |
via Mercurial-devel |
|
Accepted |
[1,of,4] build: make install in "/doc" failed if the destination dir contained spaces |
2017-10-11 |
via Mercurial-devel |
|
Accepted |
[V4] strip: take branch into account when selecting update target (issue5540) |
2017-10-11 |
Paul Morelle |
|
Accepted |
[V2] status: copy-edit and improve --terse and --verbose help |
2017-10-11 |
Kevin Bullock |
|
Accepted |
templater: store revisions as ints so min/max won't compare them as strings |
2017-10-11 |
Yuya Nishihara |
|
Accepted |
D1008: bdiff: rewrap function prototypes per clang-format |
2017-10-11 |
phabricator |
|
Accepted |
D1009: bdiff: remove trailing newlines |
2017-10-11 |
phabricator |
|
Accepted |
D1007: bdiff: re-wrap lines per clang-format |
2017-10-11 |
phabricator |
|
Accepted |
D1006: bdiff: remove extra space after * per clang-format |
2017-10-11 |
phabricator |
|
Accepted |
D1005: bdiff: fix misplaced comma in macro definition with clang-format |
2017-10-11 |
phabricator |
|
Accepted |
D1004: bdiff: format header file with clang-format |
2017-10-11 |
phabricator |
|
Accepted |
D1003: bdiff: sort includes using clang-format |
2017-10-11 |
phabricator |
|
Accepted |
[5,of,5,V2] phase: add a dedicated pretxnclose-phase hook |
2017-10-11 |
Boris Feld |
|
Accepted |
[4,of,5,V2] phase: add a dedicated txnclose-phase hook |
2017-10-11 |
Boris Feld |
|
Accepted |
[3,of,5,V2] bookmark: add a dedicated pretxnclose-bookmark hook |
2017-10-11 |
Boris Feld |
|
Accepted |
[2,of,5,V2] bookmark: add a dedicated txnclose-bookmark hook |
2017-10-11 |
Boris Feld |
|
Accepted |
[1,of,5,V2] hook: add a 'hashook' function to test for hook existence |
2017-10-11 |
Boris Feld |
|
Accepted |
configitems: fix registration for 'blackbox.track' config |
2017-10-11 |
Boris Feld |
|
Accepted |
[11,of,11,V2] obsfate: add obsfate to default mapfile |
2017-10-11 |
Boris Feld |
|
Accepted |
[10,of,11,V2] log: add obsfate by default in changeset printer |
2017-10-11 |
Boris Feld |
|
Accepted |
[09,of,11,V2] obsfate: only display date in verbose mode |
2017-10-11 |
Boris Feld |
|
Accepted |
[08,of,11,V2] obsfate: filter out current user if not in verbose |
2017-10-11 |
Boris Feld |
|
Accepted |
[07,of,11,V2] ui: add the possibility to returns None as username in ui |
2017-10-11 |
Boris Feld |
|
Accepted |
[06,of,11,V2] test: test obfate template keyword in test-obsmarker-template.t |
2017-10-11 |
Boris Feld |
|
Accepted |
[05,of,11,V2] templatekw: introduce obsfate keyword |
2017-10-11 |
Boris Feld |
|
Accepted |
[04,of,11,V2] test: use current user in the multi-user amend scenario |
2017-10-11 |
Boris Feld |
|
Accepted |
[03,of,11,V2] test: cleanup verbosity variant from fatelog test |
2017-10-11 |
Boris Feld |
|
Accepted |
[02,of,11,V2] test: rename obsfate template alias |
2017-10-11 |
Boris Feld |
|
Accepted |
[01,of,11,V2] obsolete: add a devel.user.obsmarker |
2017-10-11 |
Boris Feld |
|
Accepted |
[2,of,2,V3] strip: take branch into account when selecting update target (issue5540) |
2017-10-10 |
Paul Morelle |
|
Accepted |
[1,of,2,V3] strip: factor out update target selection |
2017-10-10 |
Paul Morelle |
|
Accepted |
[2,of,2] configitems: update default value of 'phases.new-commit' |
2017-10-09 |
Boris Feld |
|
Accepted |
[1,of,2] mq: use the newcommitphase utility |
2017-10-09 |
Boris Feld |
|
Accepted |
[windows] windows: add an experimental option for long paths support |
2017-10-09 |
Kostia Balytskyi |
|
Accepted |
[13,of,13] configitems: register the 'experimental.graphstyle.grandparent' config |
2017-10-09 |
Boris Feld |
|
Accepted |
[12,of,13] configitems: register the 'experimental.graphstyle.missing' config |
2017-10-09 |
Boris Feld |
|
Accepted |
[11,of,13] configitems: register the 'experimental.graphstyle.parent' config |
2017-10-09 |
Boris Feld |
|
Accepted |
[10,of,13] configitems: register the 'devel.empty-changegroup' config |
2017-10-09 |
Boris Feld |
|
Accepted |
[09,of,13] configitems: register the 'devel.cache-vfs' config |
2017-10-09 |
Boris Feld |
|
Accepted |
[08,of,13] configitems: register the 'devel.warn-config-default' config |
2017-10-09 |
Boris Feld |
|
Accepted |
[07,of,13] configitems: register the 'devel.warn-config' config |
2017-10-09 |
Boris Feld |
|
Accepted |
[06,of,13] configitems: register 'merge.checkunknown' and 'merge.checkignored' |
2017-10-09 |
Boris Feld |
|
Accepted |
[05,of,13] configitems: register the 'diff.*' config |
2017-10-09 |
Boris Feld |
|
Accepted |
[04,of,13] configitems: register the 'experimental.mmapindexthreshold' config |
2017-10-09 |
Boris Feld |
|
Accepted |
[03,of,13] configitems: register the 'experimental.maxdeltachainspan' config |
2017-10-09 |
Boris Feld |
|
Accepted |
[02,of,13] configitems: register the 'commands.show.aliasprefix' config |
2017-10-09 |
Boris Feld |
|
Accepted |
[01,of,13] configitems: register the 'blackbox.track' config |
2017-10-09 |
Boris Feld |
|
Accepted |
chg: just forward --time to command server |
2017-10-07 |
Yuya Nishihara |
|
Accepted |
[2,of,2,V2] strip: take branch into account when selecting update target (issue5540) |
2017-10-06 |
Paul Morelle |
|
Accepted |
[1,of,2,V2] strip: factor out update target selection |
2017-10-06 |
Paul Morelle |
|
Accepted |
[8,of,8] templatekw: allow accessing to nested namespace item by its template name |
2017-10-06 |
Yuya Nishihara |
|
Accepted |
[7,of,8] templatekw: get rid of temporary dicts from shownamespaces() |
2017-10-06 |
Yuya Nishihara |
|
Accepted |
[6,of,8] templatekw: rename peerpaths to peerurls per naming convention (BC) |
2017-10-06 |
Yuya Nishihara |
|
Accepted |
[5,of,8] templatekw: make experimental {peerpaths} return a single-level dict (BC) |
2017-10-06 |
Yuya Nishihara |
|
Accepted |
[4,of,8] templatekw: fix scope of peerpath url bound to generator |
2017-10-06 |
Yuya Nishihara |
|
Accepted |
[3,of,8] templater: extend dot operator as a short for get(dict, key) |
2017-10-06 |
Yuya Nishihara |
|
Accepted |
[2,of,8] templater: add dot operator to easily access a sub item |
2017-10-06 |
Yuya Nishihara |
|
Accepted |
[1,of,8] templater: wrap get/min/max result so map operation can apply to element |
2017-10-06 |
Yuya Nishihara |
|
Accepted |
[14,of,14] configitems: register the 'convert.p4.encoding' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[13,of,14] configitems: register the 'gpg.key' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[12,of,14] configitems: register the 'gpg.cmd' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[11,of,14] configitems: register the 'keywordset.svn' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[10,of,14] configitems: register the 'hgk.path' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[09,of,14] configitems: register the 'share.poolnaming' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[08,of,14] configitems: register the 'share.pool' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[07,of,14] configitems: register the 'shelve.maxbackups' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[06,of,14] configitems: register the 'pager.attend' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[05,of,14] configitems: register the 'perf.stub' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[04,of,14] configitems: register the 'commands.rebase.requiredest' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[03,of,14] configitems: register the 'experimental.rebaseskipobsolete' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[02,of,14] configitems: register the 'experimental.nonnormalparanoidcheck' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[01,of,14] configitems: register the 'experimental.allowdivergence' config |
2017-10-06 |
Boris Feld |
|
Accepted |
[remotenames-ext] remotenames: push anonymous head if --force is given |
2017-10-04 |
Pulkit Goyal |
|
Accepted |
[2,of,3] scmutil: factor out building of transaction summary callback |
2017-10-04 |
Denis Laxalde |
|
Accepted |
[1,of,3] scmutil: factor out transaction name lookup in registersummarycallback() |
2017-10-04 |
Denis Laxalde |
|
Accepted |
[1,of,4] patch: rename "header" variable into "hdr" in diff() |
2017-10-04 |
Denis Laxalde |
|
Accepted |
[4,of,4] test-basic: make it work on Python 3 |
2017-10-04 |
Yuya Nishihara |
|
Accepted |
[3,of,4] py3: fully detach TextIOWrapper |
2017-10-04 |
Yuya Nishihara |
|
Accepted |
[2,of,4] dispatch: move initialization of sys.std* files |
2017-10-04 |
Yuya Nishihara |
|
Accepted |
[1,of,4] py3: work around the scope of exception variable in dispatch.run() |
2017-10-04 |
Yuya Nishihara |
|
Accepted |
[5,of,5] configitems: register the 'debug.dirstate.delaywrite' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[4,of,5] configitems: register the 'merge.preferancestor' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[3,of,5] configitems: register the 'email.from' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[2,of,5] configitems: register the 'smtp.port' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[1,of,5] configitems: register the 'phases.new-commit' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[V2] extdata: show debug message if external command exits with non-zero status |
2017-10-04 |
Yuya Nishihara |
|
Accepted |
[6,of,6] configitems: register the 'experimental.histeditng' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[5,of,6] configitems: register the 'experimental.histedit.autoverb' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[4,of,6] configitems: register the 'histedit.singletransaction' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[3,of,6] configitems: register the 'histedit.linelen' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[2,of,6] configitems: register the 'histedit.dropmissing' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[1,of,6] configitems: register the 'histedit.defaultrev' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[2,of,2] configitems: register the 'transplant.log' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[1,of,2] configitems: register the 'transplant.filter' config |
2017-10-04 |
Boris Feld |
|
Accepted |
[stable] tests: invoke run-tests.py in test-hghave using $PYTHON (issue5697) |
2017-10-04 |
Augie Fackler |
|
Accepted |
tests: change to parent directory before all "hg init" in test-log.t |
2017-10-04 |
Denis Laxalde |
|
Accepted |
[evolve-ext] legacy: rename lookup_errors to not be in all caps (flake8 warning) |
2017-10-03 |
Anton Shestakov |
|
Accepted |
[4,of,4] configitems: register the 'profiling.type' config |
2017-10-01 |
Boris Feld |
|
Accepted |
[3,of,4] configitems: register the 'profiling.showmin' config |
2017-10-01 |
Boris Feld |
|
Accepted |
[2,of,4] configitems: register the 'profiling.showmax' config |
2017-10-01 |
Boris Feld |
|
Accepted |
[1,of,4] configitems: register the 'profiling.output' config |
2017-10-01 |
Boris Feld |
|
Accepted |
docker: try to follow the best practices for writing Dockerfiles |
2017-10-01 |
via Mercurial-devel |
|
Accepted |
[7,of,7] extdata: abort if external command exits with non-zero status |
2017-10-01 |
Yuya Nishihara |
|
Accepted |
[6,of,7] extdata: use subprocess so we don't have to chdir() manually |
2017-10-01 |
Yuya Nishihara |
|
Accepted |
[5,of,7] extdata: just use iterator to read lines one by one |
2017-10-01 |
Yuya Nishihara |
|
Accepted |
[4,of,7] extdata: ignore ambiguous identifier as well |
2017-10-01 |
Yuya Nishihara |
|
Accepted |
[3,of,7] templater: add experimental support for extdata |
2017-10-01 |
Yuya Nishihara |
|
Accepted |
[2,of,7] revset: add experimental support for extdata |
2017-10-01 |
Yuya Nishihara |
|
Accepted |
[1,of,7] extdata: add extdatasource reader |
2017-10-01 |
Yuya Nishihara |
|
Accepted |
formatter: fix default list/dict generator to be evaluated more than once |
2017-10-01 |
Yuya Nishihara |
|
Accepted |
doctest: drop hack to run py2/3 tests selectively |
2017-10-01 |
Yuya Nishihara |
|
Accepted |
[17,of,17] contrib: add a check to check-code to ban superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[16,of,17] posix: replace superfluous pass statement with explicit return |
2017-09-30 |
Augie Fackler |
|
Accepted |
[15,of,17] subrepo: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[14,of,17] registrar: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[13,of,17] patch: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[12,of,17] obsolete: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[11,of,17] match: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[10,of,17] localrepo: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[09,of,17] hgweb: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[08,of,17] formatter: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[07,of,17] exchange: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[06,of,17] commandserver: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[05,of,17] cmdutil: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[04,of,17] byterange: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[03,of,17] branchmap: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[02,of,17] convert: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[01,of,17] bugzilla: remove superfluous pass statements |
2017-09-30 |
Augie Fackler |
|
Accepted |
[phase] exchange: fix test for remote support of binary phases |
2017-09-30 |
Boris Feld |
|
Accepted |