[4,of,4,nullrev] revset: extend fullreposet to make "null" revision magically appears in set |
2015-03-04 |
Yuya Nishihara |
|
Accepted |
[3,of,4,nullrev] revset: duplicate spanset.__contains__ to fullreposet for modification |
2015-03-04 |
Yuya Nishihara |
|
Accepted |
[2,of,4,nullrev] revset: have all() filter out null revision |
2015-03-04 |
Yuya Nishihara |
|
Accepted |
[1,of,4,nullrev] revset: drop unnecessary calls of getall() with empty argument |
2015-03-04 |
Yuya Nishihara |
|
Accepted |
[3,of,3] largefiles: handle logging from outside the repo |
2015-03-04 |
Matt Harbison |
|
Accepted |
[2,of,3] largefiles: don't prefix standin patterns with '.hglf' when logging |
2015-03-04 |
Matt Harbison |
|
Accepted |
[1,of,3] largefiles: teach log to handle patterns |
2015-03-04 |
Matt Harbison |
|
Accepted |
[3,of,3] subrepo: only fetch unknown files from git when explicitly requested |
2015-03-04 |
Matt Harbison |
|
Accepted |
[2,of,3] subrepo: always return scmutil.status() from gitsubrepo.status() |
2015-03-04 |
Matt Harbison |
|
Accepted |
[1,of,3] subrepo: explicitly request clean and unknown files in status for git's add |
2015-03-04 |
Matt Harbison |
|
Accepted |
[4,of,4,v4,lazy-manifest] lazymanifest: use a binary search to do an insertion |
2015-03-03 |
Augie Fackler |
|
Superseded |
[3,of,4,v4,lazy-manifest] context: don't sort manifest entries |
2015-03-03 |
Augie Fackler |
|
Superseded |
[2,of,4,v4,lazy-manifest] manifest: use lazymanifest instead of manifestdict |
2015-03-03 |
Augie Fackler |
|
Superseded |
[1,of,4,v4,lazy-manifest] manifest.c: new extension code to lazily parse manifests |
2015-03-03 |
Augie Fackler |
|
Superseded |
extdiff: expand tildes and variables in paths to user-supplied diff programs |
2015-03-03 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[2,of,2] Makefile: allow setting HGTESTFLAGS in shell environment for TESTFLAGS |
2015-03-03 |
Augie Fackler |
|
Accepted |
[1,of,2] Makefile: introduce testpy-% target for testing with a specifc Python |
2015-03-03 |
Augie Fackler |
|
Accepted |
[2,of,2] subrepo: warn when adding already tracked files in gitsubrepo |
2015-03-03 |
Matt Harbison |
|
Accepted |
[1,of,2] subrepo: don't exclude files in .hgignore when adding to git |
2015-03-03 |
Matt Harbison |
|
Accepted |
copyright: update to 2015 |
2015-03-03 |
Jesus Cea |
|
Accepted |
hgweb: extract changeset template mapping generation to own function |
2015-03-02 |
Gregory Szorc |
|
Accepted |
[evolve-ext] evolve: cache marker encoding to avoid performance degradation |
2015-03-02 |
Mathias De Maré |
|
Accepted |
[stable] amend: check for directory renames for both merge parents (issue4516) |
2015-03-02 |
Pierre-Yves David |
|
Accepted |
[STABLE] transaction: really disable hardlink backups (issue4546) |
2015-03-02 |
Matt Harbison |
|
Accepted |
[censor,RFC,v3] changegroup: emit full-replacement deltas if either revision is censored |
2015-03-02 |
adgar@google.com |
|
Accepted |
largefiles: avoid infinite recursive call of openlfdirstate in overriderevert |
2015-03-02 |
Katsunori FUJIWARA |
|
Accepted |
18n-*: Update copyright date |
2015-03-02 |
Jesus Cea |
|
Changes Requested |
[4,of,4,RFC,path,options] ui: add a "pushnames" path option |
2015-03-01 |
Gregory Szorc |
|
Deferred |
[3,of,4,RFC,path,options] ui.paths: add a "pushrevset" path option |
2015-03-01 |
Gregory Szorc |
|
Deferred |
[2,of,4,RFC,path,options] ui.paths: add a "pushurl" path option |
2015-03-01 |
Gregory Szorc |
|
Deferred |
[1,of,4,RFC,path,options] ui: don't treat path sub-options as paths |
2015-03-01 |
Gregory Szorc |
|
Deferred |
[9,of,9,paths,v2] commands.push: finish converting to new path API |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[8,of,9,paths,v2] commands.push: begin transition to path API |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[7,of,9,paths,v2] ui: parse revisions out of URLs |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[6,of,9,paths,v2] ui.paths: teach getpath() about required resolution |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[5,of,9,paths,v2] ui: move URL and path detection into getpath() |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[4,of,9,paths,v2] ui: change how default is handled by getpath() |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[3,of,9,paths,v2] ui.paths: filter config options containing "." (BC) |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
[2,of,9,paths,v2] commands.paths: use ui.paths to show paths |
2015-03-01 |
Gregory Szorc |
|
Superseded |
[1,of,9,paths,v2] ui: represents paths as classes |
2015-03-01 |
Gregory Szorc |
|
Changes Requested |
test-obsolete: use 'log -T {node}' instead of 'id --debug -i' to lookup hash |
2015-02-28 |
Matt Harbison |
|
Accepted |
[2,of,2] subrepo: return only the manifest keys from hgsubrepo.files() |
2015-02-28 |
Matt Harbison |
|
Accepted |
[1,of,2] archive: change the default prefix to '' from None |
2015-02-28 |
Matt Harbison |
|
Accepted |
[evolve-ext] evolve: use 3.2+ fullreposet to evaluate argument set (issue4515) |
2015-02-28 |
Yuya Nishihara |
|
Accepted |
[4,of,4] copies: only calculate 'addedinm[12]' sets once |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[3,of,4] copies: calculate 'bothnew' from manifestdict.filesnotin() |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[2,of,4] copies: replace _nonoverlap() by calls to manifestdict.filesnotin() |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[1,of,4] copies: move code into new manifestdict.filesnotin() method |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[4,of,4,random] spelling: fixes from proofreading of spell checker issues |
2015-02-27 |
Mads Kiilerich |
|
Accepted |
[3,of,4,random] merge-tools: configuration for Beyond Compare on OS X |
2015-02-27 |
Mads Kiilerich |
|
Accepted |
[2,of,4,random] dirstate: clarify comment about leaving normal files undef if changed 'now' |
2015-02-27 |
Mads Kiilerich |
|
Accepted |
[1,of,4,random] convert: when converting from monotone, use the number 1 for close in extras |
2015-02-27 |
Mads Kiilerich |
|
Accepted |
[V3] subrepos: support adding files in git subrepos |
2015-02-27 |
Mathias De Maré |
|
Accepted |
log: make -fr show complete history from the given revs |
2015-02-27 |
Durham Goode |
|
Accepted |
Add support for english date names on non-english systems |
2015-02-27 |
Jordi Gutiérrez Hermoso |
|
Deferred |
Add support for english date names on non-english systems |
2015-02-27 |
A. Klitzing |
|
Deferred |
[V3] histedit: add a config allowing changing histedit rule line length limit |
2015-02-27 |
Mateusz Kwapich |
|
Superseded |
[1,of,2,V2] subrepos: support adding files in git subrepos |
2015-02-27 |
Matt Harbison |
|
Superseded |
[3,of,3] manifest: postpone calling array.array() until needed |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[2,of,3] manifest: rename 'mf', 'map', and 'mapping' to 'm' |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[1,of,3] manifest: make copy logic local to copy() |
2015-02-27 |
Martin von Zweigbergk |
|
Accepted |
[V3] revrange: don't parse revset aliases as hash prefixes (issue4553) |
2015-02-26 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[2,of,2,V2] subrepo: add _gitmissing checks where needed |
2015-02-26 |
Mathias De Maré |
|
Superseded |
[1,of,2,V2] subrepos: support adding files in git subrepos |
2015-02-26 |
Mathias De Maré |
|
Superseded |
[STABLE] test: make test-extdiff resilient to */gnubin/echo |
2015-02-26 |
Sean Farley |
|
Accepted |
[V2] histedit: add a config allowing changing histedit rule line length limit |
2015-02-26 |
Mateusz Kwapich |
|
Superseded |
[RFC] ssl: load CA certificates from system's store by default on Python 2.7.9 |
2015-02-26 |
Yuya Nishihara |
|
Superseded |
[STABLE] dispatch: work around UnicodeDecodeError caused by SSLError of Python 2.7.9 |
2015-02-26 |
Yuya Nishihara |
|
Accepted |
histedit: add a config allowing changing histedit rule line length limit |
2015-02-26 |
Mateusz Kwapich |
|
Superseded |
[V2] revrange: don't parse revset aliases as hash prefixes (issue4553) |
2015-02-25 |
Jordi Gutiérrez Hermoso |
|
Superseded |
revrange: don't parse revset aliases as hash prefixes (issue4553) |
2015-02-25 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[STABLE] largefiles: access to specific fields only if largefiles enabled (issue4547) |
2015-02-25 |
Katsunori FUJIWARA |
|
Accepted |
debugsetparent: document one common caveat specifically |
2015-02-25 |
Martin von Zweigbergk |
|
Accepted |
[V2] churn: deprecate -t option in favour of -T |
2015-02-24 |
Jordi Gutiérrez Hermoso |
|
Accepted |
churn: deprecate -t option in favour of -T |
2015-02-24 |
Jordi Gutiérrez Hermoso |
|
Superseded |
Add support for english date names on non-english systems |
2015-02-24 |
A. Klitzing |
|
Accepted |
[2,of,3] tests: add test showing tags cache drops filtered heads (issue4550) |
2015-02-24 |
Gregory Szorc |
|
Accepted |
[1,of,3] tags: write tags cache deterministically |
2015-02-24 |
Gregory Szorc |
|
Accepted |
subrepos: support adding files in git subrepos |
2015-02-24 |
Mathias De Maré |
|
Superseded |
[3,of,3] histedit: add --edit-plan option to histedit |
2015-02-23 |
Mateusz Kwapich |
|
Accepted |
[2,of,3] histedit: generalize makedesc |
2015-02-23 |
Mateusz Kwapich |
|
Accepted |
[1,of,3] histedit: extract method ruleeditor |
2015-02-23 |
Mateusz Kwapich |
|
Accepted |
extensions: indicate loaded for an immediately called afterload callback |
2015-02-22 |
Matt Harbison |
|
Accepted |
setup.py: do not install c extensions on pypy |
2015-02-22 |
Joan Massich |
|
Accepted |
[v2] repair: setup hookargs when processing bundle2s |
2015-02-20 |
Eric Sumner |
|
Accepted |
repair: setup hookargs when processing bundle2s |
2015-02-20 |
Eric Sumner |
|
Superseded |
[2,of,2,censor,RFC,v2] changegroup: emit full-replacement deltas if either revision is censored |
2015-02-20 |
adgar@google.com |
|
Superseded |
[1,of,2,censor,RFC,v2] changegroup: clean up misnamed local variable in delta generation logic |
2015-02-20 |
adgar@google.com |
|
Deferred |
[STABLE] hgweb: use introrev() for finding parents (issue4506) |
2015-02-19 |
Anton Shestakov |
|
Accepted |
error.LookupError: rename 'message' property to something else |
2015-02-19 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,RFC] extdiff: use -S to archive the full repo |
2015-02-18 |
Mathias De Maré |
|
Changes Requested |
[stable] subrepo: add tests for change/remove conflicts |
2015-02-18 |
Martin von Zweigbergk |
|
Accepted |
histedit: don't recreate state object |
2015-02-18 |
Durham Goode |
|
Accepted |
[2,of,2] histedit: add --edit-plan option to histedit |
2015-02-18 |
Mateusz Kwapich |
|
Superseded |
[1,of,2] histedit: extract method ruleeditor |
2015-02-18 |
Mateusz Kwapich |
|
Superseded |
[RFC] hgweb: replace some linkrev() with introrev() in hope issue4506 goes away |
2015-02-16 |
Anton Shestakov |
|
Changes Requested |
[4,of,4] subrepo: drop unused pattern initialization in hgsubrepo revert |
2015-02-15 |
Matt Harbison |
|
Accepted |
[3,of,4] revert: display full subrepo output with --dry-run |
2015-02-15 |
Matt Harbison |
|
Accepted |
[2,of,4] largefiles: don't warn when reverting a forgotten largefile |
2015-02-15 |
Matt Harbison |
|
Accepted |
[1,of,4] subrepo: annotate addremove with @annotatesubrepoerror |
2015-02-15 |
Matt Harbison |
|
Accepted |
[2,of,2,RFC] extdiff: use -S to archive the full repo |
2015-02-13 |
Matt Harbison |
|
Deferred |
[2,of,2] cmdutil: factor out pushsubrepos |
2015-02-12 |
Ryan McElroy |
|
Changes Requested |
[1,of,2] cmdutil: factor out pushdest functionality for easier extensibility |
2015-02-12 |
Ryan McElroy |
|
Changes Requested |
hgweb: recreate old DOM structure for css in monoblue style |
2015-02-12 |
Anton Shestakov |
|
Accepted |
[V3] extensions: allow extending command synopsis and docstring |
2015-02-11 |
Ryan McElroy |
|
Accepted |
[V2] extensions: allow extending command synopsis and docstring |
2015-02-11 |
Ryan McElroy |
|
Superseded |
[censor,RFC] changegroup: emit full-replacement deltas if either revision is censored |
2015-02-11 |
adgar@google.com |
|
Superseded |
[3,of,3] hgweb: clearly outline <tr> block in paper/changeset.tmpl |
2015-02-11 |
Anton Shestakov |
|
Accepted |
[2,of,3] hgweb: don't mix tabs and spaces in monoblue templates |
2015-02-11 |
Anton Shestakov |
|
Accepted |
[1,of,3] hgweb: remove unneeded escaping in gitweb/map and monoblue/map |
2015-02-11 |
Anton Shestakov |
|
Accepted |
[3,of,3] resolve: port to generic templater |
2015-02-11 |
Yuya Nishihara |
|
Accepted |
[2,of,3] resolve: extract -l/--list operation from big loop |
2015-02-11 |
Yuya Nishihara |
|
Accepted |
[1,of,3] resolve: silence warning of unknown pats for -l/--list |
2015-02-11 |
Yuya Nishihara |
|
Accepted |
[STABLE] shellquote: fix missing quotes for empty string |
2015-02-11 |
Yuya Nishihara |
|
Accepted |
[2,of,2,RFC] extdiff: use -S to archive the full repo |
2015-02-11 |
Matt Harbison |
|
Not Applicable |
test-merge-tools: fix flaky test by avoiding debugsetparents |
2015-02-11 |
Martin von Zweigbergk |
|
Accepted |
[2,of,2,censor,RFC,v2] revlog: _addrevision creates full-replace deltas based on censored revisions |
2015-02-10 |
adgar@google.com |
|
Accepted |
[1,of,2,censor,RFC,v2] revlog: special case expanding full-replacement deltas received by exchange |
2015-02-10 |
adgar@google.com |
|
Accepted |
[2,of,2,censor,RFC] revlog: _addrevision creates full-replace deltas based on censored revisions |
2015-02-10 |
adgar@google.com |
|
Superseded |
[1,of,2,censor,RFC] revlog: special case expanding full-replacement deltas received by exchange |
2015-02-10 |
adgar@google.com |
|
Superseded |
[resubmission-after-33-cycle] setup.py: attempt to use setuptools |
2015-02-10 |
Augie Fackler |
|
Changes Requested |
[3,of,3] revset: drop factory that promotes spanset to fullreposet |
2015-02-10 |
Yuya Nishihara |
|
Accepted |
[2,of,3] revset: specify fullreposet without using spanset factory |
2015-02-10 |
Yuya Nishihara |
|
Accepted |
[1,of,3] revset: make match function initiate query from full set by default |
2015-02-10 |
Yuya Nishihara |
|
Accepted |
help.merge-tools: do not double document merge tools |
2015-02-10 |
Gregory Szorc |
|
Accepted |
[hgweb-help-followup] help: teach topic symbols how to dedent |
2015-02-09 |
Gregory Szorc |
|
Accepted |
[2,of,2,RFC] extdiff: use -S to archive the full repo |
2015-02-09 |
Matt Harbison |
|
Changes Requested |
[1,of,2,RFC] extdiff: use archiver to take snapshots of committed revisions |
2015-02-09 |
Matt Harbison |
|
Superseded |
[7,of,7,path-configs] ui.paths: accept multiple arguments to getpath() |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[6,of,7,path-configs] ui.paths: implement getpath in terms of __getitem__ |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[5,of,7,path-configs] ui.paths: obtain paths from [path x] sections |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[4,of,7,path-configs] ui: implement ui.sections() |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[3,of,7,path-configs] commands.paths: use ui.paths to show paths |
2015-02-08 |
Gregory Szorc |
|
Superseded |
[2,of,7,path-configs] ui.paths: teach paths how to iterate |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[1,of,7,path-configs] ui: create paths classes to hold path information |
2015-02-08 |
Gregory Szorc |
|
Changes Requested |
[RFC] extdiff: add support for subrepo diff |
2015-02-07 |
Mathias De Maré |
|
RFC |
[22,of,22,hgweb-help] webcommands: document "graph" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[21,of,22,hgweb-help] webcommands: document "archive" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[20,of,22,hgweb-help] webcommands: document "filelog" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[19,of,22,hgweb-help] webcommands: document "annotate" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[18,of,22,hgweb-help] webcommands: document "comparison" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[17,of,22,hgweb-help] webcommands: document "filediff" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[16,of,22,hgweb-help] webcommands: document "summary" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[15,of,22,hgweb-help] webcommands: document "manifest" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[14,of,22,hgweb-help] webcommands: document "changelog" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[13,of,22,hgweb-help] webcommands: document "file" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[12,of,22,hgweb-help] webcommands: document "log" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[11,of,22,hgweb-help] webcommands: document "shortlog" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[10,of,22,hgweb-help] webcommands: document "changeset" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[09,of,22,hgweb-help] webcommands: document "tags" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[08,of,22,hgweb-help] webcommands: document "bookmarks" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[07,of,22,hgweb-help] webcommands: document "branches" web command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[06,of,22,hgweb-help] webcommands: document help command |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[05,of,22,hgweb-help] help: add webcommands to help documentation |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[04,of,22,hgweb-help] help.hgweb: add a section describing URLs and common parameters |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[03,of,22,hgweb-help] webcommands: move help import into help command handler |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[02,of,22,hgweb-help] webcommands: define a dict of available commands |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[01,of,22,hgweb-help] webcommands: define web commands using a decorator |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[7,of,7] trydiff: transpose 'if opts.git or losedatafn' with 'if f[12]' |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[6,of,7] trydiff: extract function that generates filename pairs |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[5,of,7] trydiff: read file data in only one place |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[4,of,7] trydiff: set filename variables to None even when not opts.git or losedatafn |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[3,of,7] trydiff: read flags in one place |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[2,of,7] trydiff: break 'if opts.git or losedatafn' into two |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[1,of,7] trydiff: make filenames None when they don't exist |
2015-02-07 |
Martin von Zweigbergk |
|
Accepted |
[2,of,2] run-tests: ensure install directories exist |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[1,of,2] run-tests: avoid printing extra newlines from install log |
2015-02-07 |
Gregory Szorc |
|
Accepted |
[4,of,4,v3,lazy-manifest] lazymanifest: use a binary search to do an insertion |
2015-02-06 |
Augie Fackler |
|
Superseded |
[3,of,4,v3,lazy-manifest] context: don't sort manifest entries |
2015-02-06 |
Augie Fackler |
|
Superseded |
[2,of,4,v3,lazy-manifest] manifest: use lazymanifest instead of manifestdict |
2015-02-06 |
Augie Fackler |
|
Deferred |
[1,of,4,v3,lazy-manifest] manifest.c: new extension code to lazily parse manifests |
2015-02-06 |
Augie Fackler |
|
Superseded |
windows: adjust doc string and comments of posixfile() |
2015-02-06 |
Adrian Buehlmann |
|
Accepted |
[4,of,4,V2] color: support a different color mode when the pager is active |
2015-02-06 |
Gregory Szorc |
|
Accepted |
[3,of,4,V2] pager: ensure wrapped dispatch._runcommand runs before color's |
2015-02-06 |
Gregory Szorc |
|
Accepted |
[2,of,4,V2] pager: set an attribute on ui indicating that a pager is active |
2015-02-06 |
Gregory Szorc |
|
Accepted |
[1,of,4,V2] extensions: support callbacks after another extension loads |
2015-02-06 |
Gregory Szorc |
|
Accepted |
[V2] extensions: support callbacks after another extension loads |
2015-02-06 |
Gregory Szorc |
|
Superseded |
[4,of,4] bundlerepo: basic bundle2 support |
2015-02-06 |
Eric Sumner |
|
Accepted |
[3,of,4] bundlerepo: keep track of the original bundle object |
2015-02-06 |
Eric Sumner |
|
Accepted |
[2,of,4] bundle2.unbundle20: add compressed() method |
2015-02-06 |
Eric Sumner |
|
Accepted |
[1,of,4] bundle2.unpackermixin: default value for seek() whence parameter |
2015-02-06 |
Eric Sumner |
|
Accepted |
[RFC] log: add --from for showing history from a certain rev |
2015-02-06 |
Durham Goode |
|
Rejected |
[6,of,6] log: fix --follow null parent not to include revision 0 |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
[5,of,6] cmdutil: have walkchangerevs utilize common function to build revs |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
[4,of,6] log: extract common part from getgraphlogrevs() and getlogrevs() |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
[3,of,6] graphlog: remove useless check for empty repo when --follow is specified |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
[2,of,6] graphlog: move comment and flag denoting revs might be unsorted |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
[1,of,6] graphlog: remove too early return from getgraphlogrevs() for empty repo |
2015-02-06 |
Yuya Nishihara |
|
Accepted |
hgweb: replace implicit <tbody> with explicit <thead> where appropriate |
2015-02-06 |
Anton Shestakov |
|
Accepted |
[4,of,4,censor,RFC] revlog: in addgroup, reject ill-formed deltas based on censored nodes |
2015-02-06 |
adgar@google.com |
|
Accepted |
[3,of,4,censor,RFC] mdiff: add helper for making deltas which replace the full text of a revision |
2015-02-06 |
adgar@google.com |
|
Accepted |
[2,of,4,censor,RFC] revlog: add "iscensored()" to revlog public API |
2015-02-06 |
adgar@google.com |
|
Accepted |
[1,of,4,censor,RFC] filelog: allow censored files to contain padding data |
2015-02-06 |
adgar@google.com |
|
Accepted |
[3,of,3,V2] obsolete: drop the explicit seek to EOF after append mode open() |
2015-02-06 |
Matt Harbison |
|
Accepted |
[2,of,3,V2] branchmap: backout 6bf93440a717 |
2015-02-06 |
Matt Harbison |
|
Accepted |
[1,of,3,V2] windows: seek to the end of posixfile when opening in append mode |
2015-02-06 |
Matt Harbison |
|
Accepted |
[resubmission-after-33-cycle] setup.py: attempt to use setuptools |
2015-02-06 |
Gregory Szorc |
|
Changes Requested |
histedit: don't allow to strip nodes which are necessary to continue histedit |
2015-02-06 |
Mateusz Kwapich |
|
Accepted |
[stable] revisionbranchcache: fall back to slow path if starting readonly (issue4531) |
2015-02-06 |
Mads Kiilerich |
|
Accepted |
[4,of,4] trydiff: call util.binary in only one place |
2015-02-06 |
Martin von Zweigbergk |
|
Accepted |
[3,of,4] trydiff: collect all lossiness checks in one place |
2015-02-06 |
Martin von Zweigbergk |
|
Accepted |
[2,of,4] trydiff: replace 'binarydiff' variable by 'binary' variable |
2015-02-06 |
Martin von Zweigbergk |
|
Accepted |
[1,of,4] trydiff: rename 'op' to make it more specific |
2015-02-06 |
Martin von Zweigbergk |
|
Accepted |
check-commit: check capitalization in summary lines |
2015-02-05 |
Eric Sumner |
|
Accepted |
[3,of,3] histedit: remove bootstrap dependencies on parentctx |
2015-02-05 |
Mateusz Kwapich |
|
Changes Requested |
[2,of,3] histedit: make finishfold not depend on parentctx |
2015-02-05 |
Mateusz Kwapich |
|
Changes Requested |
[1,of,3] histedit: switch state to store node instead of ctx |
2015-02-05 |
Mateusz Kwapich |
|
Accepted |
test-gendoc: require gettext |
2015-02-05 |
Eric Sumner |
|
Accepted |
[3,of,3] bundlerepo: Add basic bundle2 support |
2015-02-05 |
Eric Sumner |
|
Accepted |
[2,of,3] bundle2: seek in part iterator |
2015-02-05 |
Eric Sumner |
|
Accepted |
[1,of,3] bundle2: Now that we have a seek implementation, use it |
2015-02-05 |
Eric Sumner |
|
Accepted |
[2,of,2] hgweb: use css margin instead of empty <p> before diffstat table |
2015-02-05 |
Anton Shestakov |
|
Accepted |
[1,of,2] hgweb: use css margin instead of empty <p> before <div class="atom-logo"> |
2015-02-05 |
Anton Shestakov |
|
Accepted |
[3,of,3,V2] obsolete: populate successors, precursors, children lazily |
2015-02-05 |
Martin von Zweigbergk |
|
Accepted |
[2,of,3,V2] obsolete: pass only new markers to _checkinvalidmarkers() |
2015-02-05 |
Martin von Zweigbergk |
|
Accepted |
[1,of,3,V2] obsolete: extract helpers from _load() |
2015-02-05 |
Martin von Zweigbergk |
|
Changes Requested |
[STABLE,V3] revset: mask specific names for named() predicate |
2015-02-05 |
Katsunori FUJIWARA |
|
Accepted |
[RFC,V2] localrepo: don't reintroduce pruned tag entries when tagging |
2015-02-05 |
Matt Harbison |
|
Accepted |
[2,of,4] dispatch: add an additional extensibility point during dispatch |
2015-02-04 |
Matt Mackall |
|
Changes Requested |
[discussion-starter] context: use unfiltered repo for '.' |
2015-02-04 |
Martin von Zweigbergk |
|
Accepted |
[4,of,4] color: support a different color mode when the pager is active |
2015-02-04 |
Gregory Szorc |
|
Superseded |
[3,of,4] color: run slightly later during command dispatch |
2015-02-04 |
Gregory Szorc |
|
Changes Requested |
[2,of,4] dispatch: add an additional extensibility point during dispatch |
2015-02-04 |
Gregory Szorc |
|
Changes Requested |
[1,of,4] pager: set an attribute on ui indicating that a pager is active |
2015-02-04 |
Gregory Szorc |
|
Superseded |
error: store filename and message on LookupError for later |
2015-02-04 |
Martin von Zweigbergk |
|
Accepted |
[4,of,4] bundle2.unbundlepart: implement seek() |
2015-02-04 |
Eric Sumner |
|
Accepted |
[3,of,4] bundle2.unbundlepart: tell() implementation |
2015-02-04 |
Eric Sumner |
|
Accepted |
[2,of,4] bundle2.unbundlepart: Keep an index of chunks and their locations |
2015-02-04 |
Eric Sumner |
|
Accepted |
[1,of,4] bundle2.unbundlepart: raise payloadchunks from a closure to a method |
2015-02-04 |
Eric Sumner |
|
Accepted |
[9,of,9,sethelp] dispatch: offer near-edit-distance suggestions for {file, rev}set functions |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[8,of,9,sethelp] test-revset: add tests for missing function output |
2015-02-04 |
Augie Fackler |
|
Superseded |
[7,of,9,sethelp] levenshtein: add a no-check-code comment |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[6,of,9,sethelp] levenshtein: import public/CC0 implementation of pure-py levenshtein distance |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[5,of,9,sethelp] revset: use NotAFunction where appropriate |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[4,of,9,sethelp] fileset: use NotAFunction where appropriate |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[3,of,9,sethelp] error: add a new NotAFunction error type |
2015-02-04 |
Augie Fackler |
|
Changes Requested |
[2,of,9,sethelp] error: update docstring on ParseError |
2015-02-04 |
Augie Fackler |
|
Accepted |
[1,of,9,sethelp] dispatch: consolidate formatting of ParseErrors |
2015-02-04 |
Augie Fackler |
|
Accepted |
[2,of,2] revset: have rev() validate input by repo.changelog.__contains__() |
2015-02-04 |
Yuya Nishihara |
|
Accepted |
[1,of,2] revlog: add __contains__ for fast membership test |
2015-02-04 |
Yuya Nishihara |
|
Accepted |
[V2] revset: omit dropping tip from the result of tag() (BC) |
2015-02-04 |
Katsunori FUJIWARA |
|
Rejected |
[6,of,6] obsolete: add native version of addchildren() |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[5,of,6] obsolete: add native version of addprecursors() |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[4,of,6] obsolete: add native version of addsuccessors() |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[3,of,6] obsolete: populate successors(), precursors(), children() lazily |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[2,of,6] obsolete: create accessors successors(), precursors(), children() |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[1,of,6] obsolete: extract helpers from _load() |
2015-02-04 |
Martin von Zweigbergk |
|
Superseded |
[3,of,3] obsolete: drop the explicit seek to EOF after append mode open() |
2015-02-04 |
Matt Harbison |
|
Superseded |
[2,of,3] branchmap: backout 6bf93440a717 |
2015-02-04 |
Matt Harbison |
|
Superseded |
[1,of,3] vfs: seek to the end of file when opening in append mode |
2015-02-04 |
Matt Harbison |
|
Rejected |
[V2] copy: add flag for disabling copy tracing |
2015-02-04 |
Durham Goode |
|
Superseded |
[V2] manifest: make lru size configurable |
2015-02-04 |
Durham Goode |
|
Accepted |
bundle2.unpackermixin: control for underlying file descriptor |
2015-02-04 |
Eric Sumner |
|
Accepted |
color: be more conservative about setting ANSI mode on Windows (BC) |
2015-02-04 |
Gregory Szorc |
|
Accepted |
[6,of,6,faster-obsmarkers,v2] _fm1readmarkers: generate list in C |
2015-02-03 |
Augie Fackler |
|
Accepted |
[5,of,6,faster-obsmarkers,v2] obsolete: use parsers.fm1readmarker if it exists for a ~38% perf win |
2015-02-03 |
Augie Fackler |
|
Accepted |
[4,of,6,faster-obsmarkers,v2] parsers: add fm1readmarker |
2015-02-03 |
Augie Fackler |
|
Accepted |
[3,of,6,faster-obsmarkers,v2] util: add getbefloat64 |
2015-02-03 |
Augie Fackler |
|
Accepted |
[2,of,6,faster-obsmarkers,v2] util: add getbe{u, }int16 utility methods |
2015-02-03 |
Augie Fackler |
|
Accepted |
[1,of,6,faster-obsmarkers,v2] obsolete: make optional offset parameter to fm*readmarkers required |
2015-02-03 |
Augie Fackler |
|
Accepted |
[stable,json,v2] log: fix json-formatted output when file copies are listed (issue4523) |
2015-02-03 |
Augie Fackler |
|
Accepted |
largefiles: set the extension as enabled locally after a clone requiring it |
2015-02-03 |
Matt Harbison |
|
Accepted |
[6,of,6,for-clowncopter] trydiff: join elements in 'header' list by '\n' |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[5,of,6,for-clowncopter] trydiff: move check for quietness out of diffline() |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[4,of,6,for-clowncopter] trydiff: remove dead branch in diffline() |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[3,of,6,for-clowncopter] trydiff: make 'revs' ignored if opts.git is set |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[2,of,6,for-clowncopter] trydiff: remove unused argument to diffline() |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[1,of,6,for-clowncopter] trydiff: move git-header code out of diffline function |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[2,of,2,STABLE] revset: mask specific names for named() predicate |
2015-02-03 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,2,STABLE] revset: get revision number of each nodes gotten from target namespaces |
2015-02-03 |
Katsunori FUJIWARA |
|
Accepted |
filelog: remove unused _file method |
2015-02-03 |
adgar@google.com |
|
Accepted |
parsers: rewrite index_ancestors() in terms of index_commonancestorsheads() |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[2,of,2] largefiles: update _subdirlfs() comment |
2015-02-03 |
Matt Harbison |
|
Accepted |
[1,of,2] largefiles: use the core file copy logic to validate the destination path |
2015-02-03 |
Matt Harbison |
|
Accepted |
[4,of,4] copy: add flag for disabling copy tracing |
2015-02-03 |
Durham Goode |
|
Superseded |
[3,of,4] copy: move _forwardcopies file logic to a function |
2015-02-03 |
Durham Goode |
|
Accepted |
[2,of,4] copy: move mergecopies file logic to a function |
2015-02-03 |
Durham Goode |
|
Accepted |
[1,of,4] manifest: make lru size configurable |
2015-02-03 |
Durham Goode |
|
Superseded |
histedit: allow configuring default behavior |
2015-02-03 |
Durham Goode |
|
Accepted |
[4,of,4,V2] histedit: remove bootstrap dependencies on parentctx |
2015-02-03 |
Mateusz Kwapich |
|
Changes Requested |
[3,of,4,V2] histedit: make finishfold not depend on parentctx |
2015-02-03 |
Mateusz Kwapich |
|
Changes Requested |
[2,of,4,V2] histedit: switch state to store node instead of ctx |
2015-02-03 |
Mateusz Kwapich |
|
Superseded |
[1,of,4,V2] histedit: store full node hash in rules |
2015-02-03 |
Mateusz Kwapich |
|
Accepted |
[5,of,4] trydiff: inline indexmeta() |
2015-02-03 |
Martin von Zweigbergk |
|
Accepted |
[4,of,4] histedit: store full node hash in rules |
2015-02-02 |
Mateusz Kwapich |
|
Superseded |
[3,of,4] histedit: switch state to store node instead of ctx |
2015-02-02 |
Mateusz Kwapich |
|
Superseded |
[2,of,4] histedit: make finishfold not depend on parentctx |
2015-02-02 |
Mateusz Kwapich |
|
Superseded |
[1,of,4] histedit: remove bootstrap dependencies on parentctx |
2015-02-02 |
Mateusz Kwapich |
|
Superseded |
[4,of,4] trydiff: order header-writing code in same order as output |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[3,of,4] trydiff: inline sole addmodehdr() call |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[2,of,4] trydiff: join filename with prefix only once |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[1,of,4] trydiff: collect header-writing in one place |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[V2] subrepo: add 'cat' support for git subrepos |
2015-02-02 |
Mathias De Maré |
|
Accepted |
[stable] log: fix json-formatted output when file copies are listed (issue4523) |
2015-02-02 |
Augie Fackler |
|
Superseded |
[8,of,8,faster-obsmarkers] _fm1readmarkers: generate list in C |
2015-02-02 |
Augie Fackler |
|
Superseded |
[7,of,8,faster-obsmarkers] getbeint16: write in terms of getbeuint16 |
2015-02-02 |
Augie Fackler |
|
Superseded |
[6,of,8,faster-obsmarkers] getbefloat64: drop unnecessary memcpy |
2015-02-02 |
Augie Fackler |
|
Superseded |
[5,of,8,faster-obsmarkers] obsolete: use parsers.fm1readmarker if it exists for a ~38% perf win |
2015-02-02 |
Augie Fackler |
|
Superseded |
[4,of,8,faster-obsmarkers] parsers: add fm1readmarker |
2015-02-02 |
Augie Fackler |
|
Superseded |
[3,of,8,faster-obsmarkers] util: add getbefloat64 |
2015-02-02 |
Augie Fackler |
|
Superseded |
[2,of,8,faster-obsmarkers] util: add getbe{u, }int16 utility methods |
2015-02-02 |
Augie Fackler |
|
Superseded |
[1,of,8,faster-obsmarkers] obsolete: make optional offset parameter to fm*readmarkers required |
2015-02-02 |
Augie Fackler |
|
Superseded |
hgweb: use revset.spanset where appropriate |
2015-02-02 |
Yuya Nishihara |
|
Accepted |
[2,of,2] revset: have rev() validate input by repo.__contains__() |
2015-02-02 |
Yuya Nishihara |
|
Accepted |
[1,of,2] context: fix repo[n] not to make invalid changectx if n is out of range |
2015-02-02 |
Yuya Nishihara |
|
Accepted |
[2,of,2] revset: replace parsing alias definition by _parsealiasdefn to parse strictly |
2015-02-02 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,2] revset: introduce _parsealiasdefn to parse alias definitions strictly |
2015-02-02 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,3] trydiff: make variable names more consistent |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[2,of,3] trydiff: check only if added file is a copy target, not source |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[1,of,3] trydiff: remove unused variable 'modifiedset' |
2015-02-02 |
Martin von Zweigbergk |
|
Accepted |
[STABLE] templatekw: re-add showtags() to list tags keyword up in online help |
2015-02-01 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] largefiles: don't interfere with logging normal files |
2015-01-31 |
Matt Harbison |
|
Accepted |
discovery: properly exclude locally known but filtered heads |
2015-01-30 |
Pierre-Yves David |
|
Accepted |
test: make test-extdiff resilient to /usr/bin/echo |
2015-01-30 |
Pierre-Yves David |
|
Accepted |
[STABLE] obsstore: make the invalid markers check wrap-able |
2015-01-30 |
Pierre-Yves David |
|
Accepted |
[stable] convert: replace revision references in messages if they are >= short hashes |
2015-01-30 |
Mads Kiilerich |
|
Accepted |
[2,of,2,STABLE] _adjustlinkrev: reuse ancestors set during rename detection (issue4514) |
2015-01-30 |
Pierre-Yves David |
|
Accepted |
[1,of,2,STABLE] filectx: move _adjustlinkrev as a method |
2015-01-30 |
Pierre-Yves David |
|
Deferred |
[STABLE] revset: raise RepoLookupError to make present() predicate continue the query |
2015-01-30 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2,STABLE] revset: handle old-style subset input by getset() function (issue4515) |
2015-01-30 |
Yuya Nishihara |
|
Deferred |
[1,of,2,STABLE] revset: add test of compatibility layer introduced in bde426f18e0a |
2015-01-30 |
Yuya Nishihara |
|
Deferred |
[STABLE] merge: mark .hgsubstate as possibly dirty before submerge for consistency |
2015-01-29 |
Katsunori FUJIWARA |
|
Accepted |
[STABLE] rebase: ensure rebase revision remains visible (issue4504) |
2015-01-28 |
Pierre-Yves David |
|
Accepted |
[STABLE] rebase: ensure rebase revision remains visible (issue4504) |
2015-01-28 |
Pierre-Yves David |
|
Superseded |
[stable,cpychecker,v2] osutil: fix memory leak of PyBytes of path in statfiles |
2015-01-28 |
Augie Fackler |
|
Accepted |
[2,of,2,STABLE] check-code: detect (maybe) complicated processing inside "_()" |
2015-01-28 |
Katsunori FUJIWARA |
|
Deferred |
[1,of,2,STABLE] namespace: introduce logfmt to show l10n-ed messages for hg log correctly |
2015-01-28 |
Katsunori FUJIWARA |
|
Accepted |
[evolve-ext] prune: Spelling fix for help output |
2015-01-28 |
planetmaker |
|
Deferred |
[STABLE] revert: move prefetch to after the actions logic |
2015-01-28 |
Durham Goode |
|
Accepted |
[STABLE] subrepo: don't abort in add when non-hg subrepos are present (issue4513) |
2015-01-28 |
Matt Harbison |
|
Accepted |
[2,of,2,stable,v2] extdiff: reintroduce backward compatibility with manual quoting of parameters |
2015-01-28 |
Mads Kiilerich |
|
Accepted |
[1,of,2,stable,v2] mergetools: drop incorrect quoting of diffargs variables |
2015-01-28 |
Mads Kiilerich |
|
Accepted |
[5,of,5,stable,cpychecker] osutil: fix memory leak of PyBytes of path in statfiles |
2015-01-27 |
Augie Fackler |
|
Superseded |
[4,of,5,stable,cpychecker] osutil: fix leak of stat in makestat when Py_BuildValue fails |
2015-01-27 |
Augie Fackler |
|
Accepted |
[3,of,5,stable,cpychecker] osutil.c: clean up space before a tab |
2015-01-27 |
Augie Fackler |
|
Accepted |
[2,of,5,stable,cpychecker] dirs: fix leak of iterator in dirs_fromiter |
2015-01-27 |
Augie Fackler |
|
Accepted |
[1,of,5,stable,cpychecker] diffhelpers: verify hline was created before using it |
2015-01-27 |
Augie Fackler |
|
Accepted |
[STABLE] largefiles: revert to lfilesrepo.status() being an unfiltered method |
2015-01-27 |
Matt Harbison |
|
Accepted |
[3,of,3,stable] extdiff: fix wrong comment about regexp ordering - regexps are just greedy |
2015-01-27 |
Mads Kiilerich |
|
Deferred |
[2,of,3,stable] mergetools: drop superfluous quoting of diffargs variables |
2015-01-27 |
Mads Kiilerich |
|
Deferred |
[1,of,3,stable] extdiff: reintroduce backward compatibility with manual quoting of parameters |
2015-01-27 |
Mads Kiilerich |
|
Superseded |
[3,of,3,STABLE] revset: fix ancestors(null) to include null revision (issue4512) |
2015-01-25 |
Yuya Nishihara |
|
Accepted |
[2,of,3,STABLE] log: use rev() to build revset of --follow option from numeric revision |
2015-01-25 |
Yuya Nishihara |
|
Accepted |
[1,of,3,STABLE] revset: allow rev(-1) to indicate null revision (BC) |
2015-01-25 |
Yuya Nishihara |
|
Accepted |
[stable] extensions: don't quit loading extensions in the middle if traceback is on |
2015-01-24 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,censor,RFC] revlog: addgroup checks if incoming deltas add censored revs, sets flag bit |
2015-01-23 |
adgar@google.com |
|
Superseded |
[5,of,6,censor,RFC] changegroup: emit full-replacement deltas if either revision is censored |
2015-01-23 |
adgar@google.com |
|
Superseded |
[4,of,6,censor,RFC] revlog: _addrevision creates full-replace deltas based on censored revisions |
2015-01-23 |
adgar@google.com |
|
Superseded |
[3,of,6,censor,RFC] revlog: in addgroup, reject ill-formed deltas based on censored nodes |
2015-01-23 |
adgar@google.com |
|
Superseded |
[2,of,6,censor,RFC] revlog: add "iscensored()" to revlog public API |
2015-01-23 |
adgar@google.com |
|
Superseded |
[1,of,6,censor,RFC] mdiff: add helper for making deltas which replace the full text of a revision |
2015-01-23 |
adgar@google.com |
|
Superseded |
[7,of,7] parsers: avoid leaking several PyObjects in index_stats |
2015-01-23 |
Augie Fackler |
|
Accepted |
[6,of,7] parsers: don't leak a reference to raise_revlog_error on success |
2015-01-23 |
Augie Fackler |
|
Accepted |
[5,of,7] parsers: don't leak a tuple in pack_dirstate |
2015-01-23 |
Augie Fackler |
|
Accepted |
[4,of,7] parsers.c: fix a memory leak in index_commonancestorsheads |
2015-01-23 |
Augie Fackler |
|
Accepted |
[3,of,7] parsers: avoid leaking obj in index_ancestors |
2015-01-23 |
Augie Fackler |
|
Accepted |
[2,of,7] parsers: don't leak references to sys et al in check_python_version |
2015-01-23 |
Augie Fackler |
|
Accepted |
[1,of,7] parsers: fix leak of err when asciilower hits a unicode decode error |
2015-01-23 |
Augie Fackler |
|
Accepted |
[stable] largefiles: use 'default' path for pulling largefiles, not 'default-push' |
2015-01-23 |
Mads Kiilerich |
|
Accepted |
[1,of,2,stable] fileset: add tests of generated working copy states |
2015-01-23 |
Yuya Nishihara |
|
Accepted |
[stable] osx: patch .pax.gz files in pkg bundles so they extract as root (issue4081) |
2015-01-23 |
Mads Kiilerich |
|
Accepted |
[2,of,2,stable] log: evaluate filesets on working copy, not its parent |
2015-01-22 |
Martin von Zweigbergk |
|
Accepted |
[1,of,2,stable] fileset: add tests of generated working copy states |
2015-01-22 |
Martin von Zweigbergk |
|
Superseded |
[STABLE] repair._bundle: fix traceback for bad config value |
2015-01-21 |
Eric Sumner |
|
Accepted |
[stable] subrepo: correctly add newline for git subrepo diffs |
2015-01-21 |
Mathias De Maré |
|
Accepted |
[7,of,7,STABLE] tests: discard useless "(glob)" in "reverting subrepo" lines |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7,STABLE] check-code.py: avoid warning against "reverting subrepo ..." lines |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,7,STABLE] tests: invoke hg command indirectly from shell script to run on Windows |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,7,STABLE] run-tests.py: inherit --pure option from outer run-tests.py execution |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,7,STABLE] hgclient: pass shell=True to subprocess.Popen on Windows for hg.bat |
2015-01-21 |
Katsunori FUJIWARA |
|
Deferred |
[2,of,7,STABLE] hg.bat: return exit code explicitly for indirect invocation |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,7,STABLE] run-tests.py: execute hghave with same env vars as ones for actual tests |
2015-01-21 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,3,stable] osx: use bdist_mpkg.script_bdist_mpkg module instead of bdist_mpkg command |
2015-01-21 |
Mads Kiilerich |
|
Accepted |
[2,of,3,stable] osx: don't launch installer after building it with bdist_mpkg |
2015-01-21 |
Mads Kiilerich |
|
Accepted |
[1,of,3,stable] osx: update "Read Me" "Important Information" text in the package installer |
2015-01-21 |
Mads Kiilerich |
|
Accepted |
[STABLE] commit: remove reverse search for copy source when not in parent (issue4476) |
2015-01-20 |
Ryan McElroy |
|
Accepted |
color: add missing 'dim' in _effects |
2015-01-19 |
Sean Farley |
|
Accepted |
[stable] diff: use binary diff when copy source is binary |
2015-01-19 |
Martin von Zweigbergk |
|
Accepted |
[STABLE] convert: handle LookupError in mercurial_source.lookuprev() |
2015-01-19 |
Matt Harbison |
|
Accepted |
[2,of,2,STABLE] test-tools: update for platforms without symlink support after 5b20e4c32117 |
2015-01-18 |
Matt Harbison |
|
Accepted |
[1,of,2,STABLE] tests: add "(glob)" to output in test-histedit-commute.t for Windows |
2015-01-18 |
Matt Harbison |
|
Accepted |
[STABLE] largefiles: fix commit of a directory with no largefile changes (issue4330) |
2015-01-18 |
Matt Harbison |
|
Accepted |
messages: quote "hg help" hints consistently |
2015-01-18 |
Wagner Bruna |
|
Accepted |
[4,of,4] transaction: include backup file in the "undo" transaction |
2015-01-17 |
Pierre-Yves David |
|
Accepted |
[3,of,4] transaction: pass the name of the "undo" journal to the transaction |
2015-01-17 |
Pierre-Yves David |
|
Accepted |
[2,of,4] rollback: have an empty entry for the vfsmap in rollback |
2015-01-17 |
Pierre-Yves David |
|
Accepted |
[1,of,4] transaction: clarify the name of 'journal' argument for transaction |
2015-01-17 |
Pierre-Yves David |
|
Accepted |
[2,of,2] progress: split out elements of a pending commit to make diffs more readable |
2015-01-17 |
Solomon Matthews |
|
Deferred |
[1,of,2] progress: add try/finally to make the diffs for the next commit more readable |
2015-01-17 |
Solomon Matthews |
|
Accepted |
[2,of,2] transaction: use 'util.copyfile' for creating backup |
2015-01-17 |
Pierre-Yves David |
|
Accepted |
[1,of,2] copyfile: allow optional hardlinking |
2015-01-17 |
Pierre-Yves David |
|
Accepted |
[v3] changegroup.writebundle: HG2Y support |
2015-01-17 |
Eric Sumner |
|
Accepted |
[2,of,2] repair: add experimental option to write bundle2 files |
2015-01-17 |
Eric Sumner |
|
Accepted |
[1,of,2] changegroup.getsubset: support multiple versions |
2015-01-17 |
Eric Sumner |
|
Accepted |
[2,of,2,v2] changegroup.writebundle: HG2Y support |
2015-01-16 |
Eric Sumner |
|
Superseded |
[1,of,2,v2] changegroup.writebundle: provide ui |
2015-01-16 |
Eric Sumner |
|
Accepted |
[2,of,2] changegroup.writebundle: HG2Y support |
2015-01-16 |
Eric Sumner |
|
Superseded |
[1,of,2] changegroup.writebundle: provide ui |
2015-01-16 |
Eric Sumner |
|
Superseded |
[2,of,2,v3] unbundle: support bundle2 files |
2015-01-16 |
Eric Sumner |
|
Accepted |
[1,of,2,v3] pullbundle2: extract addchangegroup result comining into its own function |
2015-01-16 |
Eric Sumner |
|
Deferred |
[2,of,2] unbundle: support bundle2 files |
2015-01-16 |
Eric Sumner |
|
Superseded |
[1,of,2] pullbundle2: extract addchangegroup result comining into its own function |
2015-01-16 |
Eric Sumner |
|
Superseded |
[2,of,2] unbundle: Support bundle2 files |
2015-01-16 |
Eric Sumner |
|
Superseded |
[1,of,2] commands.debugbundle: Bundle2 support |
2015-01-16 |
Eric Sumner |
|
Accepted |
[2,of,2] largefiles: don't rehash largefiles in updatelfiles if standin hash changed |
2015-01-16 |
Mads Kiilerich |
|
Accepted |
[1,of,2] largefiles: show progress when checking standin hashes in outgoing changesets |
2015-01-16 |
Mads Kiilerich |
|
Accepted |
setup.py: attempt to use setuptools |
2015-01-16 |
Gregory Szorc |
|
Accepted |
bundle2: enforce parttype as alphanumerical |
2015-01-16 |
Pierre-Yves David |
|
Accepted |
share: replace the bookmarks.shared file with an entry on a new "shared" file |
2015-01-16 |
Angel Ezquerra |
|
Accepted |
[3,of,3] dispatch: only check compatibility against major and minor versions |
2015-01-16 |
Gregory Szorc |
|
Accepted |
[2,of,3] test-extension: use a realistic Mercurial version |
2015-01-16 |
Gregory Szorc |
|
Accepted |
[1,of,3] test-extension: improve test readability |
2015-01-16 |
Gregory Szorc |
|
Accepted |
[3,of,3] docker: support Fedora 21 |
2015-01-16 |
Mads Kiilerich |
|
Accepted |
[2,of,3] rpm: make Python 2.7.9 the default Python to include in rpms for EL 5 |
2015-01-16 |
Mads Kiilerich |
|
Accepted |
[1,of,3] contrib: make Python 2.7.9 the default in Makefile.python |
2015-01-16 |
Mads Kiilerich |
|
Accepted |
[4,of,4] largefiles: cleanup overrideadd() |
2015-01-16 |
Matt Harbison |
|
Accepted |
[3,of,4] largefiles: enable subrepo support for add |
2015-01-16 |
Matt Harbison |
|
Accepted |
[2,of,4] add: pass options via keyword args |
2015-01-16 |
Matt Harbison |
|
Accepted |
[1,of,4] largefiles: don't pop largefile specific arguments to the add command |
2015-01-16 |
Matt Harbison |
|
Accepted |
[V2] share: replace the bookmarks.shared file with an entry on a new shared.conf file |
2015-01-16 |
Angel Ezquerra |
|
Superseded |
[3,of,3] localrepo: remove all external users of localrepo.wopener |
2015-01-16 |
Angel Ezquerra |
|
Accepted |
[2,of,3] localrepo: remove all external users of localrepo.sopener |
2015-01-16 |
Angel Ezquerra |
|
Accepted |
[1,of,3] localrepo: remove all external users of localrepo.opener |
2015-01-16 |
Angel Ezquerra |
|
Accepted |
[5,of,5] log: use namespace logname and colorname |
2015-01-15 |
Sean Farley |
|
Accepted |
[4,of,5] namespaces: add colorname member to namespace object |
2015-01-15 |
Sean Farley |
|
Accepted |
[3,of,5] namespaces: add logname member to namespace object |
2015-01-15 |
Sean Farley |
|
Accepted |
[2,of,5] namespaces: use named args for namespace api |
2015-01-15 |
Sean Farley |
|
Accepted |
[1,of,5] namespaces: make the constructor into named args |
2015-01-15 |
Sean Farley |
|
Accepted |
[Bug,4500] New: Mac OS X 10.10 test failure with Python 2.7.8 |
2015-01-15 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[2,of,5] tests: add 'f' tool for cross platform file operations in the tests |
2015-01-15 |
Matt Harbison |
|
Accepted |
tests: conditionalize test-tools.t for Windows support |
2015-01-15 |
Matt Harbison |
|
Accepted |
dirstate: ignore negative debug.dirstate.delaywrite values - they crashed it |
2015-01-15 |
Mads Kiilerich |
|
Accepted |
linkrev: use the right manifest content when adjusting linrev (issue4499) |
2015-01-15 |
Pierre-Yves David |
|
Accepted |
namespaces: add logname member to namespace object |
2015-01-15 |
Sean Farley |
|
Superseded |
adjustlinkrev: search ancestors from oldest to newest |
2015-01-15 |
Martin von Zweigbergk |
|
Rejected |
[5,of,5] branchcache: make _rbcrevslen handling more safe |
2015-01-14 |
Mads Kiilerich |
|
Accepted |
[4,of,5] branchcache: add debug output whenever cache files use truncate |
2015-01-14 |
Mads Kiilerich |
|
Accepted |
[3,of,5] tests: rework revision branch cache tests |
2015-01-14 |
Mads Kiilerich |
|
Accepted |
[2,of,5] tests: add 'f' tool for cross platform file operations in the tests |
2015-01-14 |
Mads Kiilerich |
|
Accepted |
[1,of,5] run-tests: include testdir in $PATH so tests easily can use helper tools |
2015-01-14 |
Mads Kiilerich |
|
Accepted |
discovery: run discovery on filtered repository |
2015-01-14 |
Pierre-Yves David |
|
Accepted |
[3,of,3,ssl-followups] sslutil: drop defunct ssl version constants |
2015-01-14 |
Augie Fackler |
|
Accepted |
[2,of,3,ssl-followups] sslutil: use saner TLS settings on Python 2.7.9 |
2015-01-14 |
Augie Fackler |
|
Accepted |
[1,of,3,ssl-followups] sslutil: drop support for clients of sslutil specifying a TLS version |
2015-01-14 |
Augie Fackler |
|
Accepted |
[1,of,4,lazy-manifest,v2] manifest.c: new extension code to lazily parse manifests |
2015-01-14 |
Ryan McElroy |
|
Superseded |
[v2] https: support tls sni (server name indication) for https urls (issue3090) |
2015-01-14 |
Alex Orange |
|
Accepted |
[2,of,2] forget: don't report rejected files as forgotten as well |
2015-01-14 |
Matt Harbison |
|
Accepted |
[1,of,2] largefiles: enable subrepo support for forget |
2015-01-14 |
Matt Harbison |
|
Accepted |
namespaces: add revset for 'named(namespace)' |
2015-01-13 |
Sean Farley |
|
Accepted |
https: support tls sni (server name indication) for https urls (issue3090) |
2015-01-13 |
Alex Orange |
|
Superseded |
[4,of,4,censor,RFC] filelog: use censored revlog flag bit to quickly check if a node is censored |
2015-01-12 |
adgar@google.com |
|
Accepted |
[3,of,4,censor,RFC] revlog: verify censored flag when hashing added revision fulltext |
2015-01-12 |
adgar@google.com |
|
Accepted |
[2,of,4,censor,RFC] revlog: add flags argument to _addrevision, update callers use default flags |
2015-01-12 |
adgar@google.com |
|
Accepted |
[1,of,4,censor,RFC] revlog: define censored flag for revlogng index |
2015-01-12 |
adgar@google.com |
|
Accepted |
[4,of,4,lazy-manifest,v2] context: don't sort manifest entries |
2015-01-12 |
Augie Fackler |
|
Superseded |
[3,of,4,lazy-manifest,v2] manifest: use lazymanifest instead of manifestdict |
2015-01-12 |
Augie Fackler |
|
Changes Requested |
[2,of,4,lazy-manifest,v2] manifest.c: allow None explicity in __contains__, and say it's not present |
2015-01-12 |
Augie Fackler |
|
Changes Requested |
[1,of,4,lazy-manifest,v2] manifest.c: new extension code to lazily parse manifests |
2015-01-12 |
Augie Fackler |
|
Superseded |
[3,of,3] filelog: fix backwards comment for 'backrevref' |
2015-01-12 |
Martin von Zweigbergk |
|
Accepted |
[2,of,3] filelog: remove trailing "form feed" character |
2015-01-12 |
Martin von Zweigbergk |
|
Accepted |
[1,of,3] filelog: remove unused variable 'lkr' |
2015-01-12 |
Martin von Zweigbergk |
|
Accepted |
share: replace the bookmarks.shared file with an entry on a new shared.conf file |
2015-01-11 |
Angel Ezquerra |
|
Changes Requested |
[6,of,6,RFC] localrepo: remove wopener as an alias for localrepo.wvfs |
2015-01-11 |
Angel Ezquerra |
|
Changes Requested |
[5,of,6,RFC] localrepo: remove all internal uses of localrepo.wopener |
2015-01-11 |
Angel Ezquerra |
|
Accepted |
[4,of,6,RFC] localrepo: remove sopener as an alias for localrepo.svfs |
2015-01-11 |
Angel Ezquerra |
|
Changes Requested |
[3,of,6,RFC] localrepo: remove all internal uses of localrepo.sopener |
2015-01-11 |
Angel Ezquerra |
|
Accepted |
[2,of,6,RFC] localrepo: remove opener as an alias for localrepo.vfs |
2015-01-11 |
Angel Ezquerra |
|
Changes Requested |
[1,of,6,RFC] localrepo: remove all internal uses of localrepo.opener |
2015-01-11 |
Angel Ezquerra |
|
Accepted |
branchmap: add seek() to end of file before calling tell() on append open() |
2015-01-10 |
Matt Harbison |
|
Accepted |
revset: simplify fullreposet.__and__ to call sort() with boolean flag |
2015-01-10 |
Yuya Nishihara |
|
Accepted |
[STABLE] revset: fix spanset.isascending() to honor sort() or reverse() request |
2015-01-10 |
Yuya Nishihara |
|
Accepted |
[6,of,6,V2] revset: check collision between alias argument names in the declaration |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,6,V2] revset: parse alias declaration strictly by _parsealiasdecl |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,V2] revset: introduce "_parsealiasdecl" to parse alias declarations strictly |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,6,V2] revset: store full detail into revsetalias.error for error source distinction |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,6,V2] revset: factor out composing error message for ParseError to reuse |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,6,V2] revset: make tokenize extensible to parse alias declarations and definitions |
2015-01-10 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,4] hgweb: fix diffstat links in paper/changeset.tmpl |
2015-01-10 |
Anton Shestakov |
|
Accepted |
[3,of,4] hgweb: close <img> elements |
2015-01-10 |
Anton Shestakov |
|
Accepted |
[2,of,4] hgweb: close <p> elements |
2015-01-10 |
Anton Shestakov |
|
Accepted |
[1,of,4] hgweb: close <th> properly in spartan/filelogentry.tmpl |
2015-01-10 |
Anton Shestakov |
|
Accepted |
tests: fix test-casefolding.t output for branchcache |
2015-01-10 |
Matt Harbison |
|
Accepted |
[3,of,3,v4] revset: use localrepo revbranchcache for branch name filtering |
2015-01-10 |
Matt Harbison |
|
Accepted |
[V2] bundles: do not overwrite existing backup bundles |
2015-01-10 |
Durham Goode |
|
Accepted |
bundles: do not overwrite existing backup bundles |
2015-01-10 |
Durham Goode |
|
Superseded |
[3,of,3] largefiles: make linear update set unsure largefiles normal if unchanged |
2015-01-10 |
Mads Kiilerich |
|
Accepted |
[2,of,3] debugdirstate: don't hide date field with --nodate, just show 'set'/'unset' |
2015-01-10 |
Mads Kiilerich |
|
Accepted |
[1,of,3] debugdirstate: simplify date handling after e7ed5d07cc4c used fixed format |
2015-01-10 |
Mads Kiilerich |
|
Accepted |
filectx: fix annotate to not directly instantiate filectx |
2015-01-09 |
Durham Goode |
|
Accepted |
[3,of,3] hgweb: correct markup in templates |
2015-01-09 |
Anton Shestakov |
|
Changes Requested |
[2,of,3] hgweb: move archive entries outside of <li> in monoblue style |
2015-01-09 |
Anton Shestakov |
|
Accepted |
[1,of,3] hgweb: add searchhint to templates/coal/map |
2015-01-09 |
Anton Shestakov |
|
Accepted |
[3,of,3,v4] revset: use localrepo revbranchcache for branch name filtering |
2015-01-09 |
Mads Kiilerich |
|
Superseded |
[2,of,3,v4] branchmap: use revbranchcache when updating branch map |
2015-01-09 |
Mads Kiilerich |
|
Accepted |
[1,of,3,v4] branchcache: introduce revbranchcache for caching of revision branch names |
2015-01-09 |
Mads Kiilerich |
|
Accepted |
transplant: properly skip empty changeset (issue4423) |
2015-01-09 |
Pierre-Yves David |
|
Accepted |
largefiles: enable subrepo support for remove |
2015-01-09 |
Matt Harbison |
|
Accepted |
tests: fix test-casefolding.t output |
2015-01-09 |
Matt Harbison |
|
Accepted |
synthrepo: new filenames must not also be new directories, and vice-versa |
2015-01-08 |
adgar@google.com |
|
Accepted |
backout: handle file moves correctly (issue1932) |
2015-01-08 |
Mateusz Kwapich |
|
Changes Requested |