revset: rename getkwargs() to getargsdict() |
2015-07-09 |
Yuya Nishihara |
|
Accepted |
[1,of,6] subrepo: prefetch ctx.repo() for efficiency and centralization |
2015-07-09 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,6] subrepo: use repo.pathto instead of util.pathto to simplify invocation |
2015-07-09 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,6] vfs: add basename |
2015-07-09 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6] subrepo: use vfs.basename instead of os.path.basename |
2015-07-09 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,6] vfs: add dirname |
2015-07-09 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6] subrepo: use vfs.dirname instead of os.path.dirname |
2015-07-09 |
Katsunori FUJIWARA |
|
Accepted |
[evolve-ext] inhibit: add missing locking in wrapper for obsmarker creation |
2015-07-09 |
Laurent Charignon |
|
Accepted |
[1,of,4] revlog: optionally return the text from _addrevision |
2015-07-10 |
Gregory Szorc |
|
Changes Requested |
[2,of,4] changelog: extract changelog parsing into standalone function |
2015-07-10 |
Gregory Szorc |
|
Changes Requested |
[3,of,4] changelog: optionally record seen files when adding revisions |
2015-07-10 |
Gregory Szorc |
|
Changes Requested |
[4,of,4] changegroup: compute seen files as changesets are added (issue4750) |
2015-07-10 |
Gregory Szorc |
|
Superseded |
convert: if getting a file from Perforce fails try to get it one more time |
2015-07-10 |
Eugene Baranov |
|
Superseded |
[V2] merge: Add support for 'union' merge strategy |
2015-07-10 |
Erik Huelsmann |
|
Changes Requested |
[RFC] revlog/changegroup: use callbacks for populating efiles |
2015-07-10 |
Gregory Szorc |
|
Changes Requested |
[v2] convert: if getting a file from Perforce fails try to get it one more time |
2015-07-12 |
Eugene Baranov |
|
Accepted |
[1,of,7] templater: respect stop position while parsing template string |
2015-07-12 |
Yuya Nishihara |
|
Accepted |
[2,of,7] templater: extract function that parses template string |
2015-07-12 |
Yuya Nishihara |
|
Accepted |
[3,of,7] templater: check existence of closing brace of template string |
2015-07-12 |
Yuya Nishihara |
|
Accepted |
[4,of,7] templater: introduce one-pass parsing of nested template strings |
2015-07-12 |
Yuya Nishihara |
|
Accepted |
[5,of,7] templater: remove processing of "string" literals from tokenizer |
2015-07-12 |
Yuya Nishihara |
|
Accepted |
[6,of,7] templater: unify "string" and "rawstring" |
2015-07-12 |
Yuya Nishihara |
|
Accepted |
[7,of,7] help: rewrite template examples to not use shell escaping |
2015-07-12 |
Yuya Nishihara |
|
Accepted |
[1,of,3] hgweb: allow urlencoded forward slashes in specified revisions |
2015-07-13 |
Anton Shestakov |
|
Changes Requested |
[2,of,3] templates: introduce revescape filter for escaping symbolic revisions |
2015-07-13 |
Anton Shestakov |
|
Superseded |
[3,of,3] hgweb: provide links to branches, tags and bookmarks by name (paper and coal) |
2015-07-13 |
Anton Shestakov |
|
Superseded |
convert: Perforce sometimes mixes the case resulting in file being ignored |
2015-07-13 |
Eugene Baranov |
|
Accepted |
shelve: keep old backups if timestamp can't decide exact order of them |
2015-07-13 |
Katsunori FUJIWARA |
|
Accepted |
hg stable: fix issue 4748; origin of a renamed file is lost after merge |
2015-07-13 |
Jeremy Parente |
|
Rejected |
[1,of,3] hgweb: allow symbolic revisions with forward slashes in urls |
2015-07-13 |
Anton Shestakov |
|
Accepted |
[2,of,3] templates: introduce revescape filter for escaping symbolic revisions |
2015-07-13 |
Anton Shestakov |
|
Accepted |
[3,of,3] hgweb: provide links to branches, tags and bookmarks by name (paper and coal) |
2015-07-13 |
Anton Shestakov |
|
Accepted |
convert: allow customizing git remote prefix |
2015-07-14 |
Durham Goode |
|
Accepted |
convert: use 'default' for specifying branch name in branchmap (issue4753) |
2015-07-14 |
Eugene Baranov |
|
Superseded |
[1,of,5] parser: add comment about structure of elements to each table |
2015-07-14 |
Yuya Nishihara |
|
Accepted |
[2,of,5] parser: fill invalid infix and suffix actions by None |
2015-07-14 |
Yuya Nishihara |
|
Accepted |
[3,of,5] parser: remove unused parameter 'pos' from _match() |
2015-07-14 |
Yuya Nishihara |
|
Accepted |
[4,of,5] parser: factor out function that parses right-hand side of prefix/infix ops |
2015-07-14 |
Yuya Nishihara |
|
Accepted |
[5,of,5] parser: extract function that tests if next token may start new term |
2015-07-14 |
Yuya Nishihara |
|
Accepted |
convert: unescape Perforce-escaped special characters in filenames |
2015-07-14 |
Eugene Baranov |
|
Superseded |
[v2] convert: unescape Perforce-escaped special characters in filenames |
2015-07-14 |
Eugene Baranov |
|
Superseded |
[1,of,5] cmdutil: allow callers of cmdutil.dorecord to omit suggestion |
2015-07-14 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,5] record: omit meaningless 'commit' suggestion at 'hg commit -i' |
2015-07-14 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,5] record: omit meaningless 'qnew' suggestion at 'hg qnew -i' |
2015-07-14 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,5] record: omit meaningless 'qrefresh' suggestion at 'hg qrefresh -i' |
2015-07-14 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,5] shelve: omit incorrect 'commit' suggestion at 'hg shelve -i' |
2015-07-14 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,4] revlog: use absolute_import |
2015-07-14 |
Gregory Szorc |
|
Superseded |
[2,of,4] revlog: add a context manager that caches the reading file handle |
2015-07-14 |
Gregory Szorc |
|
Changes Requested |
[3,of,4] revlog: use persistent file handles during addgroup |
2015-07-14 |
Gregory Szorc |
|
Changes Requested |
[4,of,4] changegroup: use persistent read handle on changelog |
2015-07-14 |
Gregory Szorc |
|
Changes Requested |
bookmarks: clear active bookmark on non-linear update |
2015-07-14 |
Matt Mackall |
|
Accepted |
[v3] convert: unescape Perforce-escaped special characters in filenames |
2015-07-15 |
Eugene Baranov |
|
Accepted |
[v2] convert: use 'default' for specifying branch name in branchmap (issue4753) |
2015-07-15 |
Eugene Baranov |
|
Accepted |
spartan: don't drop current revision in log/graph links |
2015-07-15 |
Anton Shestakov |
|
Accepted |
[1,of,5,V2] revlog: optionally return the text from _addrevision |
2015-07-15 |
Gregory Szorc |
|
Changes Requested |
[2,of,5,V2] changelog: extract changelog parsing into standalone function |
2015-07-15 |
Gregory Szorc |
|
Changes Requested |
[3,of,5,V2] revlog: add a callback for when revisions are added |
2015-07-15 |
Gregory Szorc |
|
Changes Requested |
[4,of,5,V2] changelog: pass full changelog entry to addrevisioncb |
2015-07-15 |
Gregory Szorc |
|
Changes Requested |
[5,of,5,V2] changegroup: compute seen files as changesets are added (issue4750) |
2015-07-15 |
Gregory Szorc |
|
Superseded |
[1,of,3] largefiles: allow the archiving of largefiles to be disabled |
2015-07-16 |
Matt Harbison |
|
Accepted |
[2,of,3] extdiff: use archiver to take snapshots of committed revisions |
2015-07-16 |
Matt Harbison |
|
Accepted |
[3,of,3] extdiff: add support for subrepos |
2015-07-16 |
Matt Harbison |
|
Accepted |
[V2] checkcopies: don't lose origin of file during merge (issue4748) |
2015-07-16 |
Jeremy Parente |
|
Rejected |
censor: make various path forms available like other Mercurial commands |
2015-07-16 |
Katsunori FUJIWARA |
|
Accepted |
[remotefilelog-cleanup] tests: skip tests if lz4 is missing |
2015-07-16 |
Augie Fackler |
|
Accepted |
[1,of,5,remotefilelog-http] remotefilelogserver: tease out a _loadfileblob method for future use |
2015-07-16 |
Augie Fackler |
|
Accepted |
[2,of,5,remotefilelog-http] fileserverclient: tease out a _getfiles method |
2015-07-16 |
Augie Fackler |
|
Accepted |
[3,of,5,remotefilelog-http] remotefilelogserver: move umask twiddling for cache into _loadfileblob |
2015-07-16 |
Augie Fackler |
|
Accepted |
[4,of,5,remotefilelog-http] remotefilelog: introduce new getfile method |
2015-07-16 |
Augie Fackler |
|
Accepted |
[5,of,5,remotefilelog-http] fileserverclient: mark getfile as batchable |
2015-07-16 |
Augie Fackler |
|
Accepted |
[1,of,3,remotefilelog-test-fixes] test-push-pull: glob out total line from ls since it's platform-specific |
2015-07-16 |
Augie Fackler |
|
Accepted |
[2,of,3,remotefilelog-test-fixes] test-gc: work around lack of -d on BSD touch |
2015-07-16 |
Augie Fackler |
|
Accepted |
[3,of,3,remotefilelog-test-fixes] test-gc: filter wc output as suggested by check-code |
2015-07-16 |
Augie Fackler |
|
Accepted |
[STABLE] parsers: fix segfault by invalid parent revision read from revlog |
2015-07-16 |
Yuya Nishihara |
|
Accepted |
[1,of,4] revlog: use absolute_import |
2015-07-16 |
Matt Mackall |
|
Superseded |
convert: extend Perforce converter to support (unofficial) p4 URI scheme |
2015-07-16 |
Eugene Baranov |
|
Changes Requested |
[1,of,6] histedit: mark defaultrev option experimental |
2015-07-16 |
Matt Mackall |
|
Accepted |
[2,of,6] patchbomb: mark ancient option deprecated |
2015-07-16 |
Matt Mackall |
|
Accepted |
[3,of,6] mq: tweak config reading to make check-config happy |
2015-07-16 |
Matt Mackall |
|
Accepted |
[4,of,6] transplant: mark some undocumented options deprecated |
2015-07-16 |
Matt Mackall |
|
Accepted |
[5,of,6] win32text: mark deprecated extension option deprecated |
2015-07-16 |
Matt Mackall |
|
Accepted |
[6,of,6] bundlerepo: mark internal-only config variable |
2015-07-16 |
Matt Mackall |
|
Accepted |
[1,of,2] histedit: minor refactoring of createmarkers check |
2015-07-16 |
Laurent Charignon |
|
Accepted |
[2,of,2] histedit: mark temporary commits as obsolete when allowed to |
2015-07-16 |
Laurent Charignon |
|
Accepted |
crecord: fix issue when backgrounding editor would leave artefact |
2015-07-16 |
lc2817@columbia.edu |
|
Superseded |
crecord: fix issue when backgrounding editor would leave artefact |
2015-07-16 |
Laurent Charignon |
|
Accepted |
[1,of,6] parser: separate actions for primary expression and prefix operator |
2015-07-17 |
Yuya Nishihara |
|
Accepted |
[2,of,6] parser: resolve ambiguity where both prefix and primary actions are defined |
2015-07-17 |
Yuya Nishihara |
|
Accepted |
[3,of,6] parser: reorder infix/suffix handling to be similar to prefix/primary flow |
2015-07-17 |
Yuya Nishihara |
|
Accepted |
[4,of,6] parser: take suffix action if no infix action is defined |
2015-07-17 |
Yuya Nishihara |
|
Accepted |
[5,of,6] parser: remove unused binding parameter from suffix action |
2015-07-17 |
Yuya Nishihara |
|
Accepted |
[6,of,6] revset: parse nullary ":" operator as "0:tip" |
2015-07-17 |
Yuya Nishihara |
|
Superseded |
changelog: update read pending documentation |
2015-07-17 |
Pierre-Yves David |
|
Accepted |
[V2] parsers: fix buffer overflow by invalid parent revision read from revlog |
2015-07-17 |
Yuya Nishihara |
|
Accepted |
[1,of,2] crecord: add error reporting for failure in curses interface initialization |
2015-07-17 |
Laurent Charignon |
|
Accepted |
[2,of,2] crecord: throws error instead of crashing for large diffs |
2015-07-17 |
Laurent Charignon |
|
Accepted |
[5,of,5,V2] changegroup: compute seen files as changesets are added (issue4750) |
2015-07-17 |
Matt Mackall |
|
Superseded |
[6,V2] revset: parse nullary ":" operator as "0:tip" |
2015-07-18 |
Yuya Nishihara |
|
Accepted |
[1,of,2,V3] revlog: add support for a callback whenever revisions are added |
2015-07-18 |
Gregory Szorc |
|
Accepted |
[2,of,2,V3] changegroup: compute seen files as changesets are added (issue4750) |
2015-07-18 |
Gregory Szorc |
|
Accepted |
[STABLE] tests: disable test of buffer overflow in parsers.c if --pure |
2015-07-19 |
Yuya Nishihara |
|
Accepted |
[STABLE] win32: update Inno Setup script after the changes done in 95e042d77a5f |
2015-07-19 |
Pascal Quantin |
|
Accepted |
[STABLE] parsers: silence warning of implicit integer conversion issued by clang |
2015-07-20 |
Yuya Nishihara |
|
Accepted |
[1,of,3,stable] tests: use egrep with regular expression branches for compatibility |
2015-07-20 |
Danek Duvall |
|
Accepted |
[2,of,3,stable] tests: work around differing hunk headers between GNU and Solaris diff |
2015-07-20 |
Danek Duvall |
|
Accepted |
[3,of,3,stable] tests: diff -r on Solaris emits "Common subdirectories:" |
2015-07-20 |
Danek Duvall |
|
Accepted |
[1,of,3,STABLE] test-clone: fix globs for Windows |
2015-07-21 |
Matt Harbison |
|
Accepted |
[2,of,3,STABLE] test-subrepo: fix globs for Windows |
2015-07-21 |
Matt Harbison |
|
Accepted |
[3,of,3,STABLE] test-check-config: convert directory separators to '/' for MSYS |
2015-07-21 |
Matt Harbison |
|
Accepted |
[STABLE] highlight: produce correct markup when there's a blank line just before EOF |
2015-07-22 |
Anton Shestakov |
|
Accepted |
[stable] convert: use original local encoding when converting from Perfoce |
2015-07-22 |
Eugene Baranov |
|
Superseded |
[stable,v2] convert: use original local encoding when converting from Perforce |
2015-07-22 |
Eugene Baranov |
|
Superseded |
[STABLE] monoblue: show relative age of bookmarks |
2015-07-24 |
Anton Shestakov |
|
Accepted |
[1,of,2,STABLE] test: move ignore test run into a subdirectory |
2015-07-24 |
Durham Goode |
|
Accepted |
[2,of,2,STABLE] ignore: fix include: rules depending on current directory (issue4759) |
2015-07-24 |
Durham Goode |
|
Accepted |
[STABLE] hgweb: show ages in repos' Last modified column in monoblue and gitweb |
2015-07-25 |
Anton Shestakov |
|
Accepted |
[1,of,2,STABLE] monoblue: fix branches link on help topics page |
2015-07-26 |
Anton Shestakov |
|
Accepted |
[2,of,2,STABLE] monoblue: link to branches on summary page |
2015-07-26 |
Anton Shestakov |
|
Accepted |
[stable,v2] convert: by default use original local encoding when converting from Perforce |
2015-07-26 |
Eugene Baranov |
|
Superseded |
[stable] repair: fix typo in warning message |
2015-07-26 |
Wagner Bruna |
|
Accepted |
[v3,BC,stable] convert: by default use original local encoding when converting from Perforce |
2015-07-27 |
Eugene Baranov |
|
Superseded |
[STABLE] ignore: fix path concatenation of .hgignore on Windows |
2015-07-27 |
Yuya Nishihara |
|
Accepted |
[STABLE] extdiff: allow modifications in subrepos to be copied back |
2015-07-27 |
Matt Harbison |
|
Accepted |
[STABLE] dirstate: ensure mv source is marked deleted when walking icasefs (issue4760) |
2015-07-28 |
Matt Harbison |
|
Accepted |
[STABLE,BC,V4] convert: when converting from Perforce use original local encoding by default |
2015-07-28 |
Eugene Baranov |
|
Accepted |
[1,of,2,STABLE] localrepo: make journal.dirstate contain in-memory changes before transaction |
2015-07-29 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2,STABLE] transplant: restore dirstate correctly at unexpected failure |
2015-07-29 |
Katsunori FUJIWARA |
|
Accepted |
convert: when getting file from Perforce concatenate data at the end |
2015-07-29 |
Eugene Baranov |
|
Accepted |
[evolve-ext] inhibit: don't abort when directaccess is not enabled |
2015-07-30 |
Laurent Charignon |
|
Accepted |
[STABLE] convert: document convert.hg.startrev |
2015-07-30 |
Matt Harbison |
|
Accepted |
[STABLE,v2] help: scripting help topic |
2015-07-30 |
Gregory Szorc |
|
Accepted |
[STABLE] histedit: backout ebb5bb9bc32e |
2015-07-31 |
Pierre-Yves David |
|
Accepted |
devel-warn: issue a warning when writing bookmarks without holding a lock |
2015-08-01 |
Laurent Charignon |
|
Superseded |
[1,of,2,evolve-ext] test-sharing: fix globs for Windows |
2015-08-02 |
Matt Harbison |
|
Accepted |
[2,of,2,evolve-ext] test-inhibit: simplify push destinations for Windows |
2015-08-02 |
Matt Harbison |
|
Accepted |
[1,of,2] revlog: correct comment about size of v0 index format |
2015-08-02 |
Yuya Nishihara |
|
Accepted |
[2,of,2] revlog: remove unused shaoffset constants |
2015-08-02 |
Yuya Nishihara |
|
Accepted |
test-bookmarks.t: avoid nested repo |
2015-08-03 |
Siddharth Agarwal |
|
Accepted |
[1,of,2] highlight: configurable file size limit (issue3005) |
2015-08-03 |
Anton Shestakov |
|
Changes Requested |
[2,of,2] highlight: exit early on textual and unknown files (issue3005) |
2015-08-03 |
Anton Shestakov |
|
Accepted |
[1,of,4,STABLE] exchange: s/phase/bookmark/ in _pushb2bookmarks() |
2015-08-03 |
Martin von Zweigbergk |
|
Accepted |
[2,of,4,STABLE] exchange: fix dead assignment |
2015-08-03 |
Martin von Zweigbergk |
|
Accepted |
[3,of,4,STABLE] exchange: don't update local phases if remote is non-publishing |
2015-08-03 |
Martin von Zweigbergk |
|
Rejected |
[4,of,4,STABLE] exchange: accept phases part in unbundle response |
2015-08-03 |
Martin von Zweigbergk |
|
Rejected |
[V5] copy: add flag for disabling copy tracing |
2015-08-03 |
Durham Goode |
|
Superseded |
convert: fix git convert using servers branches |
2015-08-03 |
Durham Goode |
|
Accepted |
[stable] help: fix typo familar -> familiar |
2015-08-03 |
Javi Merino |
|
Accepted |
[1,of,2] histedit: refactoring of cleanup |
2015-08-03 |
Laurent Charignon |
|
Rejected |
[2,of,2] histedit: add transaction for cleanup when obsmarkers are enabled |
2015-08-03 |
Laurent Charignon |
|
Rejected |
[1,of,5] histedit: make cleanupnode more robust |
2015-08-03 |
Pierre-Yves David |
|
Accepted |
[2,of,5] histedit: remove useless 'else' clause |
2015-08-03 |
Pierre-Yves David |
|
Accepted |
[3,of,5] histedit: use revset to check if we need to update during abort |
2015-08-03 |
Pierre-Yves David |
|
Accepted |
[4,of,5] histedit: also update away from tmpnodes |
2015-08-03 |
Pierre-Yves David |
|
Accepted |
[5,of,5] histedit: do not stay on a cleaned nodes on abort |
2015-08-03 |
Pierre-Yves David |
|
Accepted |
[1,of,4] debugrevspec: pass lookup function to visualize fallback mechanism |
2015-08-04 |
Yuya Nishihara |
|
Accepted |
[2,of,4] revset: port parsing rule of old-style ranges from scmutil.revrange() |
2015-08-04 |
Yuya Nishihara |
|
Accepted |
[3,of,4] tag: do not pass binary nullid to scmutil.revsingle() |
2015-08-04 |
Yuya Nishihara |
|
Accepted |
[4,of,4] revrange: drop old-style parser in favor of revset (API) |
2015-08-04 |
Yuya Nishihara |
|
Accepted |
[remotefilelog-ext,getfile-errors] getfile: add error reporting to getfile method |
2015-08-04 |
Augie Fackler |
|
Accepted |
[1,of,3] revset: extend match() to accept list of specs that will be OR-ed |
2015-08-05 |
Yuya Nishihara |
|
Accepted |
[2,of,3] revrange: evaluate all revset specs at once |
2015-08-05 |
Yuya Nishihara |
|
Superseded |
[3,of,3] revset: make balanced addsets by orset() without using _combinesets() |
2015-08-05 |
Yuya Nishihara |
|
Superseded |
[1,of,3,batching] batching: migrate basic noop batching into peer.peer |
2015-08-05 |
Augie Fackler |
|
Accepted |
[2,of,3,batching] wireproto: make wirepeer look-before-you-leap on batching |
2015-08-05 |
Augie Fackler |
|
Accepted |
[3,of,3,batching] discovery: always use batching now that all peers support batching |
2015-08-05 |
Augie Fackler |
|
Accepted |
[STABLE] convert: fix git copy file content conversions |
2015-08-07 |
Durham Goode |
|
Accepted |
[STABLE] match: fix a caseonly rename + explicit path commit on icasefs (issue4768) |
2015-08-07 |
Matt Harbison |
|
Accepted |
parsers: fix memory leak in compute_phases_map_sets |
2015-08-07 |
Laurent Charignon |
|
Accepted |
[1,of,5] revset: adds onlyroots argument to revsbetween |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[2,of,5] revset: remove grandparent by using revsbetween |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[3,of,5] revsbetween: add a C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[4,of,5] changelog: add way to call the revsbetween C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[5,of,5] revsbetween: default to the C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[1,of,5] revset: adds onlyroots argument to revsbetween |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[3,of,5] revsbetween: add a C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[2,of,5] revset: remove grandparent by using revsbetween |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[1,of,6,V2] revset: make revsbetween public |
2015-08-07 |
Laurent Charignon |
|
Superseded |
[2,of,6,V2] revset: adds includepath argument to revsbetween |
2015-08-07 |
Laurent Charignon |
|
Superseded |
[3,of,6,V2] revset: remove grandparent by using revsbetween |
2015-08-07 |
Laurent Charignon |
|
Superseded |
[4,of,6,V2] revsbetween: add a C implementation |
2015-08-07 |
Laurent Charignon |
|
Superseded |
[5,of,6,V2] changelog: add way to call the revsbetween C implementation |
2015-08-07 |
Laurent Charignon |
|
Superseded |
[6,of,6,V2] revsbetween: default to the C implementation |
2015-08-07 |
Laurent Charignon |
|
Superseded |
[1,of,2,evolve-ext] evolve: change the order of the troublecategories |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[2,of,2,evolve-ext] evolve: add a --list flag to the evolve command |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[1,of,4,V2] revset: split post-parsing stage from match() |
2015-08-07 |
Yuya Nishihara |
|
Accepted |
[2,of,4,V2] revset: add matchany() to construct OR expression from a list of specs |
2015-08-07 |
Yuya Nishihara |
|
Accepted |
[3,of,4,V2] revrange: evaluate all revset specs at once |
2015-08-07 |
Yuya Nishihara |
|
Accepted |
[4,of,4,V2] revset: make balanced addsets by orset() without using _combinesets() |
2015-08-07 |
Yuya Nishihara |
|
Accepted |
[1,of,6,V3] revset: make revsbetween public |
2015-08-07 |
Laurent Charignon |
|
Superseded |
[2,of,6,V3] revset: adds includepath argument to revsbetween |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[3,of,6,V3] revset: remove grandparent by using revsbetween |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[4,of,6,V3] revsbetween: add a C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[5,of,6,V3] changelog: add way to call the revsbetween C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[6,of,6,V3] revsbetween: default to the C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[evolve-ext] evolve: add a command to split commits |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[evolve-ext] evolve: add a command to split commits |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[4,of,6,V3] revsbetween: add a C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[evolve-ext-V2] evolve: add a command to split commits |
2015-08-07 |
Laurent Charignon |
|
Accepted |
[1,of,6,V4] revset: make revsbetween public |
2015-08-07 |
Laurent Charignon |
|
Superseded |
[2,of,6,V4] revset: adds includepath argument to revsbetween |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[3,of,6,V4] revset: remove grandparent by using revsbetween |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[4,of,6,V4] revsbetween: add a C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[5,of,6,V4] changelog: add way to call the revsbetween C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[6,of,6,V4] revsbetween: default to the C implementation |
2015-08-07 |
Laurent Charignon |
|
Changes Requested |
[1,of,2,evolve-ext] evolve: add test for instability |
2015-08-07 |
Laurent Charignon |
|
Accepted |
[2,of,2,evolve-ext] evolve: handle split commit for instability |
2015-08-07 |
Laurent Charignon |
|
Accepted |
[1,of,6,V5] revset: make revsbetween public |
2015-08-07 |
Pierre-Yves David |
|
Accepted |
[2,of,6,V5] revset: rename revsbetween to reachableroots and add an argument |
2015-08-07 |
Pierre-Yves David |
|
Accepted |
[3,of,6,V5] revset: remove grandparent by using reachableroots |
2015-08-07 |
Pierre-Yves David |
|
Accepted |
[4,of,6,V5] reachableroots: add a C implementation |
2015-08-07 |
Pierre-Yves David |
|
Accepted |
[5,of,6,V5] changelog: add way to call the reachableroots C implementation |
2015-08-07 |
Pierre-Yves David |
|
Accepted |
[6,of,6,V5] reachableroots: default to the C implementation |
2015-08-07 |
Pierre-Yves David |
|
Accepted |
[1,of,5] ancestor: use absolute_import |
2015-08-08 |
Gregory Szorc |
|
Accepted |
[2,of,5] archival: use absolute_import |
2015-08-08 |
Gregory Szorc |
|
Accepted |
[3,of,5] bookmarks: use absolute_import |
2015-08-08 |
Gregory Szorc |
|
Accepted |
[4,of,5] branchmap: use absolute_import |
2015-08-08 |
Gregory Szorc |
|
Accepted |
[5,of,5] bundle2: use absolute_import |
2015-08-08 |
Gregory Szorc |
|
Accepted |
[STABLE] filesets: ignore unit case in size() predicate for single value |
2015-08-08 |
Anton Shestakov |
|
Accepted |
[1,of,5] bundlerepo: use absolute_import |
2015-08-08 |
Gregory Szorc |
|
Accepted |
[2,of,5] changegroup: use absolute_import |
2015-08-08 |
Gregory Szorc |
|
Accepted |
[3,of,5] changelog: use absolute_import |
2015-08-08 |
Gregory Szorc |
|
Accepted |
[4,of,5] config: use absolute_import |
2015-08-08 |
Gregory Szorc |
|
Accepted |
[5,of,5] copies: use absolute_import |
2015-08-08 |
Gregory Szorc |
|
Accepted |
[1,of,4,evolve-ext] split: fix commit message numbering error in the test |
2015-08-08 |
Laurent Charignon |
|
Accepted |
[2,of,4,evolve-ext] split: add more output to the test |
2015-08-08 |
Laurent Charignon |
|
Accepted |
[3,of,4,evolve-ext] split: don't update before it is actually needed |
2015-08-08 |
Laurent Charignon |
|
Accepted |
[4,of,4,evolve-ext] split: handle bookmarks instead of leaving them on precursor |
2015-08-08 |
Laurent Charignon |
|
Accepted |
[1,of,3] demandimport: remove support for Python < 2.5 |
2015-08-08 |
Gregory Szorc |
|
Superseded |
[2,of,3] demandimport: refactor logic and add documentation |
2015-08-08 |
Gregory Szorc |
|
Superseded |
[3,of,3] demandimport: support lazy loading for absolute_import |
2015-08-08 |
Gregory Szorc |
|
Superseded |
[1,of,2] cmdutil: break import cycle |
2015-08-08 |
Gregory Szorc |
|
Accepted |
[2,of,2] commands: break import cycle |
2015-08-08 |
Gregory Szorc |
|
Accepted |
[1,of,5,V2] demandimport: remove support for Python < 2.5 |
2015-08-09 |
Gregory Szorc |
|
Accepted |
[2,of,5,V2] demandimport: add __future__ to ignore list |
2015-08-09 |
Gregory Szorc |
|
Accepted |
[3,of,5,V2] demandimport: refactor logic and add documentation |
2015-08-09 |
Gregory Szorc |
|
Accepted |
[4,of,5,V2] demandimport: support keyword arguments on _hgextimport |
2015-08-09 |
Gregory Szorc |
|
Accepted |
[5,of,5,V2] demandimport: support lazy loading for absolute_import |
2015-08-09 |
Gregory Szorc |
|
Accepted |
[1,of,2,STABLE] revset: prevent crash caused by empty group expression while optimizing "and" |
2015-08-09 |
Yuya Nishihara |
|
Accepted |
[2,of,2,STABLE] revset: prevent crash caused by empty group expression while optimizing "or" |
2015-08-09 |
Yuya Nishihara |
|
Accepted |
[STABLE] strip: use the 'finally: tr.release' pattern during stripping |
2015-08-10 |
Pierre-Yves David |
|
Accepted |
[1,of,2] patch: add new diffopt filenameonly |
2015-08-11 |
Laurent Charignon |
|
Rejected |
[2,of,2] commands: add a --filenameonly flag to hg diff --stat |
2015-08-11 |
Laurent Charignon |
|
Rejected |
style: adjust whitespaces in webutil.py |
2015-08-11 |
Anton Shestakov |
|
Accepted |
[1,of,3,STABLE] update: wlock the repo for the whole 'hg update' command |
2015-08-12 |
Pierre-Yves David |
|
Accepted |
[2,of,3,STABLE] rebase: lock the repo during the full rebase operation |
2015-08-12 |
Pierre-Yves David |
|
Accepted |
[3,of,3,STABLE] devel-warn: issue a warning when writing bookmarks without holding the wlock |
2015-08-12 |
Pierre-Yves David |
|
Accepted |
[V7] copy: add flag for disabling copy tracing |
2015-08-12 |
Durham Goode |
|
Accepted |
[STABLE] largefiles: ensure lfutil.getstandinmatcher() only matches standins |
2015-08-12 |
Matt Harbison |
|
Accepted |
[evolve-ext] inhibit: fix inhibit working with non-inhibit repos |
2015-08-12 |
Durham Goode |
|
Accepted |
[evolve-ext] directaccess: don't try to partialmatch '.' |
2015-08-12 |
Siddharth Agarwal |
|
Changes Requested |
[evolve-ext,V2] directaccess: don't try to partialmatch things that aren't hashes |
2015-08-13 |
Siddharth Agarwal |
|
Accepted |
dirstate: add --minimal flag to debugrebuilddirstate |
2015-08-13 |
Durham Goode |
|
Accepted |
[STABLE] hg: avoid auto sharing when the clone destination is remote |
2015-08-13 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,4] reachableroots: pass NULL to PySet_New() as it expects a pointer, not an int |
2015-08-13 |
Yuya Nishihara |
|
Accepted |
[2,of,4] reachableroots: unify bail cases to raise exception correctly |
2015-08-13 |
Yuya Nishihara |
|
Accepted |
[3,of,4] reachableroots: verify integer range of heads argument (issue4775) |
2015-08-13 |
Yuya Nishihara |
|
Accepted |
[4,of,4] reachableroots: verify type of each item of heads argument |
2015-08-13 |
Yuya Nishihara |
|
Accepted |
[1,of,2,RFC] revpair: update test to make a difference if odd range not handled specially |
2015-08-13 |
Yuya Nishihara |
|
Accepted |
[2,of,2,RFC] revpair: restrict odd-range handling to top-level x:y expression (issue4774) |
2015-08-13 |
Yuya Nishihara |
|
Accepted |
[1,of,2] monoblue: remove unused elements and related css |
2015-08-13 |
Anton Shestakov |
|
Accepted |
[2,of,2] monoblue: remove duplicate font-family property from td.source |
2015-08-13 |
Anton Shestakov |
|
Accepted |
tests: make filterpyflakes.py read target files relatively to cwd |
2015-08-13 |
Katsunori FUJIWARA |
|
Accepted |
[stable] help: fix typo in scripting documentation |
2015-08-13 |
Wagner Bruna |
|
Accepted |
[1,of,2] reachableroots: bail if integer object cannot be allocated |
2015-08-14 |
Yuya Nishihara |
|
Accepted |
[2,of,2] reachableroots: fix memleak of integer objects at includepath loop |
2015-08-14 |
Yuya Nishihara |
|
Accepted |
[V2] revert: allow configuring the .orig file location |
2015-08-14 |
Zainab Zahid |
|
Superseded |
revsetbenchmarks: run make after update so that C extensions are built |
2015-08-16 |
Yuya Nishihara |
|
Accepted |
histedit: add a missing "s" in a comment |
2015-08-17 |
Pierre-Yves David |
|
Accepted |
parsers.c: avoid implicit conversion loses integer precision warnings |
2015-08-18 |
André Sintzoff |
|
Superseded |
[V3] parsers.c: avoid implicit conversion loses integer precision warnings |
2015-08-18 |
André Sintzoff |
|
Changes Requested |
[1,of,2,remotefilelog-ext,getfile-batching] fileserverclient: correctly use exception constructor |
2015-08-18 |
Augie Fackler |
|
Accepted |
[2,of,2,remotefilelog-ext,getfile-batching] fileserverclient: add config knob to control batch size |
2015-08-18 |
Augie Fackler |
|
Accepted |
[1,of,6,cpychecker] parsers: fix two leaks in index_ancestors |
2015-08-18 |
Augie Fackler |
|
Accepted |
[2,of,6,cpychecker] parsers: correctly decref normed value after PyDict_SetItem |
2015-08-18 |
Augie Fackler |
|
Accepted |
[3,of,6,cpychecker] pathencode: check result of .digest() method in sha1hash |
2015-08-18 |
Augie Fackler |
|
Accepted |
[4,of,6,cpychecker] parsers: drop spurious check of readlen value |
2015-08-18 |
Augie Fackler |
|
Accepted |
[5,of,6,cpychecker] parsers: set exception when there's too little string data to extract parents |
2015-08-18 |
Augie Fackler |
|
Accepted |
[1,of,2] ui: move URL and path detection into path API |
2015-08-19 |
Gregory Szorc |
|
Accepted |
[2,of,2] commands.push: use paths API |
2015-08-19 |
Gregory Szorc |
|
Accepted |
[Bug,4786] New: Moving a file during a merge results in abort: some/file.py@81b3fc3b9732: not found in manifest! |
2015-08-19 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[remotefilelog-ext,check-batching] test-http: save access log and make sure we actually use request batching |
2015-08-21 |
Augie Fackler |
|
Accepted |
[1,of,4,warning-cleanup] parsers.c: avoid integer truncations |
2015-08-21 |
Augie Fackler |
|
Accepted |
[2,of,4,warning-cleanup] base85: fix comparison of an int and a long |
2015-08-21 |
Augie Fackler |
|
Accepted |
[3,of,4,warning-cleanup] parsers: avoid int/unsigned conversions |
2015-08-21 |
Augie Fackler |
|
Accepted |
[4,of,4,warning-cleanup] parsers: avoid comparing Py_ssize_t (aka long) with unsigned long |
2015-08-21 |
Augie Fackler |
|
Accepted |
[1,of,2] baseset: keep the input set around |
2015-08-21 |
Pierre-Yves David |
|
Accepted |
[2,of,2] reachableroots: use baseset lazy sorting |
2015-08-21 |
Pierre-Yves David |
|
Accepted |
[1,of,2] reachableroots: handle error of PyList_Append() |
2015-08-22 |
Yuya Nishihara |
|
Accepted |
[2,of,2] reachableroots: unroll loop that checks if one of parents is reachable |
2015-08-22 |
Yuya Nishihara |
|
Accepted |
worker: use multiprocessing to find cpu count |
2015-08-22 |
Gregory Szorc |
|
Accepted |
[1,of,2] ui: capture push location on path instances |
2015-08-22 |
Gregory Szorc |
|
Accepted |
[2,of,2] commands.push: use "pushloc" path attribute |
2015-08-22 |
Gregory Szorc |
|
Accepted |
[1,of,3] tests: move '#require bzr' into .t files |
2015-08-22 |
Gregory Szorc |
|
Accepted |
[2,of,3] hghave: move feature checking into hghave.py |
2015-08-22 |
Gregory Szorc |
|
Accepted |
[3,of,3] hghave: remove quiet option |
2015-08-22 |
Gregory Szorc |
|
Accepted |
hgweb: make refresh interval configurable |
2015-08-22 |
Gregory Szorc |
|
Superseded |
[1,of,2] util: extract stringmatcher() from revset |
2015-08-23 |
Matt Harbison |
|
Superseded |
[2,of,2] templater: introduce latesttag() function to match a pattern (issue4184) |
2015-08-23 |
Matt Harbison |
|
Superseded |
[V2] hgweb: make refresh interval configurable |
2015-08-23 |
Gregory Szorc |
|
Accepted |
[RFC,V2] templater: introduce latesttag() function to match a pattern (issue4184) |
2015-08-23 |
Matt Harbison |
|
Superseded |
[1,of,2,obs-speedup] obsolete: add C implementation of _addsuccessors |
2015-08-24 |
Augie Fackler |
|
Rejected |
[2,of,2,obs-speedup] parsers.c: split into parsers and obsparsers files |
2015-08-24 |
Augie Fackler |
|
Rejected |
[1,of,2] lock: loop a finite number of times in trylock (issue4787) |
2015-08-24 |
Matt Mackall |
|
Accepted |
[2,of,2] lock: make trylock private |
2015-08-24 |
Matt Mackall |
|
Accepted |
[1,of,3] templater: inline getfilter() to buildfilter() |
2015-08-25 |
Yuya Nishihara |
|
Accepted |
[2,of,3] templater: introduce unified filter syntax for unary functions |
2015-08-25 |
Yuya Nishihara |
|
Accepted |
[3,of,3] templatefilters: remove redundant 'date' and 'strip' filters |
2015-08-25 |
Yuya Nishihara |
|
Accepted |
progress: restore testedwith to the stub |
2015-08-25 |
Augie Fackler |
|
Accepted |
[1,of,5] templater: minor whitespace tweaks |
2015-08-25 |
Matt Mackall |
|
Accepted |
[2,of,5] templater: fix variable name that shadows built-in |
2015-08-25 |
Matt Mackall |
|
Accepted |
[3,of,5] templater: remove pseudo-ternary |
2015-08-25 |
Matt Mackall |
|
Accepted |
[4,of,5] templater: move verbosity-to-template matcher to constructor |
2015-08-25 |
Matt Mackall |
|
Accepted |
[5,of,5] templater: heuristic to force header/footer in empty logs (issue4135) (BC) |
2015-08-25 |
Matt Mackall |
|
Accepted |
convert: fix syncing deletes from p2 merge commit |
2015-08-25 |
Durham Goode |
|
Accepted |
convert: add convert.git.skipsubmodules option |
2015-08-26 |
Durham Goode |
|
Accepted |
paths: move path validation logic to its own function |
2015-08-26 |
Durham Goode |
|
Accepted |
[1,of,2,obs-speedup] obsolete: add C implementation of _addsuccessors |
2015-08-26 |
Augie Fackler |
|
Rejected |
parsers: fix two cases of unsigned long instead of Py_ssize_t |
2015-08-26 |
Augie Fackler |
|
Accepted |
[5,of,5] templater: heuristic to force header/footer in empty logs (issue4135) (BC) |
2015-08-26 |
Yuya Nishihara |
|
Changes Requested |
[1,of,9,debian-packaging] docker-debian-jessie: fix errant mkdir |
2015-08-26 |
Augie Fackler |
|
Superseded |
[2,of,9,debian-packaging] builddeb: actually run make when building the deb (issue4778) |
2015-08-26 |
Augie Fackler |
|
Superseded |
[3,of,9,debian-packaging] builddeb: rework how output dir and platform are specified |
2015-08-26 |
Augie Fackler |
|
Superseded |
[4,of,9,debian-packaging] run-tests: ignore failed removal of nonexistent installerrs |
2015-08-26 |
Augie Fackler |
|
Superseded |
[5,of,9,debian-packaging] run-tests: add support for marking tests as very slow |
2015-08-26 |
Augie Fackler |
|
Superseded |
[6,of,9,debian-packaging] hghave: add a check for debian packaging tools |
2015-08-26 |
Augie Fackler |
|
Superseded |
[7,of,9,debian-packaging] hghave: add a check for docker support |
2015-08-26 |
Augie Fackler |
|
Superseded |
[8,of,9,debian-packaging] test-debian-packages: new test for testing construction of debian packages |
2015-08-26 |
Augie Fackler |
|
Superseded |
[9,of,9,debian-packaging] debian: switch to using debhelper and dh_python2 to build debs |
2015-08-26 |
Augie Fackler |
|
Superseded |
[1,of,2] reachableroots: narrow scope of minidx variable |
2015-08-27 |
Yuya Nishihara |
|
Accepted |
[2,of,2] reachableroots: silence warning of implicit integer narrowing issued by clang |
2015-08-27 |
Yuya Nishihara |
|
Accepted |
histedit: use a single editor when multiple folds happen in a row (issue3524) |
2015-08-27 |
Augie Fackler |
|
Changes Requested |
[1,of,3] reachableroots: sort the smartset in the pure version too |
2015-08-27 |
Pierre-Yves David |
|
Accepted |
[2,of,3] graphmod: stop building a list out of branchgroupiter |
2015-08-27 |
Pierre-Yves David |
|
Accepted |
[3,of,3] reachableroots: use smartset min |
2015-08-27 |
Pierre-Yves David |
|
Accepted |
[1,of,4] run-tests: ignore failed removal of nonexistent installerrs |
2015-08-27 |
Augie Fackler |
|
Accepted |
[2,of,4] makefile: rename debian-jessie to deb |
2015-08-27 |
Augie Fackler |
|
Accepted |
[3,of,4] docker-debian-jessie: fix errant mkdir |
2015-08-27 |
Augie Fackler |
|
Accepted |
[4,of,4] builddeb: actually run make when building the deb (issue4778) |
2015-08-27 |
Augie Fackler |
|
Accepted |
[1,of,6] builddeb: rework how output dir and platform are specified |
2015-08-27 |
Augie Fackler |
|
Accepted |
[2,of,6] run-tests: add support for marking tests as very slow |
2015-08-27 |
Augie Fackler |
|
Accepted |
[3,of,6] hghave: add a check for debian packaging tools |
2015-08-27 |
Augie Fackler |
|
Accepted |
[4,of,6] hghave: add a check for docker support |
2015-08-27 |
Augie Fackler |
|
Accepted |
[5,of,6] test-debian-packages: new test for testing construction of debian packages |
2015-08-27 |
Augie Fackler |
|
Superseded |
[6,of,6] debian: switch to using debhelper and dh_python2 to build debs |
2015-08-27 |
Augie Fackler |
|
Superseded |
revset: cache smartset's min/max |
2015-08-28 |
Pierre-Yves David |
|
Accepted |
[1,of,2] reachableroots: construct and sort baseset in revset module |
2015-08-28 |
Yuya Nishihara |
|
Accepted |
[2,of,2] revset: mark reachablerootspure as private |
2015-08-28 |
Yuya Nishihara |
|
Accepted |
[STABLE] templater: catch exception caused by template ends with backslash (issue4798) |
2015-08-28 |
Yuya Nishihara |
|
Changes Requested |
histedit: fix grammar for help for safety aborts |
2015-08-28 |
timeless@mozdev.org |
|
Accepted |
[1,of,4] vim: spelling (en-US): behavior |
2015-08-28 |
timeless@mozdev.org |
|
Accepted |
[2,of,4] histedit: spelling (en-US): behavior |
2015-08-28 |
timeless@mozdev.org |
|
Accepted |
[3,of,4] eol: spelling (en-US): behavior |
2015-08-28 |
timeless@mozdev.org |
|
Accepted |
[4,of,4] spelling: (en-US) behavior |
2015-08-28 |
timeless@mozdev.org |
|
Accepted |
glossary: fixup use of periods at end of entries |
2015-08-28 |
timeless@mozdev.org |
|
Accepted |
[2,of,4] histedit: spelling (en-US): behavior |
2015-08-28 |
Aaron Kushner |
|
Superseded |
histedit: improve discoverability of edit commit message |
2015-08-28 |
timeless@mozdev.org |
|
Accepted |
contrib: add showstack extension |
2015-08-28 |
Matt Mackall |
|
Superseded |
[v2] contrib: add showstack extension |
2015-08-28 |
Matt Mackall |
|
Accepted |
fileserverclient: clear error message if cachepath is not configured |
2015-08-30 |
Mathias De Maré |
|
Accepted |
[1,of,4] revlog: move delta check to it's own function |
2015-08-30 |
Durham Goode |
|
Accepted |
[2,of,4] revlog: move textlen calculation to be above delta chooser |
2015-08-30 |
Durham Goode |
|
Accepted |
[3,of,4] revlog: change generaldelta delta parent heuristic |
2015-08-30 |
Durham Goode |
|
Accepted |
[4,of,4] revlog: add an aggressivemergedelta option |
2015-08-30 |
Durham Goode |
|
Accepted |
help: distinguish sections when multiple match (issue4802) |
2015-08-31 |
timeless@mozdev.org |
|
Accepted |
[hglib] tests: update test-summary for mercurial 3.5 |
2015-08-31 |
Julien Cristau |
|
Accepted |
monoblue: add archive links on summary page |
2015-08-31 |
Anton Shestakov |
|
Accepted |
hghave: use subprocess instead of os.popen |
2015-09-01 |
Augie Fackler |
|
Accepted |
[1,of,4,debhelper] hghave: correct test for debhelper |
2015-09-01 |
Augie Fackler |
|
Accepted |
[2,of,4,debhelper] test-debian-packages: new test for testing construction of debian packages |
2015-09-01 |
Augie Fackler |
|
Accepted |
[3,of,4,debhelper] test-docker-packaging: test packages built using docker |
2015-09-01 |
Augie Fackler |
|
Accepted |
[4,of,4,debhelper] debian: switch to using debhelper and dh_python2 to build debs |
2015-09-01 |
Augie Fackler |
|
Accepted |
[hglib] tests: fix test-summary for python3 |
2015-09-01 |
Julien Cristau |
|
Accepted |
[1,of,5] templater: extract helper that evaluates filter or function argument |
2015-09-01 |
Yuya Nishihara |
|
Accepted |
[2,of,5] templater: drop unneeded destructuring of argument tuple at buildfilter |
2015-09-01 |
Yuya Nishihara |
|
Accepted |
[3,of,5] util: extract function that parses timezone string |
2015-09-01 |
Yuya Nishihara |
|
Accepted |
[4,of,5] templater: port localdate filter to a function |
2015-09-01 |
Yuya Nishihara |
|
Accepted |
[5,of,5] templater: add optional timezone argument to localdate() |
2015-09-01 |
Yuya Nishihara |
|
Accepted |
[STABLE] wix: avoid an abort with 'hg help -k foo' |
2015-09-01 |
Matt Harbison |
|
Accepted |
[1,of,3] hgweb: move branchentries code from webcommands to webutil |
2015-09-01 |
Anton Shestakov |
|
Accepted |
[2,of,3] hgweb: use webutil.branchentries for branches on summary page |
2015-09-01 |
Anton Shestakov |
|
Accepted |
[3,of,3] hgweb: limit branches shown on summary page to 10 |
2015-09-01 |
Anton Shestakov |
|
Accepted |
[in-clowncopter] buildrpm: mkdir -p two needed directories (issue4779) |
2015-09-01 |
Augie Fackler |
|
Accepted |
[1,of,5,hgweb-thread-isolation] hgweb: add some documentation |
2015-09-01 |
Gregory Szorc |
|
Accepted |
[2,of,5,hgweb-thread-isolation] hgweb: don't make request optional |
2015-09-01 |
Gregory Szorc |
|
Accepted |
[3,of,5,hgweb-thread-isolation] hgweb: establish class for holding per request context |
2015-09-01 |
Gregory Szorc |
|
Accepted |
[4,of,5,hgweb-thread-isolation] hgweb: move some config options to requestcontext |
2015-09-01 |
Gregory Szorc |
|
Accepted |
[5,of,5,hgweb-thread-isolation] hgweb: move archive related attributes to requestcontext |
2015-09-01 |
Gregory Szorc |
|
Accepted |
bundle2: don't try to recover from a GeneratorExit (issue4785) |
2015-09-01 |
Augie Fackler |
|
Accepted |
[1,of,5,hgweb-thread-isolation] hgweb: initialize repostate to None |
2015-09-01 |
Gregory Szorc |
|
Accepted |
[2,of,5,hgweb-thread-isolation] hgweb: move additional state setting outside of refresh |
2015-09-01 |
Gregory Szorc |
|
Superseded |
[3,of,5,hgweb-thread-isolation] hgweb: remove hgweb.configbool |
2015-09-01 |
Gregory Szorc |
|
Superseded |
[4,of,5,hgweb-thread-isolation] hgweb: extract web substitutions table generation to own function |
2015-09-01 |
Gregory Szorc |
|
Superseded |
[5,of,5,hgweb-thread-isolation] hgweb: move templatepath to requestcontext |
2015-09-01 |
Gregory Szorc |
|
Superseded |
revset: fix resolving strings from a list |
2015-09-01 |
Durham Goode |
|
Accepted |
template: add rev*(revision) functions for use with revsets |
2015-09-02 |
timeless@mozdev.org |
|
Rejected |
[1,of,2] test-ssh: remove superfluous triple slashes from absolute path test |
2015-09-02 |
Yuya Nishihara |
|
Accepted |
[2,of,2] dispatch: error out on invalid -R path even if optionalrepo (issue4805) (BC) |
2015-09-02 |
Yuya Nishihara |
|
Accepted |
vagrant: update to official Debian 8.1 base box |
2015-09-02 |
Kevin Bullock |
|
Accepted |
minirst: don't treat top level item as children of last item (issue4803) |
2015-09-02 |
timeless@mozdev.org |
|
Superseded |
[v2] minirst: don't treat top level item as children of last item (issue4803) |
2015-09-02 |
timeless@mozdev.org |
|
Accepted |
run-tests: use $HGTEST_RUN_TESTS_PURE |
2015-09-02 |
timeless@mozdev.org |
|
Accepted |
import-checker: accept .pyc and .pyo files (issue4812) |
2015-09-02 |
timeless@mozdev.org |
|
Accepted |
test-merge-tools: include /usr/sbin in path for sysctl (issue4813) |
2015-09-02 |
timeless@mozdev.org |
|
Accepted |
[1,of,5,hgweb-thread-isolation] hgweb: move additional state setting outside of refresh |
2015-09-03 |
Gregory Szorc |
|
Accepted |
[2,of,5,hgweb-thread-isolation] hgweb: remove hgweb.configbool |
2015-09-03 |
Gregory Szorc |
|
Accepted |
[3,of,5,hgweb-thread-isolation] hgweb: extract web substitutions table generation to own function |
2015-09-03 |
Gregory Szorc |
|
Accepted |
[4,of,5,hgweb-thread-isolation] hgweb: move templatepath to requestcontext |
2015-09-03 |
Gregory Szorc |
|
Accepted |
[5,of,5,hgweb-thread-isolation] hgweb: create websubtable on requestcontext |
2015-09-03 |
Gregory Szorc |
|
Accepted |
commands: support hg help scripting.HGPLAIN |
2015-09-03 |
timeless@mozdev.org |
|
Accepted |
[1,of,2] localrepo: move dirstate validate function to class scope |
2015-09-03 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] scmutil.readonlyvfs: implement join |
2015-09-03 |
Siddharth Agarwal |
|
Accepted |
[in,stable] hgweb: use latest mtime for caching tag (issue4814) |
2015-09-03 |
Matt Mackall |
|
Accepted |
[STABLE] monoblue: fix page subtitle on help pages |
2015-09-03 |
Anton Shestakov |
|
Accepted |
convert: remove restriction on multiple --rev in hg source |
2015-09-03 |
Durham Goode |
|
Accepted |
[1,of,2] gitweb: add a margin for help text container |
2015-09-03 |
Anton Shestakov |
|
Accepted |
[2,of,2] monoblue: add a margin for help text container |
2015-09-03 |
Anton Shestakov |
|
Accepted |
[1,of,5,hgweb-thread-isolation] hgweb: move templater instantiation to requestcontext |
2015-09-03 |
Gregory Szorc |
|
Accepted |
[2,of,5,hgweb-thread-isolation] hgweb: regenerate web substitutions when repo is refreshed |
2015-09-03 |
Gregory Szorc |
|
Superseded |
[3,of,5,hgweb-thread-isolation] hgweb: extract _getview to own function |
2015-09-03 |
Gregory Szorc |
|
Superseded |
[4,of,5,hgweb-thread-isolation] hgweb: don't access self.repo during request processing |
2015-09-03 |
Gregory Szorc |
|
Superseded |
[5,of,5,hgweb-thread-isolation] hgweb: add reponame to requestcontext |
2015-09-03 |
Gregory Szorc |
|
Superseded |
[1,of,2] help: config indent committemplate.changeset section |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
[2,of,2] minirst: handle edge in hunting for parents |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
histedit: fix English (en-US) |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
help/config: add blank lines |
2015-09-04 |
timeless@mozdev.org |
|
Superseded |
test-strip: fix spelling of initialization (en-US) |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
help/scripting: fix HGENCODING indentation |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
[1,of,8,v2] help/config: add blank lines |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
[2,of,8,v2] help/config: alias, ui.mergemarkertemplate add period for etc |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
[3,of,8,v2] help/config: add trailing periods |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
[4,of,8,v2] help/config: simplify default text |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
[5,of,8,v2] help/config: include check values |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
[6,of,8,v2] help/config: change local_hostname help style |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
[7,of,8,v2] help/config: reword allow_push to fix grammar |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
[8,of,8,v2] help/config: make defaults consistent |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
tests: fix css-related test-hgweb.t breakage from 93258d53ec35 |
2015-09-04 |
Anton Shestakov |
|
Accepted |
bookmark: improve ambiguous documentation for rename |
2015-09-04 |
timeless@mozdev.org |
|
Superseded |
[v2] bookmark: improve ambiguous documentation for rename |
2015-09-04 |
timeless@mozdev.org |
|
Accepted |
ui: change default path fallback mechanism (issue4796) |
2015-09-06 |
Gregory Szorc |
|
Accepted |
blackbox: add pid to output |
2015-09-07 |
Durham Goode |
|
Accepted |
[v3] histedit: use one editor when multiple folds happen in a row (issue3524) (BC) |
2015-09-08 |
Augie Fackler |
|
Superseded |
[1,of,2] check-seclevel: fix file description grammar |
2015-09-08 |
timeless@mozdev.org |
|
Accepted |
[2,of,2] hgmanpage: fix grammar |
2015-09-08 |
timeless@mozdev.org |
|
Accepted |
[1,of,2] help: filesets show hg status command |
2015-09-08 |
timeless@mozdev.org |
|
Accepted |
[2,of,2] help: filesets show hg resolve command |
2015-09-08 |
timeless@mozdev.org |
|
Accepted |
[1,of,2] help: fix makeitemsdoc English description |
2015-09-08 |
timeless@mozdev.org |
|
Accepted |
[2,of,2] templater: fix get English |
2015-09-08 |
timeless@mozdev.org |
|
Accepted |
[V2] profiling: allow logging profile to the blackbox |
2015-09-08 |
Durham Goode |
|
Accepted |
[1,of,5] archival: drop self.filename - deprecated in py2.6 |
2015-09-09 |
timeless@mozdev.org |
|
Accepted |
[2,of,5] manifest: switch add() to heapq.merge (available in Py2.6+) |
2015-09-09 |
timeless@mozdev.org |
|
Accepted |
[3,of,5] hgweb: remove ErrorResponse.message |
2015-09-09 |
timeless@mozdev.org |
|
Accepted |
[4,of,5] util: capitalize Python in MBTextWrapper._wrap_chunks comment |
2015-09-09 |
timeless@mozdev.org |
|
Accepted |
[5,of,5] hgweb.server: fix _httprequesthandlerssl help text |
2015-09-09 |
timeless@mozdev.org |
|
Accepted |
histedit: fix grammar in cleanupnode comment |
2015-09-09 |
timeless@mozdev.org |
|
Accepted |
obsolete: improve English of successorssets |
2015-09-09 |
timeless@mozdev.org |
|
Accepted |
[1,of,3] commands: change graft hint to point to resolve help |
2015-09-09 |
timeless@mozdev.org |
|
Changes Requested |
[2,of,3] commands: change rebase hint to point to resolve help |
2015-09-09 |
timeless@mozdev.org |
|
Changes Requested |
[3,of,3] help/phases: make individual examples referencable |
2015-09-09 |
timeless@mozdev.org |
|
Changes Requested |
revset: uncache filteredset.__contains__ |
2015-09-09 |
Yuya Nishihara |
|
Accepted |
[1,of,2] parsers: use PyTuple_SET_ITEM() to fill new marker tuples |
2015-09-09 |
Yuya Nishihara |
|
Accepted |
[2,of,2] parsers: use PyTuple_New and SET_ITEM to construct metadata pair of markers |
2015-09-09 |
Yuya Nishihara |
|
Accepted |
[1,of,3,hglib] client: extract stub to read server's stderr on close() |
2015-09-09 |
Yuya Nishihara |
|
Accepted |
[2,of,3,hglib] client: use subprocess.communicate() to shut down server process |
2015-09-09 |
Yuya Nishihara |
|
Accepted |
[3,of,3,hglib] client: include stderr message in ServerError on initial communication failure |
2015-09-09 |
Yuya Nishihara |
|
Accepted |
add: pass full=False to dirstate walk |
2015-09-09 |
Durham Goode |
|
Accepted |
[1,of,5,hgweb-thread-isolation] hgweb: regenerate web substitutions when repo is refreshed |
2015-09-09 |
Gregory Szorc |
|
Accepted |
[2,of,5,hgweb-thread-isolation] hgweb: extract _getview to own function |
2015-09-09 |
Gregory Szorc |
|
Accepted |
[3,of,5,hgweb-thread-isolation] hgweb: don't access self.repo during request processing |
2015-09-09 |
Gregory Szorc |
|
Accepted |
[4,of,5,hgweb-thread-isolation] hgweb: add reponame to requestcontext |
2015-09-09 |
Gregory Szorc |
|
Accepted |
[5,of,5,hgweb-thread-isolation] hgweb: assign ctype to requestcontext |
2015-09-09 |
Gregory Szorc |
|
Accepted |
templater: create string unescape helper (issue4798) |
2015-09-09 |
Matt Mackall |
|
Accepted |
templater: add new docheader/footer components for XML (issue4135) |
2015-09-09 |
Matt Mackall |
|
Accepted |
[1,of,4,hgweb-thread-isolation] hgweb: remove proxy to hgweb instance |
2015-09-09 |
Gregory Szorc |
|
Accepted |
[2,of,4,hgweb-thread-isolation] hgweb: create function to perform actions on new repo |
2015-09-09 |
Gregory Szorc |
|
Accepted |
[3,of,4,hgweb-thread-isolation] hg: establish a cache for localrepository instances |
2015-09-09 |
Gregory Szorc |
|
Accepted |
[4,of,4,hgweb-thread-isolation] hgweb: use separate repo instances per thread |
2015-09-09 |
Gregory Szorc |
|
Accepted |
discovery: if push adds a bookmark, suggest push -B |
2015-09-10 |
timeless@mozdev.org |
|
Changes Requested |
[1,of,3] extdiff: prepare sections of dodiff() for conditionalizing |
2015-09-10 |
Matt Harbison |
|
Accepted |
[2,of,3] extdiff: add a --patch argument for diffing changeset deltas |
2015-09-10 |
Matt Harbison |
|
Accepted |
[3,of,3] extdiff: enable -I/-X with --patch |
2015-09-10 |
Matt Harbison |
|
Accepted |
localrepo: better error message with obsmarkers but no evolve |
2015-09-10 |
Jordi Gutiérrez Hermoso |
|
Changes Requested |
dispatch: disable demandimport when invoking the debugger |
2015-09-10 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[1,of,2] simplemerge: enable option to resolve conflicts one way |
2015-09-10 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[2,of,2] filemerge: add non-interactive :merge-local and :merge-other |
2015-09-10 |
Jordi Gutiérrez Hermoso |
|
Accepted |
ui: improve docs on ui.log |
2015-09-10 |
Augie Fackler |
|
Accepted |
[1,of,3] parser: move unescape helper from templater |
2015-09-10 |
Yuya Nishihara |
|
Accepted |
[2,of,3] revset: handle error of string unescaping |
2015-09-10 |
Yuya Nishihara |
|
Accepted |
[3,of,3] fileset: handle error of string unescaping |
2015-09-10 |
Yuya Nishihara |
|
Accepted |
[1,of,5,remotefilelog-ext,debs] setup: properly list lz4 as an install_requires |
2015-09-10 |
Augie Fackler |
|
Accepted |
[2,of,5,remotefilelog-ext,debs] setup: correctly state license |
2015-09-10 |
Augie Fackler |
|
Accepted |
[3,of,5,remotefilelog-ext,debs] hgignore: also ignore built packages |
2015-09-10 |
Augie Fackler |
|
Accepted |
[4,of,5,remotefilelog-ext,debs] contrib: new rules for building a debian package of remotefilelog |
2015-09-10 |
Augie Fackler |
|
Rejected |
[5,of,5,remotefilelog-ext,debs] Makefile: add `make deb` rule for convenience |
2015-09-10 |
Augie Fackler |
|
Accepted |
minirst: establish leveling for nested definitions |
2015-09-10 |
timeless@mozdev.org |
|
Accepted |
notifications: ensure paginator's links remain correct after Mark All Read |
2015-09-10 |
Andrew Shadura |
|
Not Applicable |
unionrepo: take delta base in account with building unified revlog |
2015-09-10 |
Pierre-Yves David |
|
Accepted |
help: fix help argument parsing and documentation |
2015-09-11 |
timeless@mozdev.org |
|
Accepted |
[1,of,2] test-bad-extension: reduce dependencies on other things |
2015-09-11 |
timeless@mozdev.org |
|
Accepted |
[2,of,2] extensions: suggest --config extensions.bad=! when bad fails |
2015-09-11 |
timeless@mozdev.org |
|
Accepted |
[1,of,8] templater: add ctx convenience function |
2015-09-11 |
timeless@mozdev.org |
|
Rejected |