[1,of,2] commands: add 'hg log' example for full hashes |
2015-11-27 |
Mathias De Maré |
yuya |
Accepted |
[2,of,2] commands: refer from identify to log to be able to view full hashes |
2015-11-27 |
Mathias De Maré |
yuya |
Accepted |
[5,of,6,mergedriver] test-merge-changedelete.t: add a file with regular merge conflicts |
2015-11-28 |
Siddharth Agarwal |
|
Accepted |
[1,of,3,RFC] rebase: propagate extra dict from rebase source changeset |
2015-11-28 |
adgar@google.com |
|
Accepted |
[2,of,3,RFC] graft: copy extra (except branch) when copying changesets |
2015-11-28 |
adgar@google.com |
|
Accepted |
[3,of,3,RFC] commit: preserve extra when amending with commit --amend |
2015-11-28 |
adgar@google.com |
|
Accepted |
[1,of,2] graphlog: rename glog function |
2015-11-29 |
timeless@mozdev.org |
|
Accepted |
[2,of,2] patchbomb: rename email function |
2015-11-29 |
timeless@mozdev.org |
|
Accepted |
[2,of,4] parsers: write dirstate starting with non-normal entries |
2015-11-30 |
Laurent Charignon |
|
Not Applicable |
[1,of,5,mergedriver] mergestate: raise exception if otherctx is accessed but _other isn't set |
2015-11-30 |
Siddharth Agarwal |
martinvonz |
Accepted |
[2,of,5,mergedriver] mergestate: add a cached property accessor for the local context |
2015-11-30 |
Siddharth Agarwal |
martinvonz |
Accepted |
[3,of,5,mergedriver] merge: add a new action type representing files to add/mark as modified |
2015-11-30 |
Siddharth Agarwal |
martinvonz |
Accepted |
[4,of,5,mergedriver] merge.recordupdates: mark 'a' files as added unconditionally |
2015-11-30 |
Siddharth Agarwal |
martinvonz |
Accepted |
[5,of,5,mergedriver] test-merge-force.t: check .orig files separately |
2015-11-30 |
Siddharth Agarwal |
martinvonz |
Accepted |
[1,of,2] pager: improve help for --pager= |
2015-11-30 |
timeless@mozdev.org |
|
Accepted |
[2,of,2] commit: try to clarify when to use --new-branch |
2015-11-30 |
timeless@mozdev.org |
|
Changes Requested |
[1,of,2] help: make listexts less confusing for deprecated exts |
2015-11-30 |
timeless@mozdev.org |
|
Accepted |
[2,of,2] help: make help deprecated mention the extension |
2015-11-30 |
timeless@mozdev.org |
|
Accepted |
[1,of,3,stable] ui: avoid mutable default arguments |
2015-11-30 |
Mykola Nikishov |
|
Changes Requested |
[2,of,3,stable] ui: allow open editor with custom filename |
2015-11-30 |
Mykola Nikishov |
|
Superseded |
[3,of,3,stable] histedit: edit with custom filename |
2015-11-30 |
Mykola Nikishov |
|
Superseded |
[V2] posix: insert seek between reads and writes on Solaris (issue4943) |
2015-11-30 |
Matt Mackall |
|
Not Applicable |
[1,of,4,mergedriver] debugmergestate: print out null nodes as 'null' |
2015-11-30 |
Siddharth Agarwal |
|
Accepted |
[2,of,4,mergedriver] debugmergestate: also recognize change/delete conflicts in the merge state |
2015-11-30 |
Siddharth Agarwal |
|
Accepted |
[3,of,4,mergedriver] test-merge-changedelete.t: print out debugmergestate |
2015-11-30 |
Siddharth Agarwal |
|
Accepted |
[4,of,4,mergedriver] merge: move almost all change/delete conflicts to resolve phase (BC) (API) |
2015-11-30 |
Siddharth Agarwal |
|
Accepted |
[STABLE] localrepo.commit: check all files for resolve state (issue4972) |
2015-12-01 |
Siddharth Agarwal |
|
Accepted |
[evolve-ext-V2] inhibit: make rebase see obsolescence even for visible nodes |
2015-12-01 |
Laurent Charignon |
marmoute |
Accepted |
[1,of,4,V2] parsers: indentation change to make the next page more legible |
2015-12-01 |
Laurent Charignon |
|
Changes Requested |
[2,of,4,V2] parsers: write dirstate starting with non-normal entries |
2015-12-01 |
Laurent Charignon |
|
Changes Requested |
[3,of,4,V2] parsers: indentation change to make the next patch more legible |
2015-12-01 |
Laurent Charignon |
|
Changes Requested |
[4,of,4,V2] parsers: pure implementation of the new dirstate ordering |
2015-12-01 |
Laurent Charignon |
|
Changes Requested |
[1,of,2] commit: add a way to return more information from the chunkselector |
2015-12-01 |
Laurent Charignon |
|
Accepted |
[2,of,2] commit: add amend mode for commit -i |
2015-12-01 |
Laurent Charignon |
|
Accepted |
[1,of,2] repair: use bookmarks.recordchange instead of bookmarks.write |
2015-12-01 |
Laurent Charignon |
|
Accepted |
[2,of,2] bookmarks: make bookmarks.write deprecated |
2015-12-01 |
Laurent Charignon |
|
Rejected |
[1,of,2,default] ui: allow open editor with custom filename |
2015-12-01 |
Mykola Nikishov |
|
Accepted |
[2,of,2,default] histedit: edit with custom filename |
2015-12-01 |
Mykola Nikishov |
|
Accepted |
[1,of,3] webcommands: get correct parents when comparing a removed file (issue4962) |
2015-12-01 |
Anton Shestakov |
|
Accepted |
[2,of,3] webcommands: stop using ersatz if-else ternary operator for rename variable |
2015-12-01 |
Anton Shestakov |
|
Accepted |
[3,of,3] webcommands: test that fctx is not None in filediff() |
2015-12-01 |
Anton Shestakov |
|
Accepted |
[1,of,3] localrepo: remove clone method by hoisting into hg.py |
2015-12-01 |
Augie Fackler |
yuya |
Accepted |
[2,of,3] localrepo: document nodebookmarks |
2015-12-01 |
Augie Fackler |
yuya |
Accepted |
[3,of,3] commands: inline definition of localrepo.parents() and drop the method |
2015-12-01 |
Augie Fackler |
yuya |
Accepted |
[1,of,4,mergedriver] filemerge: add debug output for whether this is a change/delete conflict |
2015-12-01 |
Siddharth Agarwal |
|
Accepted |
[2,of,4,mergedriver] filemerge: add a 'leave unresolved' option to regular prompts |
2015-12-01 |
Siddharth Agarwal |
|
Accepted |
[3,of,4,mergedriver] filemerge: add a 'leave unresolved' option to change/delete prompts |
2015-12-01 |
Siddharth Agarwal |
|
Accepted |
[4,of,4,mergedriver] filemerge: default regular prompts to 'leave unresolved' (BC) |
2015-12-01 |
Siddharth Agarwal |
|
Accepted |
[1,of,9,STABLE] commands: make commit acquire locks before processing (issue4368) |
2015-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,9,STABLE] commands: make backout acquire locks before processing |
2015-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,9,STABLE] commands: widen wlock scope of graft for consitency while processing |
2015-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,9,STABLE] commands: execute checkunfinished and bailifchanged inside wlock scope |
2015-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,9,STABLE] gpg: make sign acquire wlock before processing |
2015-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,9,STABLE] shelve: widen wlock scope of shelve for consistency while processing |
2015-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,9,STABLE] shelve: execute checkunfinished inside wlock scope |
2015-12-01 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,9,STABLE] shelve: widen wlock scope of unshelve for consistency while processing |
2015-12-01 |
Katsunori FUJIWARA |
|
Superseded |
[9,of,9,STABLE] transplant: widen wlock scope of transplant for consitency while processing |
2015-12-01 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,2,evolve-ext-V2] inhibit: update test with new behavior from core |
2015-12-01 |
Laurent Charignon |
marmoute |
Accepted |
[2,of,2,evolve-ext-V2] inhibit: remove unused bookmark operation wrapping |
2015-12-01 |
Laurent Charignon |
marmoute |
Accepted |
[1,of,4,V3] debugdirstate: add command to rebuildstate test to modify dirstate |
2015-12-01 |
Christian Delahousse |
|
Accepted |
[2,of,4,V3] debugrebuilddirstate: added tests for --minimal flag |
2015-12-01 |
Christian Delahousse |
|
Accepted |
[3,of,4,V3] dirstate: change debugrebuilddirstate --minimal to use dirstate.rebuild |
2015-12-01 |
Christian Delahousse |
|
Accepted |
[4,of,4,V3] strip: add a --keep test related to removing files from dirstate |
2015-12-01 |
Christian Delahousse |
|
Accepted |
posix: work around "posix" systems without os.link available (issue4974) |
2015-12-01 |
Augie Fackler |
|
Accepted |
extdiff: correctly handle deleted subrepositories (issue3153) |
2015-12-02 |
Andrew Zwicky |
|
Accepted |
[1,of,3] summary: mention graft |
2015-12-02 |
timeless@mozdev.org |
|
Accepted |
[2,of,3] graft: improve --continue abort message |
2015-12-02 |
timeless@mozdev.org |
|
Accepted |
[3,of,3] Added tag graft for changeset 4d20fad83e4b |
2015-12-02 |
timeless@mozdev.org |
|
Accepted |
[1,of,4] histedit: improve grammar for _histedit comment |
2015-12-02 |
timeless@mozdev.org |
|
Accepted |
[2,of,4] histedit: improve missing rule suggestion |
2015-12-02 |
timeless@mozdev.org |
|
Accepted |
[3,of,4] histedit: mention histedit-last-edit.txt on abort |
2015-12-02 |
timeless@mozdev.org |
|
Accepted |
[4,of,4] histedit: RFC raise |
2015-12-02 |
timeless@mozdev.org |
|
Accepted |
[1,of,3,fix-default] addrevision: rename 'd' to 'delta' |
2015-12-02 |
Pierre-Yves David |
|
Accepted |
[2,of,3,fix-default] addrevision: handle code path not producing delta |
2015-12-02 |
Pierre-Yves David |
|
Accepted |
[3,of,3,fix-default] addrevision: only use the incoming base if it is a good delta (issue4975) |
2015-12-02 |
Pierre-Yves David |
|
Accepted |
[1,of,3] hgweb: eliminate duck-typing to select hgweb or hgwebdir by command option |
2015-12-02 |
Yuya Nishihara |
|
Accepted |
[2,of,3] hgweb: make sure command options are set to all ui objects |
2015-12-02 |
Yuya Nishihara |
|
Accepted |
[3,of,3] hgweb: load server settings from --web-conf (issue4699) |
2015-12-02 |
Yuya Nishihara |
|
Superseded |
[STABLE] parsers: fix parse_dirstate to check len before unpacking header (issue4979) |
2015-12-02 |
Yuya Nishihara |
|
Accepted |
[1,of,6] bookmarks: document getbkfile method |
2015-12-02 |
Augie Fackler |
|
Superseded |
[2,of,6] bookmarks: hoist getbkfile out of bmstore class |
2015-12-02 |
Augie Fackler |
|
Superseded |
[3,of,6] bmstore: add basic clean-state tracking |
2015-12-02 |
Augie Fackler |
|
Superseded |
[4,of,6] bmstore: close file in a finally block in _writerepo |
2015-12-02 |
Augie Fackler |
|
Superseded |
[5,of,6] bookmarks: make _readactive safe when readlines raises ENOENT |
2015-12-02 |
Augie Fackler |
|
Superseded |
[6,of,6] bmstore: add handling of the active bookmark |
2015-12-02 |
Augie Fackler |
|
Superseded |
[V2] hgweb: load server settings from --web-conf (issue4699) |
2015-12-02 |
Yuya Nishihara |
|
Accepted |
[1,of,6,v2] bookmarks: document getbkfile method |
2015-12-02 |
Augie Fackler |
|
Accepted |
[2,of,6,v2] bookmarks: hoist getbkfile out of bmstore class |
2015-12-02 |
Augie Fackler |
|
Accepted |
[3,of,6,v2] bmstore: add basic clean-state tracking |
2015-12-02 |
Augie Fackler |
|
Accepted |
[4,of,6,v2] bmstore: close file in a finally block in _writerepo |
2015-12-02 |
Augie Fackler |
|
Accepted |
[5,of,6,v2] bookmarks: make _readactive safe when readlines raises ENOENT |
2015-12-02 |
Augie Fackler |
|
Superseded |
[6,of,6,v2] bmstore: add handling of the active bookmark |
2015-12-02 |
Augie Fackler |
|
Superseded |
[1,of,3] addrevision: rework generaldelta computation |
2015-12-02 |
Pierre-Yves David |
|
Accepted |
[2,of,3] test: use a bigger manifest in general delta test |
2015-12-02 |
Pierre-Yves David |
|
Accepted |
[3,of,3] addrevision: use general delta when the incoming base delta is bad |
2015-12-02 |
Pierre-Yves David |
|
Accepted |
[audit,RFC] audit: add core audit module, extension using it, and a minimal test |
2015-12-02 |
adgar@google.com |
|
Changes Requested |
[evolve-ext] evolve refactor |
2015-12-02 |
Shusen LIU |
marmoute |
Changes Requested |
[1,of,9] histedit: add actions property to histedit state |
2015-12-02 |
Mateusz Kwapich |
|
Accepted |
[2,of,9] histedit: add addhisteditaction decorator |
2015-12-02 |
Mateusz Kwapich |
|
Accepted |
[3,of,9] histedit: add verify() to histeditaction |
2015-12-02 |
Mateusz Kwapich |
|
Accepted |
[4,of,9] histedit: add torule method to histedit action objects |
2015-12-02 |
Mateusz Kwapich |
|
Accepted |
[5,of,9] histedit: use torule instead of makedesc in ruleeditor |
2015-12-02 |
Mateusz Kwapich |
|
Accepted |
[6,of,9] histedit: remove makedesc |
2015-12-02 |
Mateusz Kwapich |
|
Accepted |
[7,of,9] histedit: add tostate method to histedit action |
2015-12-02 |
Mateusz Kwapich |
|
Accepted |
[8,of,9] histedit: change state.rules uses to state.actions |
2015-12-02 |
Mateusz Kwapich |
|
Accepted |
[9,of,9] histedit: get rid of state.rules |
2015-12-02 |
Mateusz Kwapich |
|
Accepted |
[1,of,2,STABLE] tests: test changegroup generation for filtered changesets (issue4982) |
2015-12-02 |
Gregory Szorc |
|
Accepted |
[2,of,2,STABLE] changegroup: use unfiltered ancestor when common node is filtered (issue4982) |
2015-12-02 |
Gregory Szorc |
|
Changes Requested |
[1,of,2] resolve: move resolve in cmdutil |
2015-12-03 |
Laurent Charignon |
|
Changes Requested |
[2,of,2] update: add --abort flag to abort in case of conflicts |
2015-12-03 |
Laurent Charignon |
|
Changes Requested |
[1,of,1,STABLE] dirstate: don't write repo.currenttransaction to repo.dirstate if repo is None (issue4983) |
2015-12-03 |
Sietse Brouwer |
|
Accepted |
check-commit: remove confusion between summary line and other headers |
2015-12-03 |
Pierre-Yves David |
|
Accepted |
[1,of,4] builddeb: rename --release option to --codename |
2015-12-03 |
Anton Shestakov |
|
Accepted |
[2,of,4] builddeb: add --distid option to specify Distributor ID |
2015-12-03 |
Anton Shestakov |
|
Accepted |
[3,of,4] builddeb: remove unused --debbuilddir option |
2015-12-03 |
Anton Shestakov |
|
Accepted |
[4,of,4] builddeb: read default distribution and codename from lsb_release |
2015-12-03 |
Anton Shestakov |
|
Accepted |
[1,of,4] graphlog: move creation of workingdir-parent nodes to displaygraph() |
2015-12-03 |
Yuya Nishihara |
|
Accepted |
[2,of,4] graphlog: extract "graphnode" template keyword that represents node symbol |
2015-12-03 |
Yuya Nishihara |
|
Accepted |
[3,of,4] templatekw: avoid slow creation of changectx objects in showgraphnode() |
2015-12-03 |
Yuya Nishihara |
|
Accepted |
[4,of,4] graphlog: make node symbol templatable by ui.graphnodetemplate option |
2015-12-03 |
Yuya Nishihara |
|
Accepted |
[1,of,3,RFC,cg3] changegroup: note during bundle apply if the repo was empty |
2015-12-03 |
Augie Fackler |
martinvonz |
Accepted |
[2,of,3,RFC,cg3] changegroup: document manifest linkrev callback some more |
2015-12-03 |
Augie Fackler |
martinvonz |
Accepted |
[3,of,3,RFC,cg3] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-03 |
Augie Fackler |
martinvonz |
Superseded |
rebase: only clear rebase status after the rebase transaction has completed |
2015-12-03 |
Laurent Charignon |
|
Accepted |
[1,of,5] pathauditor: move file system specific check in their own function |
2015-12-03 |
Pierre-Yves David |
|
Accepted |
[2,of,5] pathauditor: add a way to skip file system check |
2015-12-03 |
Pierre-Yves David |
|
Accepted |
[3,of,5] localrepo: add a second auditor without file system check |
2015-12-03 |
Pierre-Yves David |
|
Accepted |
[4,of,5] context: use a the nofsauditor when matching file in history (issue4749) |
2015-12-03 |
Pierre-Yves David |
|
Accepted |
[5,of,5] pathutil: use temporary variables instead of complicated wrapping |
2015-12-03 |
Pierre-Yves David |
|
Accepted |
[4,of,4,mergedriver] merge: move almost all change/delete conflicts to resolve phase (BC) (API) |
2015-12-04 |
Matt Harbison |
|
Not Applicable |
merge.graft: add option to keep second parent |
2015-12-04 |
Andrew Halberstadt |
|
Accepted |
[1,of,6,import-refactor,V3] mercurial: implement import hook for handling C/Python modules |
2015-12-04 |
Gregory Szorc |
yuya |
Accepted |
[2,of,6,import-refactor,V3] check-seclevel: set module load policy to Python only |
2015-12-04 |
Gregory Szorc |
yuya |
Accepted |
[3,of,6,import-refactor,V3] setup: refactor handling of modules with C/Python implementations |
2015-12-04 |
Gregory Szorc |
yuya |
Accepted |
[4,of,6,import-refactor,V3] mercurial: be more strict about loading dual implemented modules |
2015-12-04 |
Gregory Szorc |
yuya |
Accepted |
[5,of,6,import-refactor,V3] mercurial: don't load C extensions from PyPy |
2015-12-04 |
Gregory Szorc |
yuya |
Accepted |
[6,of,6,import-refactor,V3] mercurial: support loading modules from zipimporter |
2015-12-04 |
Gregory Szorc |
yuya |
Accepted |
[V2] histedit: pick an appropriate base changeset by default (BC) |
2015-12-04 |
Gregory Szorc |
marmoute |
Superseded |
[RFC] setup.py: always build and install hg.exe on Windows |
2015-12-04 |
Gregory Szorc |
|
Superseded |
contrib: disable SSLv3_method() to build old Python with recent libssl |
2015-12-04 |
Yuya Nishihara |
|
Accepted |
[1,of,6] changegroup: avoid iterating the whole manifest |
2015-12-04 |
Augie Fackler |
|
Superseded |
[2,of,6] changegroup: drop 'if True' that made the previous change clearer |
2015-12-04 |
Augie Fackler |
|
Superseded |
[3,of,6] changegroup: remove one special case from lookupmflinknode |
2015-12-04 |
Augie Fackler |
|
Superseded |
[4,of,6] changegroup: clean up file lookup function |
2015-12-04 |
Augie Fackler |
|
Superseded |
[5,of,6] changegroup: restate file linknode callback using generator expressions |
2015-12-04 |
Augie Fackler |
|
Superseded |
[6,of,6] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-04 |
Augie Fackler |
|
Superseded |
[1,of,6,cg3,v3] changegroup: avoid iterating the whole manifest |
2015-12-04 |
Augie Fackler |
|
Accepted |
[2,of,6,cg3,v3] changegroup: drop 'if True' that made the previous change clearer |
2015-12-04 |
Augie Fackler |
|
Accepted |
[3,of,6,cg3,v3] changegroup: remove one special case from lookupmflinknode |
2015-12-04 |
Augie Fackler |
|
Accepted |
[4,of,6,cg3,v3] changegroup: clean up file lookup function |
2015-12-04 |
Augie Fackler |
|
Accepted |
[5,of,6,cg3,v3] changegroup: restate file linknode callback using generator expressions |
2015-12-04 |
Augie Fackler |
|
Accepted |
[6,of,6,cg3,v3] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-04 |
Augie Fackler |
yuya |
Superseded |
summary: add troubles list to the output of hg summary |
2015-12-04 |
Laurent Charignon |
durin42 |
Superseded |
commit: add some help examples (issue4963) |
2015-12-04 |
Augie Fackler |
|
Accepted |
[1,of,4,evolve-ext] evolve: fix test-tutorial.t to match new extra computation in core |
2015-12-04 |
Laurent Charignon |
|
Accepted |
[2,of,4,evolve-ext] evolve: fix test-sharing.t to match new extra computation in core |
2015-12-04 |
Laurent Charignon |
|
Accepted |
[3,of,4,evolve-ext] evolve: fix test-stabilize-conflict.t to match new extra computation in core |
2015-12-04 |
Laurent Charignon |
|
Accepted |
[4,of,4,evolve-ext] evolve: fix test-inhibit to match latest hg |
2015-12-04 |
Laurent Charignon |
|
Accepted |
manifest: use 't' for tree manifest flag |
2015-12-04 |
Martin von Zweigbergk |
durin42 |
Accepted |
[1,of,2] repoview: stop recomputing cached key in all case |
2015-12-04 |
Pierre-Yves David |
yuya |
Accepted |
[2,of,2] repoview: bypass changelog method to computed cache key |
2015-12-04 |
Pierre-Yves David |
yuya |
Accepted |
[1,of,3] wireproto: add docstring for wirepeer |
2015-12-04 |
Gregory Szorc |
|
Accepted |
[2,of,3] exchange: standalone function to determine if bundle2 is requested |
2015-12-04 |
Gregory Szorc |
|
Accepted |
[3,of,3] wireproto: config options to disable bundle1 |
2015-12-04 |
Gregory Szorc |
|
Accepted |
[1,of,7,evolve-ext] check-code: make evolve.py comply with check-code |
2015-12-04 |
Laurent Charignon |
|
Accepted |
[2,of,7,evolve-ext] check-code: make simple4server.py comply with check-code |
2015-12-04 |
Laurent Charignon |
|
Accepted |
[3,of,7,evolve-ext] check-code: make pushexperiment.py comply with check-code |
2015-12-04 |
Laurent Charignon |
|
Accepted |
[4,of,7,evolve-ext] check-code: make obsolete.py comply with check-code |
2015-12-04 |
Laurent Charignon |
|
Accepted |
[5,of,7,evolve-ext] check-code: make inhibit.py comply with check-code |
2015-12-04 |
Laurent Charignon |
|
Accepted |
[6,of,7,evolve-ext] check-code: make directaccess.py comply with check-code |
2015-12-04 |
Laurent Charignon |
|
Accepted |
[7,of,7,evolve-ext] check-code: make drophack comply with check-code |
2015-12-04 |
Laurent Charignon |
|
Accepted |
[evolve-ext] evolve: handle merge commit with single obsolete parent (issue4389) |
2015-12-05 |
Andrew Halberstadt |
|
Accepted |
[1,of,4] revlog: remove unused variable 'chainlen' |
2015-12-05 |
Martin von Zweigbergk |
|
Accepted |
[2,of,4] revlog: clarify which revision is added to 'tested' when using cached delta |
2015-12-05 |
Martin von Zweigbergk |
|
Accepted |
[3,of,4] revlog: make calls to _isgooddelta() consistent |
2015-12-05 |
Martin von Zweigbergk |
|
Accepted |
[4,of,4] revlog: don't consider nullrev when choosing delta base |
2015-12-05 |
Martin von Zweigbergk |
|
Accepted |
[4,of,4,mergedriver] merge: move almost all change/delete conflicts to resolve phase (BC) (API) |
2015-12-05 |
Yuya Nishihara |
|
Not Applicable |
[RFC] setup.py: always build and install hg.exe on Windows |
2015-12-05 |
Yuya Nishihara |
|
Not Applicable |
[1,of,2] setup.py: attempt to build and install hg.exe on Windows |
2015-12-06 |
Gregory Szorc |
yuya |
Superseded |
[2,of,2] setup.py: don't rewrite @LIBDIR@ when creating wheels |
2015-12-06 |
Gregory Szorc |
yuya |
Superseded |
[Bug,4988] New: test-subrepo-missing.t failure on Windows |
2015-12-06 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[clowncopter] commit: adjust the quoting in the examples to be Windows friendly |
2015-12-06 |
Matt Harbison |
|
Accepted |
[1,of,3] ui: add method to return option and all sub-options |
2015-12-06 |
Gregory Szorc |
|
Accepted |
[2,of,3] ui: optionally ignore sub-options from configitems() |
2015-12-06 |
Gregory Szorc |
|
Accepted |
[3,of,3] ui: support declaring path push urls as sub-options |
2015-12-06 |
Gregory Szorc |
|
Superseded |
commit: fix rest syntax of examples |
2015-12-06 |
Yuya Nishihara |
|
Accepted |
[1,of,3] commands: unify argument handling for revlog debug commands |
2015-12-06 |
Gregory Szorc |
|
Accepted |
[2,of,3] commands.debugindexdot: use cmdutil.openrevlog() |
2015-12-06 |
Gregory Szorc |
|
Accepted |
[3,of,3] commands: add debugdeltachain command |
2015-12-06 |
Gregory Szorc |
|
Superseded |
[4,of,4,mergedriver] merge: move almost all change/delete conflicts to resolve phase (BC) (API) |
2015-12-06 |
Yuya Nishihara |
|
Not Applicable |
color: drop useless override of ui.popbuffer() |
2015-12-06 |
Yuya Nishihara |
|
Accepted |
[1,of,2] rebase: drop redundant functions to keep branch and graft source explicitly |
2015-12-06 |
Yuya Nishihara |
|
Accepted |
[2,of,2] rebase: remove extra "if" from check of collapsing named branches |
2015-12-06 |
Yuya Nishihara |
|
Accepted |
[1,of,5] test: update the docstring of 'test-devel-warnings.t' extension |
2015-12-06 |
Pierre-Yves David |
yuya |
Accepted |
[2,of,5] ui: add a 'stacklevel' argument to 'develwarn' |
2015-12-06 |
Pierre-Yves David |
yuya |
Superseded |
[3,of,5] ui: add a 'deprecwarn' helper to issue deprecation warnings |
2015-12-06 |
Pierre-Yves David |
yuya |
Superseded |
[4,of,5] bookmark: deprecate 'bmstore.write' method |
2015-12-06 |
Pierre-Yves David |
yuya |
Superseded |
[5,of,5] localrepo: reinstate localrepo.parents with a deprecation warning |
2015-12-06 |
Pierre-Yves David |
yuya |
Superseded |
[1,of,2] test: add an extra base changeset in test-obsolete.t |
2015-12-06 |
Pierre-Yves David |
|
Superseded |
[2,of,2] discovery: properly filter changeset in 'peer.known' (issue4982) |
2015-12-06 |
Pierre-Yves David |
|
Superseded |
[1,of,3,V2] ui: store pushloc as separate attribute |
2015-12-06 |
Gregory Szorc |
|
Accepted |
[2,of,3,V2] ui: pass ui instance to path.__init__ |
2015-12-06 |
Gregory Szorc |
|
Accepted |
[3,of,3,V2] ui: support declaring path push urls as sub-options |
2015-12-06 |
Gregory Szorc |
|
Accepted |
[V2] histedit: pick an appropriate base changeset by default (BC) |
2015-12-06 |
Gregory Szorc |
|
Superseded |
[1,of,2,V2] test: add an extra base changeset in test-obsolete.t |
2015-12-06 |
Pierre-Yves David |
marmoute |
Accepted |
[2,of,2,V2] discovery: properly filter changeset in 'peer.known' (issue4982) |
2015-12-06 |
Pierre-Yves David |
marmoute |
Accepted |
[1,of,2,V2] setup.py: attempt to build and install hg.exe on Windows |
2015-12-06 |
Gregory Szorc |
yuya |
Accepted |
[2,of,2,V2] setup.py: don't rewrite @LIBDIR@ when creating wheels |
2015-12-06 |
Gregory Szorc |
yuya |
Accepted |
[V3] histedit: pick an appropriate base changeset by default (BC) |
2015-12-06 |
Gregory Szorc |
|
Superseded |
[V4] histedit: pick an appropriate base changeset by default (BC) |
2015-12-06 |
Gregory Szorc |
|
Accepted |
[V2] commands: add debugdeltachain command |
2015-12-06 |
Gregory Szorc |
|
Accepted |
[1,of,7,evolve-ext] _relocatecommit |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[2,of,7,evolve-ext] _finalizerelocate |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[3,of,7,evolve-ext] _evolvestatedelete |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[4,of,7,evolve-ext] _evolvestateread |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[5,of,7,evolve-ext] _evolvestatewrite |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[6,of,7,evolve-ext] _evolvemerge |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[7,of,7,evolve-ext] _evolvecontinue |
2015-12-07 |
Shusen LIU |
lcharignon |
Rejected |
[1,of,3] perf: use formatter more appropriately |
2015-12-07 |
Gregory Szorc |
|
Changes Requested |
[2,of,3] perf: add perflrucachedict command |
2015-12-07 |
Gregory Szorc |
|
Superseded |
[3,of,3] util: reimplement lrucachedict |
2015-12-07 |
Gregory Szorc |
|
Superseded |
[1,of,3,V2] perf: use formatter more appropriately |
2015-12-07 |
Gregory Szorc |
|
Accepted |
[2,of,3,V2] perf: add perflrucachedict command |
2015-12-07 |
Gregory Szorc |
|
Accepted |
[3,of,3,V2] util: reimplement lrucachedict |
2015-12-07 |
Gregory Szorc |
|
Superseded |
[1,of,7] tests: add test for Python 3 compatibility |
2015-12-07 |
Gregory Szorc |
|
Accepted |
[2,of,7] tests/test-ancestor: use absolute_import |
2015-12-07 |
Gregory Szorc |
|
Accepted |
[3,of,7] tests/autodiff.py: use absolute_import |
2015-12-07 |
Gregory Szorc |
|
Accepted |
[4,of,7] tests/dumbhttp: use absolute_import |
2015-12-07 |
Gregory Szorc |
|
Accepted |
[5,of,7] tests/fakedirstatewritetime.py: use absolute_import |
2015-12-07 |
Gregory Szorc |
|
Accepted |
[6,of,7] tests/fakepatchtime.py: use absolute_import |
2015-12-07 |
Gregory Szorc |
|
Accepted |
[7,of,7] tests/filterpyflakes: use absolute_import |
2015-12-07 |
Gregory Szorc |
|
Accepted |
[1,of,2] ui: don't fixup [paths] sub-options |
2015-12-07 |
Gregory Szorc |
|
Changes Requested |
[2,of,2] ui: path option to declare which revisions to push by default |
2015-12-07 |
Gregory Szorc |
|
Changes Requested |
[STABLE] paths: include #fragment again |
2015-12-07 |
Yuya Nishihara |
|
Accepted |
[1,of,2] import-checker: allow absolute imports of sub modules from local packages |
2015-12-07 |
Yuya Nishihara |
|
Accepted |
[2,of,2] import-checker: tell which symbol causes "direct symbol import" |
2015-12-07 |
Yuya Nishihara |
|
Accepted |
[STABLE] dockerlib: short form for non-unique uid/gid for CentOS 5 compat (issue4977) |
2015-12-07 |
Mathias De Maré |
|
Accepted |
[1,of,4,V2] ui: add a 'stacklevel' argument to 'develwarn' |
2015-12-07 |
Pierre-Yves David |
|
Accepted |
[2,of,4,V2] ui: add a 'deprecwarn' helper to issue deprecation warnings |
2015-12-07 |
Pierre-Yves David |
|
Accepted |
[3,of,4,V2] bookmark: deprecate 'bmstore.write' method |
2015-12-07 |
Pierre-Yves David |
|
Accepted |
[4,of,4,V2] localrepo: reinstate localrepo.parents with a deprecation warning |
2015-12-07 |
Pierre-Yves David |
|
Accepted |
[1,of,4] commit: try to clarify when to use --new-branch |
2015-12-07 |
timeless@mozdev.org |
|
Accepted |
[2,of,4] transplant: use Oxford comma |
2015-12-07 |
timeless@mozdev.org |
|
Superseded |
[3,of,4] commands: use Oxford comma (help clone) |
2015-12-07 |
timeless@mozdev.org |
|
Accepted |
[4,of,4] grammar: favor zero, one, two over ... or no |
2015-12-07 |
timeless@mozdev.org |
|
Accepted |
changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-07 |
Augie Fackler |
martinvonz |
Superseded |
ui: small cleanup in suboption parsing |
2015-12-07 |
Pierre-Yves David |
|
Accepted |
[1,of,8] tests/generate-working-copy-states.py: use absolute_import |
2015-12-08 |
Gregory Szorc |
|
Accepted |
[2,of,8] tests/get-with-headers.py: use absolute_import |
2015-12-08 |
Gregory Szorc |
|
Accepted |
[3,of,8] tests/heredoctest.py: use absolute_import |
2015-12-08 |
Gregory Szorc |
|
Accepted |
[4,of,8] tests/hghave.py: use absolute_import |
2015-12-08 |
Gregory Szorc |
|
Accepted |
[5,of,8] tests/hgweberror.py: use absolute_import |
2015-12-08 |
Gregory Szorc |
|
Accepted |
[6,of,8] tests/test-walkrepo: use absolute_import |
2015-12-08 |
Gregory Szorc |
|
Accepted |
[7,of,8] tests/test-wireproto.py: use absolulte_import |
2015-12-08 |
Gregory Szorc |
|
Accepted |
[8,of,8] tests/tinyproxy: use absolute_import |
2015-12-08 |
Gregory Szorc |
|
Accepted |
exchange: identify the troubled commit |
2015-12-08 |
timeless@mozdev.org |
marmoute |
Rejected |
[1,of,8] contrib/perf: improve grammar of gettimer comment |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[2,of,8] contrib/perf: offer perf.stub to only run one loop |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[3,of,8] contrib/perf: perfparents honor config perf.parentscount |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[4,of,8] contrib/perf: add optional rev for perflog and perftemplating |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[5,of,8] contrib/perf: add getlen |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[6,of,8] contrib/perf: perfrevlog optimize for perf.stub |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[7,of,8] test-contrib-perf: use a single repo |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[8,of,8] test-contrib-perf: drop require slow |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[V3] hgweb: move entry-preparing code from webcommands to webutils.commonentry() |
2015-12-08 |
Anton Shestakov |
|
Accepted |
[1,of,5] check-config: recognize convert style documentation |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[2,of,5] check-config: allow numbers in configs |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[3,of,5] check-config: escape period in regexp for inline comments |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[4,of,5] check-config: handle multiline config |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
[5,of,5] convert/svn: quiet check-config |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
histedit: editcomment method to histedit actions |
2015-12-08 |
Mateusz Kwapich |
|
Accepted |
parents: provide equivalent revsets in help |
2015-12-08 |
timeless@mozdev.org |
|
Accepted |
merge: refuse update/merge if there are unresolved conflicts (BC) |
2015-12-08 |
Martin von Zweigbergk |
|
Accepted |
histedit: delete to drop |
2015-12-08 |
Mateusz Kwapich |
durin42 |
Superseded |
[1,of,5,V2] shelve: widen wlock scope of unshelve for consistency while processing |
2015-12-09 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,5,V2] shelve: remove redundant acquisition of wlock for sub commands of unshelve |
2015-12-09 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,5,V2] transplant: widen wlock scope of transplant for consitency while processing |
2015-12-09 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,5,V2] censor: make censor acquire locks before processing |
2015-12-09 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,5,V2] localrepo: make commit acquire store lock before processing for consistency |
2015-12-09 |
Katsunori FUJIWARA |
|
Accepted |
transplant: use Oxford comma |
2015-12-09 |
timeless@mozdev.org |
|
Accepted |
help: fix help -c/help -e/help -k |
2015-12-09 |
timeless@mozdev.org |
|
Superseded |
locate: update help with replacement |
2015-12-09 |
timeless@mozdev.org |
|
Deferred |
[1,of,2] error: add a way to exit early without an error code |
2015-12-09 |
timeless@mozdev.org |
|
Deferred |
[2,of,2] formatter: lookuptemplate make -Tlist exit without an error |
2015-12-09 |
timeless@mozdev.org |
|
Deferred |
[1,of,3] help: refactor filtercmd |
2015-12-09 |
timeless@mozdev.org |
|
Accepted |
[2,of,3] help: call filtercmd from topicmatch |
2015-12-09 |
timeless@mozdev.org |
|
Accepted |
[3,of,3] help: fix help -c/help -e/help -k |
2015-12-09 |
timeless@mozdev.org |
|
Accepted |
dirstate: track non-normal files separately |
2015-12-09 |
Laurent Charignon |
|
Changes Requested |
[remotefilelog-ext] Reuse ssh connection across miss fetches |
2015-12-10 |
Durham Goode |
durin42 |
Changes Requested |
crecord: add dictionary to default return value of filterpatch |
2015-12-10 |
Christian Delahousse |
marmoute |
Accepted |
match: use re2 in readpatternfile if possible |
2015-12-10 |
Bryan O'Sullivan |
|
Superseded |
check-commit: try to curb bad commit summary keywords |
2015-12-10 |
Matt Mackall |
marmoute |
Superseded |
[V2] ummary: add troubles list to the output of hg summary |
2015-12-10 |
Laurent Charignon |
|
Superseded |
[1,of,3,evolve-ext] prune: use bookmarks.recordchange instead of bookmarks.write |
2015-12-10 |
Laurent Charignon |
|
Accepted |
[2,of,3,evolve-ext] previous: replace call to bookmarks.write by bookmarks.recordchange |
2015-12-10 |
Laurent Charignon |
|
Accepted |
[3,of,3,evolve-ext] next: replace call to bookmarks.write by bookmarks.recordchange |
2015-12-10 |
Laurent Charignon |
|
Accepted |
[evolve-ext] commitwrapper: use bookmarks.recordchange instead of bookmarks.write |
2015-12-10 |
Laurent Charignon |
|
Accepted |
[evolve-ext] inhibit: backout 23a34dce5131 remove unused bookmark operation wrapping |
2015-12-10 |
Laurent Charignon |
|
Accepted |
[V3] summary: add troubles list to the output of hg summary |
2015-12-11 |
Laurent Charignon |
|
Superseded |
[1,of,3,evolve-ext] evolve: renaming local variables |
2015-12-11 |
Shubhanshu Agrawal |
|
Accepted |
[2,of,3,evolve-ext] evolve: prune a list of bookmarks |
2015-12-11 |
Shubhanshu Agrawal |
|
Changes Requested |
[3,of,3,evolve-ext] evolve: changing bookmark argument to be a list |
2015-12-11 |
Shubhanshu Agrawal |
|
Changes Requested |
[1,of,2,v2] test-hgignore.t: add tests for comments |
2015-12-11 |
Bryan O'Sullivan |
|
Accepted |
[2,of,2,v2] match: use re2 in readpatternfile if possible |
2015-12-11 |
Bryan O'Sullivan |
|
Accepted |
[1,of,2] histedit: limit mentioning histedit-last-edit.txt |
2015-12-11 |
timeless@mozdev.org |
|
Superseded |
[2,of,2] test-histedit-edit: test histedit with dirty repo |
2015-12-11 |
timeless@mozdev.org |
|
Superseded |
check-commit: add a test for the patch checking script in contrib |
2015-12-11 |
Pierre-Yves David |
|
Accepted |
[2,of,2] tests: move the '-hg' postfix for all style tests |
2015-12-11 |
Pierre-Yves David |
|
Accepted |
[1,of,3,evolve-ext,v2] prune: renaming local variables |
2015-12-11 |
Shubhanshu Agrawal |
|
Accepted |
[2,of,3,evolve-ext,v2] prune: remove a list of bookmarks |
2015-12-11 |
Shubhanshu Agrawal |
|
Accepted |
[3,of,3,evolve-ext,v2] prune: changing bookmark argument to be a list |
2015-12-11 |
Shubhanshu Agrawal |
|
Accepted |
[V2] histedit: delete to drop |
2015-12-11 |
Mateusz Kwapich |
|
Superseded |
[1,of,2,STABLE?] copyfile: add an optional parameter to copy atime/mtime |
2015-12-12 |
Siddharth Agarwal |
|
Superseded |
[2,of,2,STABLE?] record: don't dereference symlinks while copying over timestamps |
2015-12-12 |
Siddharth Agarwal |
|
Superseded |
doc: make gendoc.py module import policy aware |
2015-12-12 |
Gregory Szorc |
yuya |
Accepted |
[1,of,9] contrib: ignore empty files in check-py3-compat.py |
2015-12-12 |
Gregory Szorc |
yuya |
Accepted |
[2,of,9] obsolete: use absolute_import |
2015-12-12 |
Gregory Szorc |
yuya |
Accepted |
[3,of,9] destutil: use absolute_import |
2015-12-12 |
Gregory Szorc |
yuya |
Superseded |
[4,of,9] base85: use absolute_import |
2015-12-12 |
Gregory Szorc |
yuya |
Accepted |
[5,of,9] bdiff: use absolute_import |
2015-12-12 |
Gregory Szorc |
yuya |
Accepted |
[6,of,9] diffhelpers: use absolute_import |
2015-12-12 |
Gregory Szorc |
yuya |
Accepted |
[7,of,9] mpatch: use absolute_import |
2015-12-12 |
Gregory Szorc |
yuya |
Superseded |
[8,of,9] osutil: use absolute_import |
2015-12-12 |
Gregory Szorc |
yuya |
Superseded |
[9,of,9] parsers: use absolute_import |
2015-12-12 |
Gregory Szorc |
yuya |
Accepted |
[1,of,2,STABLE?,V2] copyfile: add an optional parameter to copy other stat data |
2015-12-12 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,STABLE?,V2] record: don't dereference symlinks while copying over stat data |
2015-12-12 |
Siddharth Agarwal |
|
Accepted |
mac: fix percent-encoding of non-utf-8 characters (issue4999) |
2015-12-13 |
Matt Mackall |
yuya |
Accepted |
manifest: fix formatting |
2015-12-13 |
Bryan O'Sullivan |
yuya |
Accepted |
[1,of,2] parsers: simplify error logic in compute_phases_map_sets |
2015-12-13 |
Bryan O'Sullivan |
yuya |
Superseded |
[2,of,2] parsers: check results of PyInt_FromLong (issue4771) |
2015-12-13 |
Bryan O'Sullivan |
yuya |
Superseded |
parsers: narrow scope of a variable to be less confusing |
2015-12-13 |
Bryan O'Sullivan |
yuya |
Accepted |
pathencode: remove an unused assignment |
2015-12-13 |
Bryan O'Sullivan |
yuya |
Accepted |
treemanifest: don't iterate entire matching submanifests on match() |
2015-12-13 |
Martin von Zweigbergk |
|
Accepted |
[1,of,2] share: pass named arguments |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[2,of,2] hg: establish function for performing post-share actions |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[1,of,7] encoding: use absolute_import |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[2,of,7] encoding: use double backslash |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[3,of,7] util: make hashlib import unconditional |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[4,of,7] util: use absolute_import |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[5,of,7] similar: use absolute_import |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[6,of,7] windows: use absolute_import |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[7,of,7] revlog: use absolute_import |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[1,of,2] commandserver: use absolute_import |
2015-12-13 |
Yuya Nishihara |
|
Accepted |
[2,of,2] commandserver: cut import cycle by itself |
2015-12-13 |
Yuya Nishihara |
|
Accepted |
posix: remove unixdomainserver class |
2015-12-13 |
Yuya Nishihara |
|
Accepted |
util: rename argument of isatty() |
2015-12-13 |
Yuya Nishihara |
|
Accepted |
[V2] util: reimplement lrucachedict |
2015-12-13 |
Gregory Szorc |
|
Accepted |
setup.py: use bytes literals |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[1,of,8,techdocs] help: add documentation for changegroup formats |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[2,of,8,techdocs] help: add documentation for bundle types |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[3,of,8,techdocs] setup.py: package internals help files |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[4,of,8,techdocs] help: teach loaddoc to load from a different directory |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[5,of,8,techdocs] help: add "internals" topic |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[6,of,8,techdocs] help: pass subtopic into help() |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[7,of,8,techdocs] help: pass sub-topic into help query functions |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[8,of,8,techdocs] help: support loading sub-topics |
2015-12-13 |
Gregory Szorc |
|
Accepted |
[1,of,4] test-hgignore: conditionalize an illegal Windows filename |
2015-12-14 |
Matt Harbison |
|
Accepted |
[2,of,4] test-help: fix grep pattern for Windows |
2015-12-14 |
Matt Harbison |
|
Accepted |
[3,of,4] perf: adjust perfstartup() for Windows |
2015-12-14 |
Matt Harbison |
|
Accepted |
[4,of,4] tests: add coverage to ensure Wix tracks 'help' and 'templates' files |
2015-12-14 |
Matt Harbison |
|
Accepted |
templates: limit -Tlist to supported templates (RFC) |
2015-12-14 |
timeless@mozdev.org |
yuya |
Deferred |
[1,of,2] test-help: tighten grep patterns |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[2,of,2] help: filter extension commands |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[1,of,4] parsers: simplify error logic in compute_phases_map_sets |
2015-12-14 |
Bryan O'Sullivan |
yuya |
Accepted |
[2,of,4] parsers: check results of PyInt_FromLong (issue4771) |
2015-12-14 |
Bryan O'Sullivan |
yuya |
Accepted |
[3,of,4] parsers: use PyTuple_Pack instead of manual list-filling |
2015-12-14 |
Bryan O'Sullivan |
yuya |
Superseded |
[4,of,4] parsers: add a missed PyErr_NoMemory |
2015-12-14 |
Bryan O'Sullivan |
yuya |
Accepted |
[v2] parsers: use PyTuple_Pack instead of manual list-filling |
2015-12-14 |
Bryan O'Sullivan |
yuya |
Superseded |
[V4] summary: add troubles list to the output of hg summary |
2015-12-14 |
Laurent Charignon |
|
Accepted |
[1,of,8] test-histedit: relax issue4251 and issue3893 backups [RFC] |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[2,of,8] histedit-helpers: fixbundle should not complain about no input |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[3,of,8] hg: add quietempty flag to _showstats |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[4,of,8] histedit: omit useless message from abort |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[5,of,8] update: add quietempty flag to _showstats |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[6,of,8] histedit: omit useless message from update (histeditaction) |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[7,of,8] histedit: omit useless message from update (_histedit) |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[8,of,8] histedit: omit useless message from update (edit) |
2015-12-14 |
timeless@mozdev.org |
|
Accepted |
[1,of,2,evolve-ext] evolve: extract logic to new method _relocatecommit |
2015-12-15 |
Shusen LIU |
lcharignon |
Accepted |
[2,of,2,evolve-ext] evolve: extract logic to new method _finalizerelocate |
2015-12-15 |
Shusen LIU |
lcharignon |
Accepted |
[1,of,4,more-matchers] merge: have merge.update use a matcher instead of partial fn |
2015-12-15 |
Augie Fackler |
|
Accepted |
[2,of,4,more-matchers] merge: restate calculateupdates in terms of a matcher |
2015-12-15 |
Augie Fackler |
|
Accepted |
[3,of,4,more-matchers] merge: rework manifestmerge to use a matcher |
2015-12-15 |
Augie Fackler |
|
Accepted |
[4,of,4,more-matchers] manifestmerge: have manifest do matching before diffing |
2015-12-15 |
Augie Fackler |
|
Superseded |
clonebundles: fix typo |
2015-12-15 |
Mathias De Maré |
|
Accepted |
[1,of,3] commit: refactor exact flag |
2015-12-15 |
timeless@mozdev.org |
|
Accepted |
[2,of,3] commit: add word to help text |
2015-12-15 |
timeless@mozdev.org |
|
Accepted |
[3,of,3] commit: reorder help text |
2015-12-15 |
timeless@mozdev.org |
|
Accepted |
[v2] templates: limit -Tlist to supported templates |
2015-12-15 |
timeless@mozdev.org |
yuya |
Changes Requested |
[Bug,5006] New: Quadratic expense in no-op pull |
2015-12-15 |
mercurial-bugs@selenic.com |
|
Not Applicable |
histedit: print action before running it |
2015-12-15 |
Mateusz Kwapich |
durin42 |
Rejected |
[V3] histedit: delete to drop |
2015-12-15 |
Mateusz Kwapich |
durin42 |
Accepted |
[v2,more-matchers] manifestmerge: have manifest do matching before diffing |
2015-12-15 |
Augie Fackler |
|
Accepted |
[1,of,5,stable] crecord: use try/except for import of curses |
2015-12-16 |
Sean Farley |
lcharignon |
Superseded |
[2,of,5,stable] crecord: add helper function to determine if we should use curses |
2015-12-16 |
Sean Farley |
lcharignon |
Superseded |
[3,of,5,stable] crecord: ensure that curses is False if not imported |
2015-12-16 |
Sean Farley |
lcharignon |
Superseded |
[4,of,5,stable] cmdutil: use crecordmod.checkcurses |
2015-12-16 |
Sean Farley |
lcharignon |
Superseded |
[5,of,5,stable] crecord: stop raising error.Abort if curses is not found (issue5008) |
2015-12-16 |
Sean Farley |
lcharignon |
Superseded |
[1,of,2] filemerge: add support for multiple merge tool versions (RFC) |
2015-12-16 |
Mathias De Maré |
|
Changes Requested |
[2,of,2] mergetools.rc: add support for different versions of meld |
2015-12-16 |
Mathias De Maré |
|
Changes Requested |
clonebundles: fix bundlespec typo |
2015-12-16 |
Mathias De Maré |
|
Accepted |
[1,of,6,V2] hg: make cachedlocalrepo filter newly cached repo as same as initial one |
2015-12-16 |
Katsunori FUJIWARA |
yuya |
Changes Requested |
[2,of,6,V2] localrepo: run commithook only if transaction is closed successfully |
2015-12-16 |
Katsunori FUJIWARA |
|
Superseded |
[3,of,6,V2] repoview: discard filtered changelog if the length differs from unfiltered |
2015-12-16 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,6,V2] transaction: omit rollbacking a file if filename of it is dropped from map |
2015-12-16 |
Katsunori FUJIWARA |
|
Superseded |
[5,of,6,V2] changelog: avoid redundant truncation of 00changelog.i at failure |
2015-12-16 |
Katsunori FUJIWARA |
|
Superseded |
[6,of,6,V2] shelve: remove useless stripping changelog at unshelve |
2015-12-16 |
Katsunori FUJIWARA |
|
Superseded |
[1,of,5,stable,V2] crecord: use try/except for import of curses |
2015-12-16 |
Sean Farley |
|
Accepted |
[2,of,5,stable,V2] crecord: add helper function to determine if we should use curses |
2015-12-16 |
Sean Farley |
|
Accepted |
[3,of,5,stable,V2] crecord: ensure that curses is False if not imported |
2015-12-16 |
Sean Farley |
|
Accepted |
[4,of,5,stable,V2] cmdutil: use crecordmod.checkcurses |
2015-12-16 |
Sean Farley |
|
Accepted |
[5,of,5,stable,V2] crecord: stop raising error.Abort if curses is not found (issue5008) |
2015-12-16 |
Sean Farley |
|
Accepted |
[1,of,3] windows: correct the import of win32 |
2015-12-16 |
Matt Harbison |
|
Accepted |
[2,of,3] test-default-push: make `pwd` URL compatible on Windows |
2015-12-16 |
Matt Harbison |
|
Accepted |
[3,of,3] test-check-py3: convert directory separators to '/' for MSYS |
2015-12-16 |
Matt Harbison |
|
Accepted |
[1,of,4,evolve-ext-V2] evolve: add new method _evolvestatewrite |
2015-12-16 |
Shusen LIU |
|
Changes Requested |
[2,of,4,evolve-ext-V2] evolve: add new method _evolvestateread |
2015-12-16 |
Shusen LIU |
|
Changes Requested |
[3,of,4,evolve-ext-V2] evolve: add new method _evolvestatedelete |
2015-12-16 |
Shusen LIU |
|
Changes Requested |
[4,of,4,evolve-ext-V2] evolve: extract logic to new method _evolvemerge |
2015-12-16 |
Shusen LIU |
|
Changes Requested |
[1,of,7] run-tests: report timeouts in a less alarming fashion |
2015-12-17 |
Matt Mackall |
|
Accepted |
[2,of,7] run-tests: add more scheduling weight hints |
2015-12-17 |
Matt Mackall |
|
Accepted |
[3,of,7] tests: avoid duplicate install steps in test-run-tests |
2015-12-17 |
Matt Mackall |
|
Accepted |
[4,of,7] run-tests: show scheduling with --showchannels |
2015-12-17 |
Matt Mackall |
|
Accepted |
[5,of,7] dirstate: move delaywrite logic from write to _write |
2015-12-17 |
Matt Mackall |
|
Accepted |
[6,of,7] dirstate: only invoke delaywrite if relevant |
2015-12-17 |
Matt Mackall |
|
Accepted |
[7,of,7] dirstate: make delaywrite sleep until the next multiple of n seconds |
2015-12-17 |
Matt Mackall |
|
Accepted |
ui: try to handle $$ more robustly in prompts (issue4970) |
2015-12-17 |
Matt Mackall |
|
Accepted |
help: add missed last new line to "internals" topic |
2015-12-17 |
Yuya Nishihara |
|
Accepted |
[1,of,5] commandserver: implement name() to clarify channel is not a plain file |
2015-12-17 |
Yuya Nishihara |
|
Accepted |
[2,of,5] export: do not print '<fdopen>' as an output filename |
2015-12-17 |
Yuya Nishihara |
|
Accepted |
[3,of,5] export: remove useless comparison between file object and string |
2015-12-17 |
Yuya Nishihara |
|
Accepted |
[4,of,5] cmdutil: reimplement file wrapper that disables close() |
2015-12-17 |
Yuya Nishihara |
|
Accepted |
[5,of,5] cmdutil: do not duplicate stdout by makefileobj() |
2015-12-17 |
Yuya Nishihara |
|
Accepted |
[1,of,4] bundle: clarify help text |
2015-12-17 |
timeless@mozdev.org |
|
Accepted |
[2,of,4] bundle: fix grammar in help text |
2015-12-17 |
timeless@mozdev.org |
|
Accepted |
[3,of,4] bundle: fix error for --all with destination |
2015-12-17 |
timeless@mozdev.org |
|
Accepted |
[4,of,4] bundle: warn for --base with --all |
2015-12-17 |
timeless@mozdev.org |
|
Accepted |
record: turn on showfunc |
2015-12-17 |
timeless@mozdev.org |
|
Superseded |
[Bug,5014] New: evolve extension duplicate evolution summary entries |
2015-12-17 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[1,of,4,V3] dirstate: rename the dirstate parsing and packing methods |
2015-12-17 |
Laurent Charignon |
|
Changes Requested |
[2,of,4,V3] dirstate: add code to populate the non-normal map on dirstate packing/parsing |
2015-12-17 |
Laurent Charignon |
|
Changes Requested |
[3,of,4,V3] dirstate: add code to update the non-normal map when it should be |
2015-12-17 |
Laurent Charignon |
|
Changes Requested |
[4,of,4,V3] dirstate: add test for non-normal map consistency |
2015-12-17 |
Laurent Charignon |
|
Changes Requested |
win32: add internals help topics to Inno Setup installer |
2015-12-17 |
Pascal Quantin |
|
Accepted |
[1,of,5,V4] dirstate: rename the dirstate parsing and packing methods |
2015-12-17 |
Laurent Charignon |
|
Superseded |
[2,of,5,V4] dirstate: add code to populate the non-normal map on dirstate packing/parsing |
2015-12-17 |
Laurent Charignon |
|
Superseded |
[3,of,5,V4] dirstate: add code to update the non-normal map when it should be |
2015-12-17 |
Laurent Charignon |
|
Superseded |
[4,of,5,V4] dirstate: add test for non-normal map consistency |
2015-12-17 |
Laurent Charignon |
|
Superseded |
[5,of,5,V4] dirstate: make non-normal map usable by other modules |
2015-12-17 |
Laurent Charignon |
|
Superseded |
patch: disable nobinary when HGPLAIN=1 |
2015-12-17 |
Mateusz Kwapich |
|
Accepted |
[1,of,2,v2] record: turn on showfunc |
2015-12-17 |
timeless@mozdev.org |
|
Accepted |
[2,of,2,v2] record: fix hunk handling to remember the current function |
2015-12-17 |
timeless@mozdev.org |
|
Accepted |
[1,of,2] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-17 |
Augie Fackler |
|
Superseded |
[2,of,2] changegroup: add flags field to cg3 delta header |
2015-12-17 |
Augie Fackler |
|
Superseded |
[1,of,6] add: mention .hgignore in help |
2015-12-17 |
timeless@mozdev.org |
|
Accepted |
[2,of,6] addremove: make help match add |
2015-12-17 |
timeless@mozdev.org |
|
Accepted |
[3,of,6] annotate: add missing period to help |
2015-12-17 |
timeless@mozdev.org |
|
Accepted |
[4,of,6] annotate: mention that -n is suppressed in help |
2015-12-17 |
timeless@mozdev.org |
|
Superseded |
[5,of,6] archive: adjust help text |
2015-12-17 |
timeless@mozdev.org |
|
Accepted |
[6,of,6] branch: reword help text |
2015-12-17 |
timeless@mozdev.org |
|
Accepted |
[v2] parsers: use PyTuple_Pack instead of manual list-filling |
2015-12-17 |
Bryan O'Sullivan |
|
Accepted |
List --quiet switch in hg tags |
2015-12-17 |
Thu Trang Pham |
|
Accepted |
[1,of,5,V5] dirstate: rename the dirstate parsing and packing methods |
2015-12-17 |
Laurent Charignon |
|
Changes Requested |
[2,of,5,V5] dirstate: add code to populate the non-normal map on dirstate packing/parsing |
2015-12-17 |
Laurent Charignon |
|
Changes Requested |
[3,of,5,V5] dirstate: add code to update the non-normal map |
2015-12-17 |
Laurent Charignon |
|
Changes Requested |
[4,of,5,V5] dirstate: add test for non-normal map consistency |
2015-12-17 |
Laurent Charignon |
|
Changes Requested |
[5,of,5,V5] dirstate: make non-normal map usable by other modules |
2015-12-17 |
Laurent Charignon |
|
Changes Requested |
[STABLE] revlog: seek to end of file before writing (issue4943) |
2015-12-18 |
Gregory Szorc |
|
Superseded |
[1,of,2] test-install: perform the wix checking on wdir() instead of |
2015-12-18 |
Matt Harbison |
yuya |
Accepted |
[2,of,2] wix: add help for bundle and changegroup topics |
2015-12-18 |
Matt Harbison |
yuya |
Changes Requested |
[1,of,3] hg: replace quietempty with show_stats for clean, merge, and update |
2015-12-18 |
timeless@mozdev.org |
|
Superseded |
[2,of,3] histedit: suppress useless messages |
2015-12-18 |
timeless@mozdev.org |
|
Superseded |
[3,of,3] histedit: add progress support |
2015-12-18 |
timeless@mozdev.org |
|
Superseded |
[1,of,2,v2] hg: replace quietempty with show_stats for clean, merge, and update |
2015-12-18 |
timeless@mozdev.org |
durin42 |
Rejected |
[2,of,2,v2] histedit: add progress support |
2015-12-18 |
timeless@mozdev.org |
durin42 |
Accepted |
[1,of,4,evolve-ext] evolve: add new method _evolvestatewrite |
2015-12-18 |
Shusen LIU |
|
Superseded |
[2,of,4,evolve-ext] evolve: add new method _evolvestateread |
2015-12-18 |
Shusen LIU |
|
Superseded |
[3,of,4,evolve-ext] evolve: add new method _evolvestatedelete |
2015-12-18 |
Shusen LIU |
|
Superseded |
[4,of,4,evolve-ext] evolve: extract logic to new method _evolvemerge |
2015-12-18 |
Shusen LIU |
|
Superseded |
[1,of,4,evolve-ext-V3] evolve: add new method _evolvestatewrite |
2015-12-18 |
Shusen LIU |
marmoute |
Superseded |
[2,of,4,evolve-ext-V3] evolve: add new method _evolvestateread |
2015-12-18 |
Shusen LIU |
marmoute |
Superseded |
[3,of,4,evolve-ext-V3] evolve: add new method _evolvestatedelete |
2015-12-18 |
Shusen LIU |
marmoute |
Superseded |
[4,of,4,evolve-ext-V3] evolve: extract logic to new method _evolvemerge |
2015-12-18 |
Shusen LIU |
marmoute |
Superseded |
[evolve-ext] evolve: handle merge commit with single obsolete parent (issue4389) |
2015-12-18 |
Andrew Halberstadt |
marmoute |
Changes Requested |
[1,of,3,cg3,v2] changegroup: introduce cg3, which has support for exchanging treemanifests |
2015-12-18 |
Augie Fackler |
|
Accepted |
[2,of,3,cg3,v2] changegroup: add flags field to cg3 delta header |
2015-12-18 |
Augie Fackler |
|
Accepted |
[3,of,3,cg3,v2] changegroups: add documentation for cg3 |
2015-12-18 |
Augie Fackler |
|
Accepted |
[1,of,3] commands: switch help from -x/--extended to --extended |
2015-12-18 |
timeless@mozdev.org |
|
Rejected |
[2,of,3] hgext: switch help from -x/--extended to --extended |
2015-12-18 |
timeless@mozdev.org |
|
Rejected |
[3,of,3] rebase: RFC switch help from -x/--extended to --extended |
2015-12-18 |
timeless@mozdev.org |
|
Rejected |
annotate: mention that -n is suppressed in help |
2015-12-18 |
timeless@mozdev.org |
|
Accepted |
[1,of,5] rebase: simplify documentation about public commits |
2015-12-18 |
timeless@mozdev.org |
|
Accepted |
[2,of,5] rebase: simplify documentation about selecting commits to rebase |
2015-12-18 |
timeless@mozdev.org |
|
Accepted |
[3,of,5] rebase: simplify documentation about --keep |
2015-12-18 |
timeless@mozdev.org |
|
Accepted |
[4,of,5] rebase: simplify documentation about heads |
2015-12-18 |
timeless@mozdev.org |
|
Accepted |
[5,of,5] rebase: mention conflict in documentation instead of merge |
2015-12-18 |
timeless@mozdev.org |
|
Accepted |
diff: clarify comparison as first parent |
2015-12-18 |
timeless@mozdev.org |
|
Accepted |
[1,of,2] commands: consistently indent notes 3 spaces [RFC] |
2015-12-18 |
timeless@mozdev.org |
|
Accepted |
[2,of,2] commands: lowercase the first words in each note RFC |
2015-12-18 |
timeless@mozdev.org |
|
Rejected |
[STABLE] revlog: seek to end of file before writing (issue4943) |
2015-12-18 |
Adrian Buehlmann |
|
Accepted |
pull: make a single call to obsstore.add (issue5006) |
2015-12-18 |
Matt Mackall |
marmoute |
Accepted |