[3,of,5] merge: add conflict marker formatter |
2014-05-09 |
Durham Goode |
|
Changes Requested |
[4,of,5] merge: add labels parameter from merge.update to filemerge |
2014-05-09 |
Durham Goode |
|
Superseded |
[5,of,5] rebase: specify custom conflict marker labels for rebase |
2014-05-09 |
Durham Goode |
|
Changes Requested |
[1,of,6] mergestate: consistently set variables to None |
2014-05-09 |
Gregory Szorc |
|
Accepted |
[2,of,6] resolve: use early continue and deindent |
2014-05-09 |
Gregory Szorc |
|
Accepted |
[3,of,6] resolve: split test |
2014-05-09 |
Gregory Szorc |
|
Accepted |
[4,of,6] resolve: abort when not applicable |
2014-05-09 |
Gregory Szorc |
|
Accepted |
[5,of,6] resolve: print warning when no work performed (issue4208) |
2014-05-09 |
Gregory Szorc |
|
Accepted |
[6,of,6] resolve: print message when no unresolved files remain (issue4214) |
2014-05-09 |
Gregory Szorc |
|
Accepted |
import: add --partial flag to create a changeset despite failed hunk |
2014-05-09 |
Pierre-Yves David |
|
Changes Requested |
Updated help usage string |
2014-05-09 |
Arne Babenhauserheide |
|
Changes Requested |
[1,of,5,V2] merge: add conflict marker formatter |
2014-05-10 |
Durham Goode |
|
Accepted |
[2,of,5,V2] merge: add labels parameter from merge.update to filemerge |
2014-05-10 |
Durham Goode |
|
Superseded |
[3,of,5,V2] rebase: specify custom conflict marker labels for rebase |
2014-05-10 |
Durham Goode |
|
Accepted |
[4,of,5,V2] update: specify custom conflict markers for update |
2014-05-10 |
Durham Goode |
|
Accepted |
[5,of,5,V2] graft: customize graft conflict markers |
2014-05-10 |
Durham Goode |
|
Accepted |
[01,of,19] cmdutil: introduce "getcommiteditor()" to simplify code paths to choose editor |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[02,of,19] fetch: use "getcommiteditor()" instead of explicit editor choice |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[03,of,19] histedit: use the editor gotten by "getcommiteditor()" for "message" |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[04,of,19] histedit: use "getcommiteditor()" instead of explicit editor choice for "fold" |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[05,of,19] histedit: use "getcommiteditor()" instead of explicit editor choice for "--continue" |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[06,of,19] rebase: use "getcommiteditor()" instead of explicit editor choice |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[07,of,19] transplant: use "getcommiteditor()" instead of explicit editor choice |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[08,of,19] backout: avoid redundant message examination |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[09,of,19] backout: use "getcommiteditor()" instead of explicit editor choice |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[10,of,19] commit: use "getcommiteditor()" instead of explicit editor choice |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[11,of,19] amend: use "getcommiteditor()" instead of explicit editor choice |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[12,of,19] graft: use "getcommiteditor()" instead of explicit editor choice |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[13,of,19] import: use "getcommiteditor()" instead of explicit editor choice |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[14,of,19] tag: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[15,of,19] cmdutil: enhance "getcommiteditor()" for specific usages in MQ |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[16,of,19] mq: fold the code path to invoke editor into specific logic (qnew) |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[17,of,19] mq: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" (qnew) |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[18,of,19] mq: fold the code paths to invoke editor into specific logic (qrefresh/qfold) |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[19,of,19] mq: use the editor gotten by "getcommiteditor()" instead of "ui.edit()" (qrefresh/qfold) |
2014-05-10 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,4,V2] subrepo: add shortid() method to subrepo classes |
2014-05-10 |
Angel Ezquerra |
|
Accepted |
[2,of,4,V2] subrepo: use subrepo shortid method to generate subrepo diverged promptchoice |
2014-05-10 |
Angel Ezquerra |
|
Accepted |
[3,of,4,V2] subrepo: add revdetails() method |
2014-05-10 |
Angel Ezquerra |
|
Accepted |
[4,of,4,V2] subrepo: show detailed revision info for the divergent subrepo revisions |
2014-05-10 |
Angel Ezquerra |
|
Accepted |
[1,of,3] demandimport: pass proper level to __import__ in Python 3 |
2014-05-10 |
Gregory Szorc |
|
Accepted |
[2,of,3] fix_bytes: loosen blacklist matching requirements |
2014-05-10 |
Gregory Szorc |
|
Superseded |
[3,of,3] py3kcompat: don't convert os.environ to bytes |
2014-05-10 |
Gregory Szorc |
|
Accepted |
[1,of,5,V3] merge: add conflict marker formatter (BC) |
2014-05-13 |
Durham Goode |
|
Superseded |
[2,of,5,V3] merge: add labels parameter from merge.update to filemerge |
2014-05-13 |
Durham Goode |
|
Superseded |
[3,of,5,V3] rebase: specify custom conflict marker labels for rebase (BC) |
2014-05-13 |
Durham Goode |
|
Superseded |
[4,of,5,V3] update: specify custom conflict markers for update (BC) |
2014-05-13 |
Durham Goode |
|
Superseded |
[5,of,5,V3] graft: customize graft conflict markers (BC) |
2014-05-13 |
Durham Goode |
|
Superseded |
[1,of,3,V2] revsetbenchmark: add `author(mpm) or author(lmoscovicz)` to the canonical list |
2014-05-13 |
Pierre-Yves David |
|
Accepted |
[2,of,3,V2] revsetbenchmark: automatically finds the perf extension |
2014-05-13 |
Pierre-Yves David |
|
Superseded |
[3,of,3,V2] revsetbenchmark: support for running on other repo |
2014-05-13 |
Pierre-Yves David |
|
Superseded |
[stable] convert: convert real global tags only - not local tags |
2014-05-14 |
Mads Kiilerich |
|
Superseded |
update: when deactivating a bookmark, print a message |
2014-05-14 |
Siddharth Agarwal |
|
Superseded |
[1,of,1] bdiff.c: implemented block-delimiting to better deal with long "lines" |
2014-05-14 |
Friedrich Kastner-Masilko |
|
Rejected |
[1,of,2,V3] revsetbenchmark: automatically finds the perf extension |
2014-05-14 |
Pierre-Yves David |
|
Accepted |
[2,of,2,V3] revsetbenchmark: support for running on other repo |
2014-05-14 |
Pierre-Yves David |
|
Accepted |
[1,of,6] merge: change priority / ordering of merge actions |
2014-05-15 |
Mads Kiilerich |
|
Accepted |
[2,of,6] merge: move constant assignments a bit and use them more |
2014-05-15 |
Mads Kiilerich |
|
Accepted |
[3,of,6] merge: change debug logging - test output changes but no real changes |
2014-05-15 |
Mads Kiilerich |
|
Accepted |
[4,of,6] merge: separate worker functions for batch remove and batch get |
2014-05-15 |
Mads Kiilerich |
|
Accepted |
[5,of,6] merge: use separate lists for each action type |
2014-05-15 |
Mads Kiilerich |
|
Superseded |
[6,of,6] merge: fix stupid indentation left over from previous refactorings |
2014-05-15 |
Mads Kiilerich |
|
Superseded |
[1,of,4,STABLE] bundle2: fix configuration name mismatch |
2014-05-15 |
Pierre-Yves David |
|
Accepted |
[2,of,4,STABLE] exchange: propagate arguments to the _getbundleextrapart function |
2014-05-15 |
Pierre-Yves David |
|
Accepted |
[3,of,4,STABLE] exchange: fix bad indentation |
2014-05-15 |
Pierre-Yves David |
|
Accepted |
[4,of,4,STABLE] bundle2: fix bundle2 pulling all revs on empty pulls |
2014-05-15 |
Pierre-Yves David |
|
Accepted |
[1,of,2] help: add additional information in the merge-tools section of config help |
2014-05-15 |
Pierre-Yves David |
|
Accepted |
[2,of,2] doc: improves merge-tools example with an overwrite of existing config |
2014-05-15 |
Pierre-Yves David |
|
Accepted |
[V2] update: when deactivating a bookmark, print a message |
2014-05-15 |
Siddharth Agarwal |
|
Accepted |
[1,of,5,V4] merge: add conflict marker formatter (BC) |
2014-05-15 |
Durham Goode |
|
Superseded |
[2,of,5,V4] merge: add labels parameter from merge.update to filemerge |
2014-05-15 |
Durham Goode |
|
Superseded |
[3,of,5,V4] rebase: specify custom conflict marker labels for rebase (BC) |
2014-05-15 |
Durham Goode |
|
Superseded |
[4,of,5,V4] update: specify custom conflict markers for update (BC) |
2014-05-15 |
Durham Goode |
|
Superseded |
[5,of,5,V4] graft: customize graft conflict markers (BC) |
2014-05-15 |
Durham Goode |
|
Superseded |
[01,of,19] localrepo: always set the variable r in status method |
2014-05-15 |
Sean Farley |
|
Accepted |
[02,of,19] basectx: add _manifestmatches method that is a duplicate of mfmatches |
2014-05-15 |
Sean Farley |
|
Accepted |
[03,of,19] localrepo: use _manifestmatches instead of duplicating logic |
2014-05-15 |
Sean Farley |
|
Accepted |
[04,of,19] localrepo: factor out _manifestmatch logic for workingctx |
2014-05-15 |
Sean Farley |
|
Accepted |
[05,of,19] localrepo: carefully move the order of local variables |
2014-05-15 |
Sean Farley |
|
Changes Requested |
[06,of,19] localrepo: remove workingctx logic already moved to context |
2014-05-15 |
Sean Farley |
|
Accepted |
[07,of,19] context: add _generatestatus method |
2014-05-15 |
Sean Farley |
|
Changes Requested |
[08,of,19] localrepo: use _generatestatus from context |
2014-05-15 |
Sean Farley |
|
Changes Requested |
[09,of,19] context: add a no-op _prestatus method |
2014-05-15 |
Sean Farley |
|
Accepted |
[10,of,19] workingctx: add _prestatus method to call _dirstatestatus |
2014-05-15 |
Sean Farley |
|
Accepted |
[11,of,19] localrepo: call _prestatus hook instead of hardcoding dirstate knowledge |
2014-05-15 |
Sean Farley |
|
Accepted |
[12,of,19] context: add a no-op _poststatus method |
2014-05-15 |
Sean Farley |
|
Accepted |
[13,of,19] workingctx: add _poststatus method to call _filtersuspectsymlink |
2014-05-15 |
Sean Farley |
|
Accepted |
[14,of,19] localrepo: call _poststatus hook instead of hardcoding symlink knowledge |
2014-05-15 |
Sean Farley |
|
Accepted |
[15,of,19] localrepo: remove unneeded unpacking of r |
2014-05-15 |
Sean Farley |
|
Accepted |
[16,of,19] workingctx: use inheritance for _generatestatus while keeping the fastpath |
2014-05-15 |
Sean Farley |
|
Changes Requested |
[17,of,19] basectx: add _matchstatus method for factoring out last of parentworking logic |
2014-05-15 |
Sean Farley |
|
Accepted |
[18,of,19] workingctx: customize _matchstatus for parentworking case |
2014-05-15 |
Sean Farley |
|
Changes Requested |
[19,of,19] localrepo: use _matchstatus instead of duplicating logic |
2014-05-15 |
Sean Farley |
|
Changes Requested |
[stable,v2] convert: mercurial source: convert global tags only - not local tags |
2014-05-16 |
Mads Kiilerich |
|
Accepted |
[V2] localrepo: reverse contexts in status |
2014-05-16 |
Sean Farley |
|
Accepted |
test: split test-largefile.t in multiple file |
2014-05-16 |
Pierre-Yves David |
|
Accepted |
[STABLE] bundle2: make sure standard stream are binary |
2014-05-16 |
Pierre-Yves David |
|
Accepted |
[1,of,4,v2] hgweb: test for the atom and rss feeds |
2014-05-16 |
Steven Brown |
|
Changes Requested |
[2,of,4,v2] hgweb: apply websub filter to the changeset description in rss and atom feeds |
2014-05-16 |
Steven Brown |
|
Accepted |
[3,of,4,v2] hgweb: rename desc keyword in the summary page to repodesc |
2014-05-16 |
Steven Brown |
|
Changes Requested |
[4,of,4,v2] check-code: check for consistent usage of the websub filter in hgweb templates |
2014-05-16 |
Steven Brown |
|
Accepted |
fix_bytes: loosen blacklist matching requirements |
2014-05-16 |
Gregory Szorc |
|
Accepted |
[1,of,6,V5] merge: add conflict marker formatter (BC) |
2014-05-16 |
Durham Goode |
|
Accepted |
[2,of,6,V5] merge: add labels parameter from merge.update to filemerge |
2014-05-16 |
Durham Goode |
|
Accepted |
[3,of,6,V5] rebase: specify custom conflict marker labels for rebase (BC) |
2014-05-16 |
Durham Goode |
|
Accepted |
[4,of,6,V5] graft: customize graft conflict markers (BC) |
2014-05-16 |
Durham Goode |
|
Accepted |
[5,of,6,V5] help: add local/other description to merge tool description |
2014-05-16 |
Durham Goode |
|
Accepted |
[6,of,6,V5] update: specify custom conflict markers for update (BC) |
2014-05-16 |
Durham Goode |
|
Accepted |
update: show message when a bookmark is activated by update |
2014-05-17 |
Stephen Lee |
|
Accepted |
update: introduce --tool for controlling the merge tool |
2014-05-18 |
Mads Kiilerich |
|
Accepted |
[1,of,7] revert: add a test case to reverting "add" during merges |
2014-05-19 |
Pierre-Yves David |
|
Accepted |
[2,of,7] revert: cosmetic align of the dispatch table |
2014-05-19 |
Pierre-Yves David |
|
Accepted |
[3,of,7] revert: add some inline comments |
2014-05-19 |
Pierre-Yves David |
|
Accepted |
[4,of,7] revert: group action into a single dictionary |
2014-05-19 |
Pierre-Yves David |
|
Accepted |
[5,of,7] revert: group related data in tuple in the dispatch table |
2014-05-19 |
Pierre-Yves David |
|
Accepted |
[6,of,7] revert: explicitly get status against the parent |
2014-05-19 |
Pierre-Yves David |
|
Accepted |
[7,of,7] revert: use p2 as parent when reverting against it |
2014-05-19 |
Pierre-Yves David |
|
Accepted |
[01,of,12] basectx: add subrev method to return the rev of a subrepo given a subpath |
2014-05-19 |
Sean Farley |
|
Accepted |
[02,of,12] committablectx: add subrev method to return None |
2014-05-19 |
Sean Farley |
|
Accepted |
[03,of,12] localrepo: use new subrev method of context.py |
2014-05-19 |
Sean Farley |
|
Accepted |
[04,of,12] basectx: preserve loading the cached manifest in _prestatus |
2014-05-19 |
Sean Farley |
|
Accepted |
[05,of,12] workingctx: add note about super._prestatus calling manifest |
2014-05-19 |
Sean Farley |
|
Accepted |
[06,of,12] localrepo: remove cache code now handled by _prestatus |
2014-05-19 |
Sean Farley |
|
Accepted |
[07,of,12] committablectx: simplify caching the status |
2014-05-19 |
Sean Farley |
|
Accepted |
[08,of,12] committablectx: cache _status in _poststatus |
2014-05-19 |
Sean Farley |
|
Accepted |
[09,of,12] basectx: copy localrepo.status method |
2014-05-19 |
Sean Farley |
|
Accepted |
[10,of,12] workingctx: remove old customized status method |
2014-05-19 |
Sean Farley |
|
Changes Requested |
[11,of,12] workingctx: have status method call super |
2014-05-19 |
Sean Farley |
|
Changes Requested |
[12,of,12] localrepo: replace status method with a shim |
2014-05-19 |
Sean Farley |
|
Accepted |
[1,of,5] tests: better tests for two-way convert |
2014-05-19 |
Mads Kiilerich |
|
Accepted |
[2,of,5] convert: rename sink hascommit to hascommitforsplicemap |
2014-05-19 |
Mads Kiilerich |
|
Accepted |
[3,of,5] convert: introduce hascommitfrommap sink method |
2014-05-19 |
Mads Kiilerich |
|
Accepted |
[4,of,5] convert: only consider shamap revisions converted if they still exists |
2014-05-19 |
Mads Kiilerich |
|
Accepted |
[5,of,5] convert: introduce --config convert.hg.full=1 for adding all files, not just changed |
2014-05-19 |
Mads Kiilerich |
|
Changes Requested |
revset-benchmark: add max(::(tip~20) - obsolete()) |
2014-05-19 |
Pierre-Yves David |
|
Accepted |
[1,of,2,merge,v4,icasefix] merge: use separate lists for each action type |
2014-05-19 |
Mads Kiilerich |
|
Accepted |
[2,of,2,merge,v4,icasefix] merge: fix stupid indentation left over from previous refactorings |
2014-05-19 |
Mads Kiilerich |
|
Superseded |
[01,of,22] buildrpm: various minor cleanup |
2014-05-20 |
Mads Kiilerich |
|
Accepted |
[02,of,22] buildrpm: collect code for building local hg and using it in one place |
2014-05-20 |
Mads Kiilerich |
|
Accepted |
[03,of,22] buildrpm: remove prompt for uncommitted changes - it was a bad idea |
2014-05-20 |
Mads Kiilerich |
|
Accepted |
[04,of,22] buildrpm: include release version in .tar.gz name |
2014-05-20 |
Mads Kiilerich |
|
Accepted |
[05,of,22] buildrpm: simpler and better versioning scheme and changelog |
2014-05-20 |
Mads Kiilerich |
|
Changes Requested |
[06,of,22] buildrpm: introduce --rev for building RPMs for other versions |
2014-05-20 |
Mads Kiilerich |
|
Changes Requested |
[07,of,22] buildrpm: introduce --rpmdir instead of using hardcoded rpmbuild dir |
2014-05-20 |
Mads Kiilerich |
|
Superseded |
[08,of,22] buildrpm: introduce --prepare for preparing without actually building rpms |
2014-05-20 |
Mads Kiilerich |
|
Superseded |
[09,of,22] buildrpm: prepare for building rpms with other names than mercurial |
2014-05-20 |
Mads Kiilerich |
|
Changes Requested |
[10,of,22] buildrpm: introduce --suffix for adding a suffic to the package name |
2014-05-20 |
Mads Kiilerich |
|
Changes Requested |
[11,of,22] buildrpm: introduce --withpython for building rpms that includes Python 2.7 |
2014-05-20 |
Mads Kiilerich |
|
Superseded |
[12,of,22] Makefile: replace platform specific rpm build targets with rpm and rpm-py |
2014-05-20 |
Mads Kiilerich |
|
Changes Requested |
[13,of,22] dockerrpm: check that docker is running correctly before building |
2014-05-20 |
Mads Kiilerich |
|
Superseded |
[14,of,22] dockerrpm: better handling of specification of docker name |
2014-05-20 |
Mads Kiilerich |
|
Superseded |
[15,of,22] dockerrpm: run docker build process as the current user, not as root |
2014-05-20 |
Mads Kiilerich |
|
Superseded |
[16,of,22] dockerrpm: prepare source outside docker and just run rpmbuild inside docker |
2014-05-20 |
Mads Kiilerich |
|
Superseded |
[17,of,22] docker: replace explicit docker-* Makefile rules with simpler rpm-% |
2014-05-20 |
Mads Kiilerich |
|
Changes Requested |
[18,of,22] docker: add CentOS 5 |
2014-05-20 |
Mads Kiilerich |
|
Superseded |
[19,of,22] docker: simplify docker files |
2014-05-20 |
Mads Kiilerich |
|
Changes Requested |
[20,of,22] docker: use stable tags for fedora and centos - a moving target is rarely useful |
2014-05-20 |
Mads Kiilerich |
|
Superseded |
[21,of,22] dockerrpm: let -py suffix build rpms that includes Python |
2014-05-20 |
Mads Kiilerich |
|
Changes Requested |
[22,of,22] dockerrpm: create a yum/dnf repo from the generated rpms |
2014-05-20 |
Mads Kiilerich |
|
Superseded |
discovery: if a push would create a new head, mention the bookmark name if any |
2014-05-20 |
Stephen Lee |
|
Accepted |
[stable] changelog: ensure changelog._delaybuf is initialized |
2014-05-20 |
Pierre-Yves David |
|
Accepted |
localrepo: prevent leak of transaction object (issue4258) |
2014-05-22 |
Gregory Szorc |
|
Accepted |
do not replace the request header names with lower case |
2014-05-22 |
domruf |
|
Changes Requested |
[1,of,5] client: implement the 'in' keyword for a client object |
2014-05-22 |
Paul Tonelli |
|
Superseded |
[2,of,5] client: add 'hidden' property to show hidden changesets |
2014-05-22 |
Paul Tonelli |
|
Superseded |
[3,of,5] context: add 'hidden' method to check if the changeset is hidden |
2014-05-22 |
Paul Tonelli |
|
Superseded |
[4,of,5] client: add 'phase' method to set or get the phase of a changeset |
2014-05-22 |
Paul Tonelli |
|
Superseded |
[5,of,5] context: add 'phase' getter |
2014-05-22 |
Paul Tonelli |
|
Superseded |
[STABLE] proxy: remove unneeded _set_hostport for compatibility with Python 2.7.7rc1 |
2014-05-22 |
Yuya Nishihara |
|
Accepted |
do not replace the request header names with lower case |
2014-05-23 |
domruf |
|
Changes Requested |
bugzilla: support Bugzilla 4.4.3+ API login token authentication (issue4257) |
2014-05-23 |
Jim Hague |
|
Accepted |
resolve: don't abort resolve -l even when no merge is in progress |
2014-05-23 |
Siddharth Agarwal |
|
Accepted |
[STABLE] templates: fix ifcontains against sets with length > 1 (issue4259) |
2014-05-23 |
Durham Goode |
|
Accepted |
run-test: '--time' option provide more details to user |
2014-05-24 |
Anurag Goel |
|
Changes Requested |
[1,of,2] run-tests: fix invalid reference to stringescape after a36cc85a5b7b |
2014-05-25 |
Mads Kiilerich |
|
Accepted |
[2,of,2] run-tests: assign value to ESCAPEMAP - dict.update do not return self |
2014-05-25 |
Mads Kiilerich |
|
Accepted |
Re: [PATCH 1 of 5] client: implement the 'in' keyword for a client object |
2014-05-26 |
Paul Tonelli |
|
Accepted |
[v5] merge: fix stupid indentation left over from previous refactorings |
2014-05-26 |
Mads Kiilerich |
|
Accepted |
[stable] resolve: keep wlock while resolving |
2014-05-27 |
Mads Kiilerich |
|
Accepted |
wireproto: expose the list of getbundle argument to extensions |
2014-05-27 |
Pierre-Yves David |
|
Accepted |
exchange: fix indentation level |
2014-05-27 |
Pierre-Yves David |
|
Accepted |
exchange: drop dead code |
2014-05-27 |
Pierre-Yves David |
|
Accepted |
[1,of,4] bundlerepo: update unlink in getremotechanges to use vfs |
2014-05-27 |
Chinmay Joshi |
|
Accepted |
[2,of,4] vfs: add lexists() in current api |
2014-05-27 |
Chinmay Joshi |
|
Accepted |
[3,of,4] vfs: add lstat() in api |
2014-05-27 |
Chinmay Joshi |
|
Rejected |
[4,of,4] patch: replace file api with vfs api in fsbackend |
2014-05-27 |
Chinmay Joshi |
|
Changes Requested |
[1,of,4] bundlerepo: update unlink in getremotechanges to use vfs |
2014-05-28 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,2] run-tests: exit with non-0 exit code when tests fail or warn |
2014-05-28 |
Gregory Szorc |
|
Accepted |
[2,of,2] run-tests: write .err files earlier |
2014-05-28 |
Gregory Szorc |
|
Accepted |
[1,of,5] pack_dirstate: in C version, for invalidation set dict to what we write to disk |
2014-05-28 |
Siddharth Agarwal |
|
Superseded |
[2,of,5] parsers: remove no longer used dirstate_unset |
2014-05-28 |
Siddharth Agarwal |
|
Superseded |
[3,of,5] dirstate: add dirstatetuple to create dirstate values |
2014-05-28 |
Siddharth Agarwal |
|
Superseded |
[4,of,5] parsers: inline fields of dirstate values in C version |
2014-05-28 |
Siddharth Agarwal |
|
Superseded |
[5,of,5] dirstate.status: assign members one by one instead of unpacking the tuple |
2014-05-28 |
Siddharth Agarwal |
|
Superseded |
[1,of,3,RFC] transaction: ability to chain multiple transactions together |
2014-05-28 |
Gregory Szorc |
|
Changes Requested |
[2,of,3,RFC] transaction: handle backup paths with path separators |
2014-05-28 |
Gregory Szorc |
|
Changes Requested |
[3,of,3,RFC] localrepository: add caches to transaction (issue4255) |
2014-05-28 |
Gregory Szorc |
|
Changes Requested |
[01,of,10] subrepo: use filesystem APIs via temporary vfs in "hgsubrepo" constrcutor |
2014-05-28 |
Katsunori FUJIWARA |
|
Changes Requested |
[02,of,10] subrepo: use "vfs.tryread()" instead of explicit invocations of file APIs |
2014-05-28 |
Katsunori FUJIWARA |
|
Changes Requested |
[03,of,10] subrepo: add "_cachestorehashvfs" to handle cache store hash files via vfs |
2014-05-28 |
Katsunori FUJIWARA |
|
Superseded |
[04,of,10] vfs: introduce "readlines" and "tryreadlines" |
2014-05-28 |
Katsunori FUJIWARA |
|
Changes Requested |
[05,of,10] sburepo: replace direct "readlines" invocation by indirect one via vfs |
2014-05-28 |
Katsunori FUJIWARA |
|
Changes Requested |
[06,of,10] vfs: add "notindexed" argument to invoke "ensuredir" with it in write mode |
2014-05-28 |
Katsunori FUJIWARA |
|
Superseded |
[07,of,10] vfs: add "writelines" |
2014-05-28 |
Katsunori FUJIWARA |
|
Superseded |
[08,of,10] subrepo: use "vfs.writelines()" instead of explicit invocations of file APIs |
2014-05-28 |
Katsunori FUJIWARA |
|
Changes Requested |
[09,of,10] subrepo: ensure "lock.release()" execution at the end of "_cachestorehash()" |
2014-05-28 |
Katsunori FUJIWARA |
|
Superseded |
[10,of,10] subrepo: ensure "lock.release()" execution at the end of "storeclean()" |
2014-05-28 |
Katsunori FUJIWARA |
|
Superseded |
context: explicitly return a tuple |
2014-05-28 |
Sean Farley |
|
Accepted |
[V2] run-tests: '--time' option provide more details to linux users |
2014-05-29 |
Anurag Goel |
|
Superseded |
convert: drastically speed up git conversions |
2014-05-29 |
David Schleimer |
|
Accepted |
mergetools.hgrc: add minimal configuration for editmerge |
2014-05-29 |
Pierre-Yves David |
|
Accepted |
merge: drop the quote around commit description |
2014-05-29 |
Pierre-Yves David |
|
Accepted |
[1,of,5,V2] pack_dirstate: in C version, for invalidation set dict to what we write to disk |
2014-05-29 |
Siddharth Agarwal |
|
Accepted |
[2,of,5,V2] parsers: remove no longer used dirstate_unset |
2014-05-29 |
Siddharth Agarwal |
|
Accepted |
[3,of,5,V2] dirstate: add dirstatetuple to create dirstate values |
2014-05-29 |
Siddharth Agarwal |
|
Accepted |
[4,of,5,V2] parsers: inline fields of dirstate values in C version |
2014-05-29 |
Siddharth Agarwal |
|
Accepted |
[5,of,5,V2] dirstate.status: assign members one by one instead of unpacking the tuple |
2014-05-29 |
Siddharth Agarwal |
|
Accepted |
workingctx: duplicate status list received at _poststatus hook |
2014-05-31 |
Yuya Nishihara |
|
Accepted |
[1,of,6] gpg: accept '--edit' like other commands creating new changeset |
2014-05-31 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,6] shelve: refactor option combination check for adding options in the future |
2014-05-31 |
Katsunori FUJIWARA |
|
Changes Requested |
[3,of,6] shelve: accept '--edit' like other commands creating new changeset |
2014-05-31 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,6] backout: accept '--edit' like other commands creating new changeset |
2014-05-31 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,6] qrefresh: allow to specify '--message/'--logfile' and '--edit' at the same time |
2014-05-31 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6] qfold: allow to specify '--message/'--logfile' and '--edit' at the same time |
2014-05-31 |
Katsunori FUJIWARA |
|
Accepted |
Proposing compact graph log |
2014-06-01 |
Santiago Payà i Miralta |
|
Changes Requested |
[RESEND] patchbomb: includes a unique series ID in email header |
2014-06-02 |
Pierre-Yves David |
|
Accepted |
wireproto: rephase the error message for unknown getbundle parameters |
2014-06-02 |
Pierre-Yves David |
|
Accepted |
color: add parenthesis to help readability |
2014-06-02 |
Pierre-Yves David |
|
Accepted |
status: document the content of the returned tuple in the docstring |
2014-06-02 |
Pierre-Yves David |
|
Accepted |
[02,of,11,FOR-REFERENCE] test: comment the main purpose of ``test-unified-test.t`` |
2014-06-02 |
Pierre-Yves David |
|
Not Applicable |
[03,of,11,FOR-REFERENCE] test: introduce test-run-tests.py |
2014-06-02 |
Pierre-Yves David |
|
Not Applicable |
[04,of,11,FOR-REFERENCE] test-run-tests.t: test running a passing test |
2014-06-02 |
Pierre-Yves David |
|
Accepted |
[05,of,11,FOR-REFERENCE] test-run-tests.t: test running a failing test |
2014-06-02 |
Pierre-Yves David |
|
Superseded |
[06,of,11,FOR-REFERENCE] test-run-tests.t: tests the --retest option |
2014-06-02 |
Pierre-Yves David |
|
Superseded |
[07,of,11,FOR-REFERENCE] test-run-tests.t: test selection of testfile from the command line |
2014-06-02 |
Pierre-Yves David |
|
Accepted |
[08,of,11,FOR-REFERENCE] test-run-tests.t: test --debug option |
2014-06-02 |
Pierre-Yves David |
|
Accepted |
[09,of,11,FOR-REFERENCE] test-run-tests.t: tests --jobs option |
2014-06-02 |
Pierre-Yves David |
|
Accepted |
[10,of,11,FOR-REFERENCE] test-run-tests.y: test the --interactive option |
2014-06-02 |
Pierre-Yves David |
|
Not Applicable |
[11,of,11,FOR-REFERENCE] test-run-tests.t: test the --nodiff option |
2014-06-02 |
Pierre-Yves David |
|
Accepted |
add missing language descriptions for gettext-0.19 |
2014-06-03 |
Lars Wendler |
|
Accepted |
[05,of,11,FOR-REFERENCE] test-run-tests.t: test running a failing test |
2014-06-04 |
Anurag Goel |
|
Accepted |
[06,of,11,FOR-REFERENCE] test-run-tests.t: tests the --retest option |
2014-06-04 |
Anurag Goel |
|
Accepted |
[1,of,6,STABLE] keyword: suppress keyword expansion while 'hg unshelve' for internal merge |
2014-06-05 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,6,STABLE] keyword: suppress keyword expansion while 'hg rebase' for internal merge |
2014-06-05 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,6,STABLE] keyword: suppress keyword expansion while 'hg graft' for internal merge |
2014-06-05 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,STABLE] keyword: suppress keyword expansion while 'hg backout' for internal merge |
2014-06-05 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,6,STABLE] keyword: suppress keyword expansion while 'hg histedit' for internal merge |
2014-06-05 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6,STABLE] keyword: suppress keyword expansion while 'hg fetch' for internal merge |
2014-06-05 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,2,V2] vfs: add unlinkpath to vfs |
2014-06-05 |
Chinmay Joshi |
|
Accepted |
[2,of,2,V2] patch: replace functions in fsbackend to use vfs |
2014-06-05 |
Chinmay Joshi |
|
Accepted |
[1,of,3,V2] shelve: add option combination tests for refactoring in succeeding patch |
2014-06-05 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,3,V2] shelve: refactor option combination check to add new one easily |
2014-06-05 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,3,V2] shelve: accept '--edit' like other commands creating new changeset |
2014-06-05 |
Katsunori FUJIWARA |
|
Superseded |
[evolve] evolve: fix createmarkers() wrapper to accept an iterable |
2014-06-05 |
Greg Ward |
|
Not Applicable |
[1,of,3] amend: in tests, do not rely on defaults -- always use explicit -d |
2014-06-06 |
Greg Ward |
|
Not Applicable |
[2,of,3] amend: explicitly test -d option |
2014-06-06 |
Greg Ward |
|
Not Applicable |
[3,of,3] amend: add -D/--current-date option, just like mq's qrefresh has |
2014-06-06 |
Greg Ward |
|
Not Applicable |
[3,of,3] amend: add -D/--current-date option, just like mq's qrefresh has |
2014-06-06 |
Greg Ward |
|
Not Applicable |
bash_completion: add -l|--list support for shelve |
2014-06-06 |
Sean Farley |
|
Accepted |
[evolve-ext,v2] amend: add -D/--current-date option, just like mq's qrefresh has |
2014-06-06 |
Greg Ward |
|
Accepted |
[1,of,2,V3] shelve: refactor option combination check to easily add new ones |
2014-06-07 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,2,V3] shelve: accept '--edit' like other commands creating new changeset |
2014-06-07 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,2] cmdutil: add copy-filtering support to duplicatecopies |
2014-06-07 |
Augie Fackler |
|
Superseded |
[2,of,2] rebase: fix bug that caused transitive copy records to disappear (issue4192) |
2014-06-07 |
Augie Fackler |
|
Superseded |
minirst: make substitutions be unicode, as they are used on unicode data |
2014-06-07 |
Augie Fackler |
|
Changes Requested |
[1,of,2] config: add a tip about using 'help extensions' to list available extensions |
2014-06-07 |
Augie Fackler |
|
Deferred |
[2,of,2] mq: flag as deprecated |
2014-06-07 |
Augie Fackler |
|
Deferred |
[10,of,11,FOR-REFERENCE] test-run-tests.y: test the --interactive option |
2014-06-09 |
Anurag Goel |
|
Not Applicable |
[stable] tests: cat error messages are different on Solaris |
2014-06-09 |
Danek Duvall |
|
Superseded |
[1,of,3,stable] run-tests: produce error on running a failing test |
2014-06-09 |
Anurag Goel |
|
Superseded |
[2,of,3,stable] run-tests: fixed the --retest count error |
2014-06-09 |
Anurag Goel |
|
Changes Requested |
[3,of,3,stable] run-tests: fixed the --interactive option error |
2014-06-09 |
Anurag Goel |
|
Changes Requested |
[1,of,3,STABLE] help: update help on bookmarks push/pull |
2014-06-10 |
Kevin Bullock |
|
Superseded |
[2,of,3,STABLE] help: add definition of "active" to bookmarks help and glossary (issue4244) |
2014-06-10 |
Kevin Bullock |
|
Superseded |
[3,of,3,STABLE] bookmarks: update command help text on push/pull (issue4244) |
2014-06-10 |
Kevin Bullock |
|
Superseded |
version: show enabled extensions (issue4209) |
2014-06-10 |
anatoly techtonik |
|
Superseded |
[1,of,2] version: show enabled extensions (issue4209) |
2014-06-10 |
anatoly techtonik |
|
Superseded |
[2,of,2] version: add extensions version info (issue4209) |
2014-06-10 |
anatoly techtonik |
|
Superseded |
[1,of,6] test: use more elaborated content in ``test-conflict.t`` |
2014-06-10 |
Pierre-Yves David |
|
Accepted |
[2,of,6] merge: introduce a ``mergemarkersscope`` config option |
2014-06-10 |
Pierre-Yves David |
|
Changes Requested |
[3,of,6] mergemarkers: make ``plain`` the default scope |
2014-06-10 |
Pierre-Yves David |
|
Changes Requested |
[4,of,6] merge: refactor labels selection code |
2014-06-10 |
Pierre-Yves David |
|
Superseded |
[5,of,6] simplemerge: add ``base`` mode to ``mergemarkersscope`` config |
2014-06-10 |
Pierre-Yves David |
|
Changes Requested |
[6,of,6] merge: include base content in merge markers |
2014-06-10 |
Pierre-Yves David |
|
Changes Requested |
error: restore python 2.4 compatibility for BundleValueError |
2014-06-11 |
Brendan Cully |
|
Accepted |
template: add a ``troubles`` keyword |
2014-06-11 |
Pierre-Yves David |
|
Deferred |
[1,of,2,V4] shelve: refactor option combination check to easily add new ones |
2014-06-11 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,2,V4] shelve: accept '--edit' like other commands creating new changeset |
2014-06-11 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,2,V2,stable] run-tests: produce error on running a failing test |
2014-06-11 |
Anurag Goel |
|
Accepted |
[2,of,2,V2,stable] run-tests: produce '!' mark after running a failing test |
2014-06-11 |
Anurag Goel |
|
Accepted |
[1,of,2,V2,stable] run-tests: skipped test should not produce 'i' mark while retesting |
2014-06-11 |
Anurag Goel |
|
Accepted |
[2,of,2,V2,stable] run-tests: fixes the number of tests ran when '--retest' is enabled |
2014-06-11 |
Anurag Goel |
|
Accepted |
version: extension info in verbose mode (issue4209) (issue 105040046 by techtonik@gmail.com) |
2014-06-11 |
anatoly techtonik |
|
Deferred |
[stable] parsers.c: fix a couple of memory leaks |
2014-06-11 |
Danek Duvall |
|
Superseded |
convert: update the transplant, rebase and graft references in 'extra' |
2014-06-12 |
Matt Harbison |
|
Superseded |
[stable] parsers.c: fix a couple of memory leaks |
2014-06-12 |
Kevin Bullock |
|
Superseded |
[V2,stable] run-tests: fixes the '--interactive' option error |
2014-06-12 |
Anurag Goel |
|
Superseded |
[stable,v2] parsers.c: fix a couple of memory leaks |
2014-06-12 |
Danek Duvall |
|
Accepted |
[V2] convert: update the transplant, rebase and graft references in 'extra' |
2014-06-13 |
Matt Harbison |
|
Accepted |
[1,of,2,V3,stable] run-tests: checks behaviour of test on failure while testing |
2014-06-13 |
Anurag Goel |
|
Accepted |
[2,of,2,V3,stable] run-tests: fixes the '--interactive' option error |
2014-06-13 |
Anurag Goel |
|
Accepted |
[1,of,8,STABLE] encoding: add 'trim' to trim multi-byte characters at most specified columns |
2014-06-13 |
Katsunori FUJIWARA |
|
Superseded |
[2,of,8,STABLE] util: replace 'ellipsis' implementation by 'encoding.trim' |
2014-06-13 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,8,STABLE] histedit: use 'util.ellipsis' to trim description of each changesets |
2014-06-13 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,8,STABLE] progress: use 'encoding.trim' to trim output line correctly |
2014-06-13 |
Katsunori FUJIWARA |
|
Superseded |
[5,of,8,STABLE] progress: use 'encoding.colwidth' to get column width of output line correctly |
2014-06-13 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,8,STABLE] encoding: add 'headside' argument into 'trim' to switch trimming side |
2014-06-13 |
Katsunori FUJIWARA |
|
Superseded |
[7,of,8,STABLE] progress: use 'encoding.trim' to trim items in output line correctly |
2014-06-13 |
Katsunori FUJIWARA |
|
Superseded |
[8,of,8,STABLE] progress: use 'encoding.colwidth' to get column width of items correctly |
2014-06-13 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,5,command,metadata,resend] cmdutil: better document command() |
2014-06-13 |
Gregory Szorc |
|
Accepted |
[2,of,5,command,metadata,resend] commands: move metadata variables to top of file |
2014-06-13 |
Gregory Szorc |
|
Accepted |
[3,of,5,command,metadata,resend] cmdutil: add norepo argument to command decorator |
2014-06-13 |
Gregory Szorc |
|
Accepted |
[4,of,5,command,metadata,resend] cmdutil: add optionalrepo argument to command decorator |
2014-06-13 |
Gregory Szorc |
|
Accepted |
[5,of,5,command,metadata,resend] cmdutil: add inferrepo argument to command decorator |
2014-06-13 |
Gregory Szorc |
|
Accepted |
[v3] version: show enabled extensions (issue4209) |
2014-06-13 |
anatoly techtonik |
|
Superseded |
[1,of,5] patch: use ctx.node() instead of bare node variable |
2014-06-13 |
Sean Farley |
|
Accepted |
[2,of,5] basectx: pass raw context objects to patch.diff |
2014-06-13 |
Sean Farley |
|
Accepted |
[3,of,5] memctx: add _manifest implementation that computes the filenode |
2014-06-13 |
Sean Farley |
|
Accepted |
[stable] revlog: use "True" instead of "1" as while condition |
2014-06-14 |
Pierre-Yves David |
|
Not Applicable |
[1,of,6] vfs: add listdir for os.listdir in vfs |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
[2,of,6] hg: use vfs functions in destination repository with share |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
[3,of,6] hg: update to use vfs functions in shared destination repository |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
[4,of,6] hg: update util.writefile method to use write with vfs in share |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
[5,of,6] hg: use vfs functions in clone |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
[6,of,6] hg: update newly added listdir function of vfs in clone |
2014-06-16 |
Chinmay Joshi |
|
Superseded |
run-tests: added '--graph' functionality to store timing data in json file |
2014-06-16 |
Anurag Goel |
|
Changes Requested |
[hglib] client: connect to repo if necessary when using "with" statement |
2014-06-17 |
Paul Tonelli |
|
Superseded |
[V3] run-tests: '--time' option provide more details to Linux users |
2014-06-18 |
Anurag Goel |
|
Superseded |
Tests fail: osutil.so: failed to map segment from shared object: Operation not permitted |
2014-06-18 |
anatoly techtonik |
|
Rejected |
[hglib] client: connect to repo if necessary when using "with" statement |
2014-06-19 |
Paul Tonelli |
|
Changes Requested |
[1,of,7,STABLE] subrepo: ensure "lock.release()" execution at the end of "storeclean()" |
2014-06-19 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,7,STABLE] subrepo: ensure "lock.release()" execution at the end of "_cachestorehash()" |
2014-06-19 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,7,STABLE] subrepo: ensure "close()" execution at the end of "_calcfilehash()" |
2014-06-19 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,7,STABLE] subrepo: ensure "close()" execution at the end of "_readstorehashcache()" |
2014-06-19 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,7,STABLE] subrepo: ensure "close()" execution at the end of "_cachestorehash()" |
2014-06-19 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,7,STABLE] subrepo: add test whether "[paths]" is configured correctly at subrepo creation |
2014-06-19 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,7,STABLE] subrepo: ensure "close()" execution at the end of "_initrepo()" |
2014-06-19 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,2,V5] shelve: refactor option combination check to easily add new ones |
2014-06-20 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2,V5] shelve: accept '--edit' like other commands creating new changeset |
2014-06-20 |
Katsunori FUJIWARA |
|
Accepted |
diff: add nobinary config to suppress git-style binary diffs |
2014-06-21 |
Stephen Lee |
|
Accepted |
[1,of,6,V2] vfs: add listdir for os.listdir in vfs |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[2,of,6,V2] hg: use vfs functions in destination repository with share |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[3,of,6,V2] hg: update to use vfs functions in shared destination repository |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[4,of,6,V2] hg: update util.writefile method to use write with vfs in share |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[5,of,6,V2] hg: use vfs functions in clone |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[6,of,6,V2] hg: update newly added listdir function of vfs in clone |
2014-06-21 |
Chinmay Joshi |
|
Accepted |
[1,of,3,V4] run-tests: '--time' option provide more details to Linux users |
2014-06-21 |
Anurag Goel |
|
Superseded |
[2,of,3,V4] test-run-tests.t: added test for '--time' option |
2014-06-21 |
Anurag Goel |
|
Changes Requested |
[3,of,3,V4] test-run-tests.t: added test for '--time' option with '--job' enabled |
2014-06-21 |
Anurag Goel |
|
Changes Requested |
[evolve_ext] test-obsolete: clarify the situation a bit when we have divergent changesets |
2014-06-21 |
Greg Ward |
|
Changes Requested |
[1,of,2,V2] run-tests: added '--json' functionality to store timing data in json file |
2014-06-22 |
Anurag Goel |
|
Changes Requested |
[2,of,2,V2] test-run-tests.t: added test for '--json' option |
2014-06-22 |
Anurag Goel |
|
Changes Requested |
[evolve_ext] amend: add -U/--current-user option (inspired by mq) |
2014-06-22 |
Greg Ward |
|
Accepted |
[evolve_ext] fold: take an explicit list of revisions (BC) |
2014-06-22 |
Greg Ward |
|
Changes Requested |
[evolve_ext,V2] fold: take an explicit list of revisions (BC) |
2014-06-22 |
Greg Ward |
|
Changes Requested |
[evolve_ext] evolve: add --tool option so we don't have to use HGMERGE |
2014-06-23 |
Greg Ward |
|
Accepted |
patch: accept non-node arguments to diff() |
2014-06-23 |
Gregory Szorc |
|
Rejected |
[1,of,4] Add splitlines function to templates |
2014-06-23 |
Ryan McElroy |
|
Rejected |
[2,of,4] Introduce startswith template function |
2014-06-23 |
Ryan McElroy |
|
Rejected |
[3,of,4] Introduce word function |
2014-06-23 |
Ryan McElroy |
|
Rejected |
[4,of,4] Make it easier to debug templater issues |
2014-06-23 |
Ryan McElroy |
|
Rejected |
[1,of,2] test-obsolete: explicitly show which changesets are divergent |
2014-06-24 |
Greg Ward |
|
Accepted |
[2,of,2] test-obsolete: make log templates more consistent: add {desc} to one |
2014-06-24 |
Greg Ward |
|
Accepted |
[V3] run-tests: added '--json' functionality to store test result data in json file |
2014-06-24 |
Anurag Goel |
|
Changes Requested |
fix for bug4240 |
2014-06-24 |
Prabhu GS |
|
Changes Requested |
[evolve_ext,V2] fold: take an explicit list of revisions (BC) |
2014-06-24 |
Jordi Gutiérrez Hermoso |
|
Not Applicable |
[1,of,2,v2] cmdutil: add copy-filtering support to duplicatecopies |
2014-06-24 |
Augie Fackler |
|
Accepted |
[2,of,2,v2] rebase: fix bug that caused transitive copy records to disappear (issue4192) |
2014-06-24 |
Augie Fackler |
|
Accepted |
[1,of,8] check-code: drop ban on callable() which was restored in Python 3.2 |
2014-06-24 |
Augie Fackler |
|
Accepted |
[2,of,8] check-seclevel: restore use of callable() since it was readded in Python 3.2 |
2014-06-24 |
Augie Fackler |
|
Accepted |
[3,of,8] gendoc: restore use of callable() since it was readded in Python 3.2 |
2014-06-24 |
Augie Fackler |
|
Accepted |
[4,of,8] extensions: restore use of callable() since it was readded in Python 3.2 |
2014-06-24 |
Augie Fackler |
|
Accepted |
[5,of,8] fancyopts: restore use of callable() since it was readded in Python 3.2 |
2014-06-24 |
Augie Fackler |
|
Accepted |
[6,of,8] help: restore use of callable() since it was readded in Python 3.2 |
2014-06-24 |
Augie Fackler |
|
Accepted |
[7,of,8] hook: restore use of callable() since it was readded in Python 3.2 |
2014-06-24 |
Augie Fackler |
|
Accepted |
[8,of,8] templater: restore use of callable() since it was readded in Python 3.2 |
2014-06-24 |
Augie Fackler |
|
Accepted |
[V5] run-tests: '--time' option provide more details to Linux users |
2014-06-25 |
Anurag Goel |
|
Superseded |
[stable] match: make glob '**/' match the empty string |
2014-06-25 |
Siddharth Agarwal |
|
Accepted |
[1,of,4,V3] config: move config.sortdict class into util |
2014-06-25 |
Angel Ezquerra |
|
Accepted |
[2,of,4,V3] tags: read tag info into a sorted dict (rather than into a regular dict) |
2014-06-25 |
Angel Ezquerra |
|
Accepted |
[3,of,4,V3] tags: add mergemode flag to _readtags |
2014-06-25 |
Angel Ezquerra |
|
Changes Requested |
[4,of,4,V3] filemerge: add internal:tagmerge merge tool |
2014-06-25 |
Angel Ezquerra |
|
Superseded |
record: update comment to match code |
2014-06-26 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[EVOLVE] fold: rehaul handling of multiple and single revisions (BC) |
2014-06-26 |
Jordi Gutiérrez Hermoso |
|
Not Applicable |
hg: add support for HGUNICODEPEDANTRY environment variable |
2014-06-26 |
Augie Fackler |
|
Accepted |
[1,of,2,V4] tags: introduce _readtaghist function |
2014-06-28 |
Angel Ezquerra |
|
Accepted |
[2,of,2,V4] filemerge: add internal:tagmerge merge tool |
2014-06-28 |
Angel Ezquerra |
|
Accepted |
[1,of,2] serve: inline checkrepo() that is used only when --stdio is specified |
2014-06-28 |
Yuya Nishihara |
|
Accepted |
[2,of,2] serve: tidy up indent level of repository not found message |
2014-06-28 |
Yuya Nishihara |
|
Accepted |
serve: make sure to print "listening at" message immediately |
2014-06-28 |
Yuya Nishihara |
|
Accepted |
[STABLE] convert: detect removal of ".gitmodules" at git source revisions correctly |
2014-06-28 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,4,V2] templatefilter: add splitlines function |
2014-06-30 |
Ryan McElroy |
|
Accepted |
[2,of,4,V2] templater: introduce startswith function |
2014-06-30 |
Ryan McElroy |
|
Accepted |
[3,of,4,V2] templater: introduce word function |
2014-06-30 |
Ryan McElroy |
|
Superseded |
[4,of,4,V2] templater: add symbol to error |
2014-06-30 |
Ryan McElroy |
|
Accepted |
[RFC] run-tests: add support for xunit test reports |
2014-06-30 |
Augie Fackler |
|
Superseded |
[STABLE] repoview: do not crash when localtags refers to non existing or hidden revisions |
2014-06-30 |
Angel Ezquerra |
|
Changes Requested |
[1,of,5,EVOLVE] fold: clarify message for empty revision set and abort instead (BC) |
2014-06-30 |
Jordi Gutiérrez Hermoso |
|
Changes Requested |
[2,of,5,EVOLVE] fold: emit error message when folding a single revision |
2014-06-30 |
Jordi Gutiérrez Hermoso |
|
Changes Requested |
[3,of,5,EVOLVE] fold: overhaul handling of multiple and single revisions (BC) |
2014-06-30 |
Jordi Gutiérrez Hermoso |
|
Changes Requested |
[4,of,5,EVOLVE] fold: reword error message for public commits |
2014-06-30 |
Jordi Gutiérrez Hermoso |
|
Changes Requested |
[5,of,5,EVOLVE] fold: improve error messages for multiple heads and roots |
2014-06-30 |
Jordi Gutiérrez Hermoso |
|
Changes Requested |
[STABLE,V2] repoview: do not crash when localtags refers to non existing revisions |
2014-06-30 |
Angel Ezquerra |
|
Accepted |
[V4] run-tests: added '--json' functionality to store test result data in json file |
2014-07-01 |
Anurag Goel |
|
Superseded |
dispatch: fix so that --help more reliably shows command help (issue4240) |
2014-07-01 |
Prabhu GS |
|
Accepted |
memctx: explicitly set substate to None |
2014-07-02 |
Sean Farley |
|
Accepted |
dispatch: fix so that if the -M flag and an explicit revision range is given to |
2014-07-03 |
Prabhu GS |
|
Rejected |
[stable] bugzilla: stop trying to cache setup across hook invocation |
2014-07-03 |
Jim Hague |
|
Accepted |
bugzilla: correct config documentation error |
2014-07-03 |
Jim Hague |
|
Accepted |
util.h: declare dirstateTupleType variable instead of defining it |
2014-07-03 |
André Sintzoff |
|
Accepted |
committablectx: move __contains__ into workingctx |
2014-07-04 |
Sean Farley |
|
Accepted |
[v4] version: show enabled extensions (issue4209) |
2014-07-04 |
anatoly techtonik |
|
Accepted |
[1,of,6,EVOLVE,V2] evolve: do not use _ as an unused variable |
2014-07-04 |
Jordi Gutiérrez Hermoso |
|
Not Applicable |
[2,of,6,EVOLVE,V2] fold: clarify message for empty revision set and abort instead (BC) |
2014-07-04 |
Jordi Gutiérrez Hermoso |
|
Not Applicable |
[3,of,6,EVOLVE,V2] fold: emit error message when folding a single revision |
2014-07-04 |
Jordi Gutiérrez Hermoso |
|
Not Applicable |
[4,of,6,EVOLVE,V2] fold: overhaul handling of revisions with --rev (BC) |
2014-07-04 |
Jordi Gutiérrez Hermoso |
|
Not Applicable |
[5,of,6,EVOLVE,V2] fold: reword error message for public commits |
2014-07-04 |
Jordi Gutiérrez Hermoso |
|
Not Applicable |
[6,of,6,EVOLVE,V2] fold: improve error messages for multiple heads and roots |
2014-07-04 |
Jordi Gutiérrez Hermoso |
|
Not Applicable |
tests: add Vagrantfile to automate running them on virtual machines |
2014-07-05 |
anatoly techtonik |
|
Superseded |
[01,of,11,V2] encoding: add 'trim' to trim multi-byte characters at most specified columns |
2014-07-05 |
Katsunori FUJIWARA |
|
Accepted |
[02,of,11,V2] util: replace 'ellipsis' implementation by 'encoding.trim' |
2014-07-05 |
Katsunori FUJIWARA |
|
Accepted |
[03,of,11,V2] histedit: use 'util.ellipsis' to trim description of each changesets |
2014-07-05 |
Katsunori FUJIWARA |
|
Accepted |
[04,of,11,V2] progress: use 'encoding.trim' to trim output line correctly |
2014-07-05 |
Katsunori FUJIWARA |
|
Accepted |
[05,of,11,V2] progress: use 'encoding.colwidth' to get column width of output line correctly |
2014-07-05 |
Katsunori FUJIWARA |
|
Accepted |
[06,of,11,V2] encoding: add 'leftside' argument into 'trim' to switch trimming side |
2014-07-05 |
Katsunori FUJIWARA |
|
Accepted |
[07,of,11,V2] progress: use 'encoding.trim' to trim items in output line correctly |
2014-07-05 |
Katsunori FUJIWARA |
|
Accepted |
[08,of,11,V2] progress: use 'encoding.colwidth' to get column width of items correctly |
2014-07-05 |
Katsunori FUJIWARA |
|
Accepted |
[09,of,11,V2] filemerge: use only the first line of the generated conflict marker for safety |
2014-07-05 |
Katsunori FUJIWARA |
|
Accepted |
[10,of,11,V2] filemerge: use 'util.ellipsis' to trim custom conflict markers correctly |
2014-07-05 |
Katsunori FUJIWARA |
|
Accepted |
[11,of,11,V2] filemerge: use 'basic' as the default of '[ui] mergemarkers' for safety |
2014-07-05 |
Katsunori FUJIWARA |
|
Accepted |
[V3] templater: introduce word function |
2014-07-06 |
Ryan McElroy |
|
Accepted |
strip: de-fang --backup option (BC) |
2014-07-06 |
Jordi Gutiérrez Hermoso |
|
Changes Requested |
[1,of,9] bundle2: call _pushbundle2extraparts a bit sooner |
2014-07-07 |
Pierre-Yves David |
|
Accepted |
[2,of,9] bundle2-push: extract changegroup logic in its own function |
2014-07-07 |
Pierre-Yves David |
|
Accepted |
[3,of,9] bundle2: add a ``bundle20.nbparts`` property |
2014-07-07 |
Pierre-Yves David |
|
Accepted |
[4,of,9] push: add a ``pushop.stepsdone`` attribute |
2014-07-07 |
Pierre-Yves David |
|
Accepted |
[5,of,9] push: use `stepsdone` to control changegroup push through bundle10 or bundle20 |
2014-07-07 |
Pierre-Yves David |
|
Accepted |
[6,of,9] bundle2-push: move changegroup push validation inside _pushb2ctx |
2014-07-07 |
Pierre-Yves David |
|
Accepted |
[7,of,9] bundle2-push: introduce a list of part generating functions |
2014-07-07 |
Pierre-Yves David |
|
Accepted |
[8,of,9] bundle2-test: use the new way to extend push content |
2014-07-07 |
Pierre-Yves David |
|
Accepted |
[9,of,9] bundle2-push: drop _pushbundle2extraparts |
2014-07-07 |
Pierre-Yves David |
|
Accepted |
[1,of,4,RESEND] largefiles: add tests for summary/outgoing improved in subsequent patches |
2014-07-08 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,4,RESEND] largefiles: show also how many data entities are outgoing at "hg summary" |
2014-07-08 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,4,RESEND] largefiles: show also how many data entities are outgoing at "hg outgoing" |
2014-07-08 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,4,RESEND] largefiles: confirm existence of outgoing largefile entities in remote store |
2014-07-08 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,2] localrepo: add afterpush() |
2014-07-08 |
Gregory Szorc |
|
Changes Requested |
[2,of,2] localrepo: extensibility points for pull |
2014-07-08 |
Gregory Szorc |
|
Changes Requested |
dispatch: fix so that if the -M flag does not change the order of records in hg log (issue4289) |
2014-07-08 |
Prabhu GS |
|
Superseded |
strip: remove bookmarks after strip succeed (issue4295) |
2014-07-08 |
David Soria Parra |
|
Accepted |
[V4] run-tests: added '--json' functionality to store test result data in json file |
2014-07-09 |
Anurag Goel |
|
Superseded |
[RFC] setup: build docs from setup.py |
2014-07-09 |
Kevin Bullock |
|
Changes Requested |
dispatch: fix so that --help more reliably shows command help (issue4240) |
2014-07-10 |
Prabhu GS |
|
Accepted |
purge: add options for deleting only files or only directories |
2014-07-10 |
Ben Kehoe |
|
Superseded |
purge: add options for deleting only files or only directories |
2014-07-10 |
Ben Kehoe |
|
Accepted |
[1,of,2] revset: replace _missingancestors optimization with only revset |
2014-07-12 |
Siddharth Agarwal |
|
Superseded |
[2,of,2] revset: remove no longer used _missingancestors revset |
2014-07-12 |
Siddharth Agarwal |
|
Superseded |
[1,of,2,V2] revset: replace _missingancestors optimization with only revset |
2014-07-12 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,V2] revset: remove no longer used _missingancestors revset |
2014-07-12 |
Siddharth Agarwal |
|
Accepted |
log: make --patch --follow work inside a subdirectory |
2014-07-12 |
Siddharth Agarwal |
|
Accepted |
mergetools: add --nofork option to gvimdiff.diffargs for extdiff |
2014-07-12 |
Yuya Nishihara |
|
Accepted |
[evolve-ext] debian: add line to clean target to delete error files caused by failing tests |
2014-07-12 |
Faheem Mitha |
|
Accepted |
[1,of,6] localrepo: document localrepo.hook() |
2014-07-12 |
Gregory Szorc |
|
Accepted |
[2,of,6] localrepo: add internal "pyhooks" hooks mechanism |
2014-07-12 |
Gregory Szorc |
|
Changes Requested |
[3,of,6] exchange: add afterpush pyhook |
2014-07-12 |
Gregory Szorc |
|
Changes Requested |
[4,of,6] exchange: add beforepush pyhook |
2014-07-12 |
Gregory Szorc |
|
Changes Requested |
[5,of,6] mq: convert mqrepo.checkpush into a beforepush pyhook |
2014-07-12 |
Gregory Szorc |
|
Changes Requested |
[6,of,6] localrepo: remove checkpush() |
2014-07-12 |
Gregory Szorc |
|
Changes Requested |
strip: remove -b/--backup codepaths |
2014-07-12 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[1,of,3] log: use an exact matcher for --patch --follow |
2014-07-13 |
Siddharth Agarwal |
|
Accepted |
[2,of,3] manifestdict: add a new method to intersect with a set of files |
2014-07-13 |
Siddharth Agarwal |
|
Accepted |
[3,of,3] context: generate filtered manifest efficiently for exact matchers |
2014-07-13 |
Siddharth Agarwal |
|
Accepted |
log: allow revset for --follow to be lazily evaluated |
2014-07-13 |
Siddharth Agarwal |
|
Accepted |
[evolve-ext] readme: mention patchbomb usage and patch description guidelines on wiki |
2014-07-13 |
Faheem Mitha |
|
Changes Requested |
[STABLE,RESEND] convert: detect removal of ".gitmodules" at git source revisions correctly |
2014-07-14 |
Katsunori FUJIWARA |
|
Accepted |
dispatch: fix so that if the -M flag does not change the order of records in hg log (issue4289) |
2014-07-14 |
Prabhu GS |
|
Changes Requested |
[1,of,2] cmdutil: separate building commit text from 'commitforceeditor' |
2014-07-14 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2] cmdutil: make commit message shown in text editor customizable by template |
2014-07-14 |
Katsunori FUJIWARA |
|
Superseded |
parsers: remove unused getintat function |
2014-07-14 |
Siddharth Agarwal |
|
Accepted |
dispatch: fix so that if the -M flag does not change the order of records in hg log (issue4289) |
2014-07-14 |
Matt Mackall |
|
Not Applicable |
[v2] tests: add Vagrantfile to automate running them on virtual machines |
2014-07-15 |
anatoly techtonik |
|
Accepted |
[1,of,3] templatekw: add 'currentbookmark' keyword to show current bookmark easily |
2014-07-15 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,3] templatekw: add 'subrepos' keyword to show updated subrepositories |
2014-07-15 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,3] cmdutil: make commit message shown in text editor customizable by template |
2014-07-15 |
Katsunori FUJIWARA |
|
Accepted |
[v3] contrib/vagrant: use Vagrant for running tests on virtual machine |
2014-07-15 |
anatoly techtonik |
|
Accepted |
[V2] strip: remove -b/--backup codepaths |
2014-07-15 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[1,of,9] util: rename 're' to 'remod' |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[2,of,9] util: move compilere to a class |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[3,of,9] match: use util.re.compile instead of util.compilere |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[4,of,9] config: use util.re.compile instead of util.compilere |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[5,of,9] commands: use util.re.compile instead of util.compilere |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[6,of,9] util: remove no longer used compilere |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[7,of,9] util.re: move check for re2 into a separate method |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[8,of,9] util.re: add an escape method |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
[9,of,9] match: use util.re.escape instead of re.escape |
2014-07-15 |
Siddharth Agarwal |
|
Accepted |
context: extend efficient manifest filtering to when all paths are files |
2014-07-16 |
Siddharth Agarwal |
|
Superseded |
[V2] context: extend efficient manifest filtering to when all paths are files |
2014-07-16 |
Siddharth Agarwal |
|
Accepted |
[resend] run-tests: write out scripts in binary mode |
2014-07-18 |
Augie Fackler |
|
Accepted |
largefiles: avoid unnecessary creation of .hg/largefiles when opening lfdirstate |
2014-07-18 |
Matt Harbison |
|
Accepted |
[STABLE] revset: avoid a ValueError when 'only()' is given an empty set |
2014-07-19 |
Matt Harbison |
|
Accepted |
[stable] commands: fix typo in import documentation |
2014-07-20 |
Wagner Bruna |
|
Accepted |
[STABLE] help: use --template to specify existing style |
2014-07-21 |
Yuya Nishihara |
|
Accepted |