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 |
[stable] tests: cat error messages are different on Solaris |
2014-07-21 |
Danek Duvall |
|
Accepted |
[1,of,4,STABLE] dirstate: delay writing out to ensure timestamp of each entries explicitly |
2014-07-22 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,4,STABLE] largefiles: use "normallookup", if "mtime" of standin is unset |
2014-07-22 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,4,STABLE] largefiles: invoke "normallookup" on "lfdirstate" for merged files |
2014-07-22 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,4,STABLE] largefiles: use "normallookup" on "lfdirstate" while reverting |
2014-07-22 |
Katsunori FUJIWARA |
|
Accepted |
dispatch: fix so that --help more reliably shows command help (issue4240) |
2014-07-22 |
Prabhu GS |
|
Changes Requested |
[STABLE] revset: force immediate revset evaluation for roots() (issue4313) |
2014-07-24 |
Gregory Szorc |
|
Changes Requested |
[STABLE] test-status: add test for removed-and-untracked state (BC by 65cdc6bab91e) |
2014-07-24 |
Yuya Nishihara |
|
Accepted |
[STABLE,v2] revset: optimize baseset.__sub__ (issue4313) |
2014-07-24 |
Gregory Szorc |
|
Accepted |
[V3] strip: remove -b/--backup codepaths |
2014-07-24 |
Jordi Gutiérrez Hermoso |
|
Accepted |
resolve: report no argument warning using a hint |
2014-07-24 |
Nathan Goldbaum |
|
Accepted |
[STABLE] memctx: substate needs to be {} instead of None |
2014-07-25 |
Sean Farley |
|
Accepted |
[STABLE] bundle2: only use callable return as reply handler |
2014-07-25 |
Pierre-Yves David |
|
Accepted |
[1,of,2,STABLE] resolve: add parenthesis around "no more unresolved files" message |
2014-07-26 |
Pierre-Yves David |
|
Accepted |
[2,of,2,STABLE] i18n: add parenthesis in Brazilian translation of the resolve message |
2014-07-26 |
Pierre-Yves David |
|
Accepted |
config: allow 'user' in .hgrc ui section (issue3169) |
2014-07-26 |
anatoly techtonik |
|
Superseded |
[v2] config: allow 'user' in .hgrc ui section (issue3169) |
2014-07-26 |
anatoly techtonik |
|
Accepted |
[stable] graft: add a reference to revsets to the help text (issue3362) |
2014-07-28 |
Alexander Becher |
|
Accepted |
[1,of,2,STABLE] doc: unify help text for "--message" option |
2014-07-29 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,2,STABLE] doc: unify help text for "--edit" option |
2014-07-29 |
Katsunori FUJIWARA |
|
Accepted |
debuginstall: handle quoted path for editor (issue4316) |
2014-07-29 |
Alexandre Garnier |
|
Superseded |
histedit: remove history_source |
2014-07-30 |
Boris Penev |
|
Rejected |
histedit: remove history_source |
2014-07-30 |
Boris Penev |
|
Rejected |
debuginstall: handle quoted path for editor (issue4316) |
2014-07-31 |
Alexandre Garnier |
|
Accepted |
[1,of,3,STABLE] convert: fix argument mismatch at formatting the abort message |
2014-07-31 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,3,STABLE] commands: make the warning message for "patch --partial" translatable |
2014-07-31 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,3,STABLE] templater: add i18n comments to error messages of newly added functions |
2014-07-31 |
Katsunori FUJIWARA |
|
Accepted |
dispatch: fix so that --help more reliably shows command help (issue4240) |
2014-07-31 |
Matt Mackall |
|
Accepted |
[STABLE] log: do not use exact matcher for --patch --follow without file (issue4319) |
2014-08-01 |
Yuya Nishihara |
|
Accepted |
[V4] run-tests: added '--json' functionality to store test result data in json file |
2014-08-01 |
Anurag Goel |
|
Changes Requested |
[V5] run-tests: '--time' option provide more details to Linux users |
2014-08-01 |
Anurag Goel |
|
Accepted |
[STABLE] color: pass on key error for win32 |
2014-08-01 |
Sean Farley |
|
Accepted |
[stable] context: call normal on the right object |
2014-08-02 |
Siddharth Agarwal |
|
Accepted |
[1,of,2] graft: allow regrafting ancestors with --force (issue3220) |
2014-08-02 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] graft: make --force apply across continues (issue3220) |
2014-08-02 |
Siddharth Agarwal |
|
Accepted |
[1,of,3] dirstate: add a method to efficiently filter by match |
2014-08-02 |
Siddharth Agarwal |
|
Accepted |
[2,of,3] context: add a method to efficiently filter by match if possible |
2014-08-02 |
Siddharth Agarwal |
|
Accepted |
[3,of,3] locate: use ctx.matches instead of ctx.walk |
2014-08-02 |
Siddharth Agarwal |
|
Accepted |
[1,of,3] keyword: really clean up kwdemo temp tree |
2014-08-02 |
Christian Ebert |
|
Accepted |
[2,of,3] keyword: bump copyright year |
2014-08-02 |
Christian Ebert |
|
Accepted |
[3,of,3] purge: prefer util.unlink instead over own removefile |
2014-08-02 |
Christian Ebert |
|
Accepted |
[01,of,15] cmdutil: introduce 'editform' to distinguish the purpose of commit text editing |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[02,of,15] fetch: pass 'editform' argument to 'cmdutil.getcommiteditor' |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[03,of,15] gpg: pass 'editform' argument to 'cmdutil.getcommiteditor' |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[04,of,15] histedit: pass 'editform' argument to 'cmdutil.getcommiteditor' |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[05,of,15] mq: pass 'editform' argument to 'cmdutil.getcommiteditor' |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[06,of,15] rebase: pass 'editform' argument to 'cmdutil.getcommiteditor' |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[07,of,15] shelve: pass 'editform' argument to 'cmdutil.getcommiteditor' |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[08,of,15] transplant: pass 'editform' argument to 'cmdutil.getcommiteditor' |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[09,of,15] backout: pass 'editform' argument to 'cmdutil.getcommiteditor' |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[10,of,15] graft: pass 'editform' argument to 'cmdutil.getcommiteditor' |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[11,of,15] tag: pass 'editform' argument to 'cmdutil.getcommiteditor' |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[12,of,15] commit: pass 'editform' argument to 'cmdutil.getcommiteditor' |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[13,of,15] import: pass 'editform' argument to 'cmdutil.getcommiteditor' |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[14,of,15] cmdutil: look commit template definition up by specified 'editform' |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
[15,of,15] cmdutil: use '[committemplate]' section like as map file for style definition |
2014-08-02 |
Katsunori FUJIWARA |
|
Accepted |
test-obsolete: better logging template |
2014-08-03 |
Pierre-Yves David |
|
Accepted |
i18n: detect UI language without POSIX-style locale variable on Windows (BC) |
2014-08-03 |
Yuya Nishihara |
|
Accepted |
[V2,STABLE] color: pass on key error for win32 (issue4298) |
2014-08-03 |
Sean Farley |
|
Accepted |
[1,of,2] wireproto: add a ``boolean`` type for getbundle parameters |
2014-08-04 |
Pierre-Yves David |
|
Accepted |
[2,of,2] getbundle: add a ``cg`` boolean argument to control changegroup inclusion |
2014-08-04 |
Pierre-Yves David |
|
Accepted |
[1,of,7] push: extract future heads computation into pushop |
2014-08-04 |
Pierre-Yves David |
|
Accepted |
[2,of,7] push: extract fallback heads computation into pushop |
2014-08-04 |
Pierre-Yves David |
|
Accepted |
[3,of,7] push: move common heads computation in pushop |
2014-08-04 |
Pierre-Yves David |
|
Accepted |
[4,of,7] push: rework the bundle2partsgenerators logic |
2014-08-04 |
Pierre-Yves David |
|
Accepted |
[5,of,7] push: make discovery extensible |
2014-08-04 |
Pierre-Yves David |
|
Accepted |
[6,of,7] push: perform phases discovery before the push |
2014-08-04 |
Pierre-Yves David |
|
Accepted |
[7,of,7] push: include phase push in the unified bundle2 push |
2014-08-04 |
Pierre-Yves David |
|
Accepted |
log: allow patterns with -f |
2014-08-04 |
Durham Goode |
|
Superseded |
[1,of,7] merge: refactor labels selection code |
2014-08-05 |
Pierre-Yves David |
|
Accepted |
[2,of,7] merge: use no-minimal for premerge too |
2014-08-05 |
Pierre-Yves David |
|
Accepted |
[3,of,7] merge: add a internal:merge3 tools |
2014-08-05 |
Pierre-Yves David |
|
Changes Requested |
[4,of,7] test-merge-tools: introduce a "revision 4" that merge with conflict |
2014-08-05 |
Pierre-Yves David |
|
Changes Requested |
[5,of,7] mergetools: add a tests for premerge --keep |
2014-08-05 |
Pierre-Yves David |
|
Changes Requested |
[6,of,7] merge-tools: make premerge valid values extensible |
2014-08-05 |
Pierre-Yves David |
|
Superseded |
[7,of,7] merge-tools: add a `premerge=merge3` config option |
2014-08-05 |
Pierre-Yves David |
|
Changes Requested |
[V2] log: allow patterns with -f |
2014-08-05 |
Durham Goode |
|
Accepted |
[1,of,3] test-run-tests.t: add extra data to tests for keyword tests |
2014-08-05 |
Augie Fackler |
|
Accepted |
[2,of,3] test-run-tests.t: add tests for skips |
2014-08-05 |
Augie Fackler |
|
Accepted |
[3,of,3] run-tests: fix test result counts with --keyword specified or skips occurring |
2014-08-05 |
Augie Fackler |
|
Accepted |
[1,of,6,V2] simplemerge: burn "minimal" feature to the ground |
2014-08-05 |
Pierre-Yves David |
|
Accepted |
[2,of,6,V2] simplermerge: support three label when merging |
2014-08-05 |
Pierre-Yves David |
|
Accepted |
[3,of,6,V2] filemerge: drop extra white space |
2014-08-05 |
Pierre-Yves David |
|
Accepted |
[4,of,6,V2] filemerge: allow the formating of three labels instead of two |
2014-08-05 |
Pierre-Yves David |
|
Accepted |
[5,of,6,V2] internal:merge: update documentation |
2014-08-05 |
Pierre-Yves David |
|
Accepted |
[6,of,6,V2] merge: add a internal:merge3 tools |
2014-08-05 |
Pierre-Yves David |
|
Accepted |
[1,of,4,V2] test-merge-tools: introduce a "revision 4" that merge with conflict |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[2,of,4,V2] mergetools: add a tests for premerge --keep |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[3,of,4,V2] merge-tools: make premerge valid values extensible |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[4,of,4,V2] merge-tools: add a `premerge=merge3` config option |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[1,of,4] push: explicitly encode a list of obsmarkers to push |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[2,of,4] push: move the list of obsmarker to push on the push operation |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[3,of,4] push: introduce a discovery step for obsmarker |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[4,of,4] push: use stepsdone for obsmarkers push |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[v2] run-tests: add support for xunit test reports |
2014-08-06 |
Augie Fackler |
|
Accepted |
[1,of,6] config: fix restoreconfig of non existing config |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[2,of,6] rebase: do not retract phase boundary by hand |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[3,of,6] commit: update the --secret code to use backupconfig and restoreconfig |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[4,of,6] shelve: do not retract phase boundary by hand |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[5,of,6] changegroup: add a `targetphase` argument to `addchangegroup` |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[6,of,6] shelve: using `targetphase` while unbundling |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[1,of,5] mq: wrap qfinish phase movement in a transaction |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[2,of,5] mq: wrap qimport phase movement in a transaction |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[3,of,5] phase: wrap `hg phases` phase movement in a transaction |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[4,of,5] push: wrap local phase movement in a transaction |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
[5,of,5] pushkey: wrap pushkey phase movement in a transaction |
2014-08-06 |
Pierre-Yves David |
|
Accepted |
check-commit: add an automatic testing of all draft changesets under "." |
2014-08-06 |
Pierre-Yves David |
|
Superseded |
[1,of,6] basefilectx: move isexec and islink from memfilectx |
2014-08-06 |
Sean Farley |
|
Accepted |
[2,of,6] basectx: add missing, merge, and branch args to dirty method |
2014-08-06 |
Sean Farley |
|
Accepted |
[3,of,6] patch: add __getitem__ method to filestore |
2014-08-06 |
Sean Farley |
|
Accepted |
[4,of,6] memctx: create a filectxfn if it is not callable |
2014-08-06 |
Sean Farley |
|
Superseded |
[5,of,6] cmdutil: call memctx directly instead of makememctx |
2014-08-06 |
Sean Farley |
|
Accepted |
[6,of,6] context: remove makememctx since there are no more callers |
2014-08-06 |
Sean Farley |
|
Accepted |
[V2] check-commit: add an automatic testing of all draft changesets under "." |
2014-08-06 |
Pierre-Yves David |
|
Changes Requested |
[1,of,5,V2] context: move importing patch into the diff method |
2014-08-06 |
Sean Farley |
|
Changes Requested |
[2,of,5,V2] patch: add __getitem__ method to filestore |
2014-08-06 |
Sean Farley |
|
Changes Requested |
[3,of,5,V2] memctx: create a filectxfn if it is not callable |
2014-08-06 |
Sean Farley |
|
Superseded |
[4,of,5,V2] cmdutil: call memctx directly instead of makememctx |
2014-08-06 |
Sean Farley |
|
Changes Requested |
[5,of,5,V2] context: remove makememctx since there are no more callers |
2014-08-06 |
Sean Farley |
|
Changes Requested |
[1,of,3] pull: pre-filter remote phases before moving local ones |
2014-08-07 |
Pierre-Yves David |
|
Accepted |
[2,of,3] phase: add a transaction argument to advanceboundary |
2014-08-07 |
Pierre-Yves David |
|
Accepted |
[3,of,3] phase: add a transaction argument to retractboundary |
2014-08-07 |
Pierre-Yves David |
|
Accepted |
test-patchbomb.t: work around Python change d579866d6419 (issue4188) |
2014-08-07 |
Augie Fackler |
|
Accepted |
simplemerge: remove dead code |
2014-08-07 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[1,of,3] repoview: split _gethiddenblockers |
2014-08-07 |
David Soria Parra |
|
Superseded |
[2,of,3] repoview: cache hidden changesets |
2014-08-07 |
David Soria Parra |
|
Superseded |
[3,of,3] repoview: add optional hiddencache verification |
2014-08-07 |
David Soria Parra |
|
Accepted |
[stable] histedit: add "amnd" command to fold commit data and drop message (issue4256) |
2014-08-07 |
adgar@google.com |
|
Changes Requested |
[stable] histedit: use str.startswith, remove duplicate line and extra blank line |
2014-08-07 |
adgar@google.com |
|
Changes Requested |
[1,of,8,RFC] memctx: create a filectxfn if it is not callable |
2014-08-07 |
Sean Farley |
|
Accepted |
[2,of,8,RFC] workingfilectx: add remove and write methods |
2014-08-07 |
Sean Farley |
|
Accepted |
[3,of,8,RFC] memfilectx: add remove and write methods |
2014-08-07 |
Sean Farley |
|
Accepted |
[4,of,8,RFC] basectx: cache filectx generation for all contexts |
2014-08-07 |
Sean Farley |
|
Accepted |
[5,of,8,RFC] memctx: add note about p2 |
2014-08-07 |
Sean Farley |
|
Accepted |
[6,of,8,RFC] merge: use file context objects instead of acting directly on localrepo |
2014-08-07 |
Sean Farley |
|
Accepted |
[7,of,8,RFC] merge: allow passing in a memctx with the rctx argument |
2014-08-07 |
Sean Farley |
|
Accepted |
[8,of,8,RFC] tests: add a new test for merging with memctx |
2014-08-07 |
Sean Farley |
|
Accepted |
[1,of,5] transaction: use `self.journal` to create backup file |
2014-08-07 |
Pierre-Yves David |
|
Accepted |
[2,of,5] transaction: backup file in a dedicated "namespace" |
2014-08-07 |
Pierre-Yves David |
|
Accepted |
[3,of,5] transaction: add a file generation mechanism |
2014-08-07 |
Pierre-Yves David |
|
Accepted |
[4,of,5] phase: extract the phaseroots serialisation in a dedicated method |
2014-08-07 |
Pierre-Yves David |
|
Accepted |
[5,of,5] phase: attach phase to the transaction instead of the lock |
2014-08-07 |
Pierre-Yves David |
|
Accepted |
[1,of,4] test-revert: improve comment |
2014-08-08 |
Pierre-Yves David |
|
Accepted |
[2,of,4] test-revert: drop useless comment |
2014-08-08 |
Pierre-Yves David |
|
Accepted |
[3,of,4] check-code: capture "wc" as a word |
2014-08-08 |
Pierre-Yves David |
|
Accepted |
[4,of,4] check-code: allow an escape patter to be specified for testpattern |
2014-08-08 |
Pierre-Yves David |
|
Accepted |
[1,of,2,evolve-ext] test: add parent hash to commit message in test-evolve.t |
2014-08-10 |
Matt Harbison |
|
Not Applicable |
[2,of,2,evolve-ext] evolve: replace each obsolete sha1 in the description with its latest successor |
2014-08-10 |
Matt Harbison |
|
Not Applicable |
[evolve-ext] relocate: fix typo |
2014-08-10 |
Faheem Mitha |
|
Accepted |
[1,of,5,STABLE] largefiles: put whole rollback-ing process into the same "wlock" scope |
2014-08-11 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,5,STABLE] largefiles: factor out synchronization of lfdirstate for future use |
2014-08-11 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,5,STABLE] largefiles: restore "R" status of removed largefiles correctly at "hg rollback" |
2014-08-11 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,5,STABLE] largefiles: drop orphan entries from lfdristat at "hg rollback" |
2014-08-11 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,5,STABLE] largefiles: synchronize lfdirstate with dirstate after automated committing |
2014-08-11 |
Katsunori FUJIWARA |
|
Accepted |
[v2] histedit: add "amen" command to fold commit data and drop message (issue4256) |
2014-08-11 |
adgar@google.com |
|
Changes Requested |
[1,of,8] test-revert: drop useless comment |
2014-08-11 |
Pierre-Yves David |
|
Accepted |
[2,of,8] test-revert: prepare methodical testing of revert cases |
2014-08-11 |
Pierre-Yves David |
|
Accepted |
[3,of,8] test-revert: also create a text version of the snapshot |
2014-08-11 |
Pierre-Yves David |
|
Accepted |
[4,of,8] test-revert: display the list of all generated cases |
2014-08-11 |
Pierre-Yves David |
|
Accepted |
[5,of,8] test-revert: add methodical revert to parent for working directory |
2014-08-11 |
Pierre-Yves David |
|
Accepted |
[6,of,8] test-revert: add methodical revert to "base" |
2014-08-11 |
Pierre-Yves David |
|
Superseded |
[7,of,8] test-revert: add methodical revert with explicit file path |
2014-08-11 |
Pierre-Yves David |
|
Accepted |
[8,of,8] test-revert: add methodical revert to "base" with explicit file path |
2014-08-11 |
Pierre-Yves David |
|
Accepted |
filemerge: add non-interactive internal:merge-local and internal:merge-other |
2014-08-11 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[1,of,2,evolve-ext,V2] test: add parent hash to commit message in test-evolve.t |
2014-08-12 |
Matt Harbison |
|
Not Applicable |
[2,of,2,evolve-ext,V2] evolve: replace each obsolete sha1 in the description with its latest successor |
2014-08-12 |
Matt Harbison |
|
Not Applicable |
revset: bookmark revset interprets 'literal:' prefix correctly (issue4329) |
2014-08-12 |
mkoconnor@gmail.com |
|
Superseded |
revset: bookmark revset interprets 'literal:' prefix correctly (issue4329) |
2014-08-12 |
Matt Mackall |
|
Accepted |
[01,of,11] test-revert: add case where file is added between "base" and "parent" |
2014-08-12 |
Pierre-Yves David |
|
Accepted |
[02,of,11] test-revert: add case where file is unchanged between "base" and "parent" |
2014-08-12 |
Pierre-Yves David |
|
Accepted |
[03,of,11] test-revert: add case where the file is removed between "base" and "parent" |
2014-08-12 |
Pierre-Yves David |
|
Accepted |
[04,of,11] test-revert: add case where file exist neither in "base" nor in "parent" |
2014-08-12 |
Pierre-Yves David |
|
Accepted |
[05,of,11] test-revert: add case where wc content is already reverted to base content |
2014-08-12 |
Pierre-Yves David |
|
Accepted |
[06,of,11] test-revert: add case where wc content is different from "base" and "parent" |
2014-08-12 |
Pierre-Yves David |
|
Accepted |
[07,of,11] test-revert: add case where the file is marked as removed in the wc |
2014-08-12 |
Pierre-Yves David |
|
Accepted |
[08,of,11] test-revert: add case where file exists but is untracked in working directory |
2014-08-12 |
Pierre-Yves David |
|
Accepted |
[09,of,11] test-revert: add case with untracked files with reverted content |
2014-08-12 |
Pierre-Yves David |
|
Accepted |
[10,of,11] test-revert: add case with untracked files with unique content |
2014-08-12 |
Pierre-Yves David |
|
Accepted |
[11,of,11] test-revert: add case where file is tracked but deleted in working directory |
2014-08-12 |
Pierre-Yves David |
|
Accepted |
[evolve-ext] evolve: fix the 'grab' alias to work on Windows |
2014-08-12 |
Matt Harbison |
|
Not Applicable |
[evolve-ext] evolve: fix the 'grab' alias to work on Windows |
2014-08-13 |
Matt Harbison |
|
Not Applicable |
[V2] filemerge: add non-interactive internal:merge-local and internal:merge-other |
2014-08-13 |
Jordi Gutiérrez Hermoso |
|
Changes Requested |
[1,of,4] revert: move manifest membership condition outside of the loop |
2014-08-13 |
Pierre-Yves David |
|
Accepted |
[2,of,4] revert: prefix variable names for dirstate status with "ds" |
2014-08-13 |
Pierre-Yves David |
|
Accepted |
[3,of,4] revert: call status against revert target too |
2014-08-13 |
Pierre-Yves David |
|
Accepted |
[4,of,4] revert: issue "no changes needed" message for files missing on both side |
2014-08-13 |
Pierre-Yves David |
|
Accepted |
config: give more fine-tuned sample hgrcs to this command |
2014-08-13 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[v3] histedit: add "roll" command to fold commit data and drop message (issue4256) |
2014-08-13 |
adgar@google.com |
|
Accepted |
[1,of,4,V2] repoview: use set for blockers |
2014-08-13 |
David Soria Parra |
|
Accepted |
[2,of,4,V2] repoview: split _gethiddenblockers |
2014-08-13 |
David Soria Parra |
|
Accepted |
[3,of,4,V2] repoview: add caching bits |
2014-08-13 |
David Soria Parra |
|
Accepted |
[4,of,4,V2] repoview: cache hidden changesets |
2014-08-13 |
David Soria Parra |
|
Accepted |
[1,of,6,stable] cmdutil: rename _makelogfilematcher to _makefollowlogfilematcher |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
[2,of,6,stable] cmdutil: add a hook for making custom non-follow log file matchers |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
[3,of,6,stable] largefiles: drop setting lfstatus in overridelog (issue4334) |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
[4,of,6,stable] largefiles: in overridelog, use non-lf matcher for patch generation (issue4334) |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
[5,of,6,stable] largefiles: don't override matchandpats for always matchers (issue4334) |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
[6,of,6,stable] test-largefiles: add test for hg log --follow --patch with path |
2014-08-13 |
Siddharth Agarwal |
|
Accepted |
histedit: preserve initial author on fold (issue4296) |
2014-08-13 |
Martin von Zweigbergk |
|
Accepted |
[1,of,6] alias: add test for alias command provided by disabled extension |
2014-08-14 |
Yuya Nishihara |
|
Accepted |
[2,of,6] alias: keep error message in "badalias" so that help can see it |
2014-08-14 |
Yuya Nishihara |
|
Accepted |
[3,of,6] alias: provide "unknowncmd" flag to tell help to look for disabled command |
2014-08-14 |
Yuya Nishihara |
|
Accepted |
[4,of,6] help: provide help of bad alias without executing aliascmd() |
2014-08-14 |
Yuya Nishihara |
|
Accepted |
[5,of,6] alias: show one-line hint for command provided by disabled extension |
2014-08-14 |
Yuya Nishihara |
|
Accepted |
[6,of,6] alias: exit from bad definition by Abort |
2014-08-14 |
Yuya Nishihara |
|
Accepted |
[1,of,2] test-alias: add some tests to ensure we aren't double-substituting |
2014-08-14 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] alias: expand "$@" as list of parameters quoted individually (BC) (issue4200) |
2014-08-14 |
Siddharth Agarwal |
|
Accepted |
[1,of,6] revert: triage "deleted" files into more appropriate categories |
2014-08-14 |
Pierre-Yves David |
|
Accepted |
[2,of,6] revset: also track clean files |
2014-08-14 |
Pierre-Yves David |
|
Accepted |
[3,of,6] revert: process removed files missing in target as clean |
2014-08-14 |
Pierre-Yves David |
|
Accepted |
[4,of,6] revert: use "remove" information from both status |
2014-08-14 |
Pierre-Yves David |
|
Accepted |
[5,of,6] revert: drop special case handling for file unknown in parent |
2014-08-14 |
Pierre-Yves David |
|
Accepted |
[6,of,6] revert: use modified information from both status |
2014-08-14 |
Pierre-Yves David |
|
Accepted |
[1,of,2,STABLE] debugobsolete: catch ValueError that may be raised by obsstore.create |
2014-08-14 |
Pierre-Yves David |
|
Accepted |
[2,of,2,STABLE] obsstore.create: add a simple safeguard about cyclic marker |
2014-08-14 |
Pierre-Yves David |
|
Accepted |
[STABLE] discovery: prevent crash on unknown remote heads with old repo (issue4337) |
2014-08-15 |
Pierre-Yves David |
|
Accepted |
[1,of,2,stable] merge: show the scary multiple ancestor hint for merges only, not for updates |
2014-08-15 |
Mads Kiilerich |
|
Accepted |
[2,of,2,stable] changectx: ancestor should only prefer merge.preferancestor if it is a revision |
2014-08-15 |
Mads Kiilerich |
|
Accepted |
[1,of,2,stable] tests: improve test coverage for discovery and actual parameters for pulling |
2014-08-15 |
Mads Kiilerich |
|
Accepted |
[2,of,2,stable] incoming: don't request heads that already are common |
2014-08-15 |
Mads Kiilerich |
|
Accepted |
[1,of,5] largefiles: put whole "hgupdaterepo" process into the same "wlock" scope |
2014-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,5] largefiles: put whole "hgmerge" process into the same "wlock" scope |
2014-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,5] largefiles: add test for large/normal conflict at linear merging |
2014-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,5] largefiles: keep largefiles colliding with normal one at linear merge |
2014-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,5] largefiles: update lfdirstate for unchanged largefiles at linear merging |
2014-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,2] annotate: rewrite long short-circuit statement by if-elif-else |
2014-08-15 |
Yuya Nishihara |
|
Accepted |
[2,of,2] annotate: inline definition of decorate() functions |
2014-08-15 |
Yuya Nishihara |
|
Accepted |
[1,of,8] ui: invoke editor for committing with HGEDITFORM environment variable |
2014-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,8] commit: change "editform" to distinguish merge commits from other |
2014-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,8] commit: change "editform" to distinguish merge commits from other (--amend) |
2014-08-15 |
Katsunori FUJIWARA |
|
Superseded |
[4,of,8] import: change "editform" to distinguish merge commits from other |
2014-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,8] import: change "editform" to distinguish merge commits from other (--bypass) |
2014-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,8] rebase: use "rebase.collapse" as "editform" for "--collapse" always |
2014-08-15 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,8] rebase: change "editform" to distinguish merge commits from other |
2014-08-15 |
Katsunori FUJIWARA |
|
Changes Requested |
[8,of,8] transplant: change "editform" to distinguish merge commits from other |
2014-08-15 |
Katsunori FUJIWARA |
|
Changes Requested |
[1,of,7] cleanup: make sure we always access members of imported modules |
2014-08-15 |
Mads Kiilerich |
|
Accepted |
[2,of,7] cleanup: avoid _ for local unused tmp variables - that is reserved for i18n |
2014-08-15 |
Mads Kiilerich |
|
Accepted |
[3,of,7] cleanup: avoid local vars shadowing imports |
2014-08-15 |
Mads Kiilerich |
|
Accepted |
[4,of,7] cleanup: fix some list comprehension redefinitions of existing vars |
2014-08-15 |
Mads Kiilerich |
|
Accepted |
[5,of,7] cleanup: remove some unused / duplicate imports |
2014-08-15 |
Mads Kiilerich |
|
Accepted |
[6,of,7] cleanup: rename check-translation.py checker function - don't hide global var |
2014-08-15 |
Mads Kiilerich |
|
Accepted |
[7,of,7] cleanup: name unused variables using convention of leading _ |
2014-08-15 |
Mads Kiilerich |
|
Accepted |
[1,of,5] revert: simplify handling of `added` files |
2014-08-15 |
Pierre-Yves David |
|
Accepted |
[2,of,5] revert: detect files added during a merge |
2014-08-15 |
Pierre-Yves David |
|
Accepted |
[3,of,5] revert: drop `missingmodified` set |
2014-08-15 |
Pierre-Yves David |
|
Accepted |
[4,of,5] revert: remove code killed by the double status |
2014-08-15 |
Pierre-Yves David |
|
Accepted |
[5,of,5] revert: inline a now useless closure |
2014-08-15 |
Pierre-Yves David |
|
Accepted |
revert: add a XXX about rename tracking |
2014-08-15 |
Pierre-Yves David |
|
Accepted |
test-treediscovery: update output after merge |
2014-08-15 |
Pierre-Yves David |
|
Accepted |
[1,of,8] obsmarker: add a `flags` method |
2014-08-16 |
Pierre-Yves David |
|
Accepted |
[2,of,8] obsolete: explicitly pass metadata argument using keyword argument |
2014-08-16 |
Pierre-Yves David |
|
Accepted |
[3,of,8] obsstore: add an explicit `date` argument to obsstore.create |
2014-08-16 |
Pierre-Yves David |
|
Accepted |
[4,of,8] debugobsolete: use the new date argument on obsstore.create |
2014-08-16 |
Pierre-Yves David |
|
Accepted |
[5,of,8] obsolete: add a date argument to the `createmarkers` function |
2014-08-16 |
Pierre-Yves David |
|
Accepted |
[6,of,8] debugobsolete: explicitly display date in the output |
2014-08-16 |
Pierre-Yves David |
|
Accepted |
[7,of,8] obsstore: add fields attribute to track each field in a markers |
2014-08-16 |
Pierre-Yves David |
|
Accepted |
[8,of,8] obsmarker: add `date` as an explicit field |
2014-08-16 |
Pierre-Yves David |
|
Accepted |
[1,of,6,V2] commit: change "editform" to distinguish merge commits from other |
2014-08-16 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,6,V2] commit: change "editform" to distinguish merge commits from other (--amend) |
2014-08-16 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,6,V2] import: change "editform" to distinguish merge commits from other |
2014-08-16 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,6,V2] import: change "editform" to distinguish merge commits from other (--bypass) |
2014-08-16 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,6,V2] rebase: change "editform" to distinguish merge commits from other |
2014-08-16 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,6,V2] transplant: change "editform" to distinguish merge commits from other |
2014-08-16 |
Katsunori FUJIWARA |
|
Accepted |
exchange: remove duplicated addition to pushop.stepdone |
2014-08-16 |
Pierre-Yves David |
|
Accepted |
[evolve-ext] debian: clean up rule file |
2014-08-16 |
Faheem Mitha |
|
Changes Requested |
[1,of,3] platform: implement readpipe() |
2014-08-16 |
Gregory Szorc |
|
Accepted |
[2,of,3] posix: implement readpipe using non-blocking I/O (issue4336) |
2014-08-16 |
Gregory Szorc |
|
Accepted |
[3,of,3] test-ssh: verify that stderr from remote is printed (issue4336) |
2014-08-16 |
Gregory Szorc |
|
Accepted |
[V2,evolve-ext] debian: clean up rules file |
2014-08-16 |
Faheem Mitha |
|
Not Applicable |
[evolve-ext] pkg: make tests pass using the generated tarball |
2014-08-16 |
Faheem Mitha |
|
Not Applicable |
hgweb: refresh repository using URL not path (issue4323) |
2014-08-18 |
Gregory Szorc |
|
Accepted |
[01,of,12] localrepo: add an unused dictionary for arbitrary labels |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[02,of,12] localrepo: add a helper method for creating a label |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[03,of,12] localrepo: add a method to create an arbitrary label |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[04,of,12] localrepo: add a method to return labels in a namespace |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[05,of,12] localrepo: add a method to return all labels for all namespaces |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[06,of,12] localrepo: add a method to return labels associated with a node |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[07,of,12] cmdutil: use repo.labels instead of accessing tags and bookmarks directly |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[08,of,12] context: use labels instead of hardcoding tags and bookmarks |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[09,of,12] debuglabelcomplete: use labels instead of hardcoding tags and bookmarks |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[10,of,12] template: rename label to color but leave alias for backwards compatibility |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[11,of,12] templatekw: add a keyword to list all labels |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[12,of,12] templater: add a method to list labels in a namespace |
2014-08-18 |
Sean Farley |
|
Changes Requested |
[1,of,6] push: update bookmark within the remote lock |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[2,of,6] ancestors: add a __nonzero__ method |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[3,of,6] pushbookmark: stop unrolling ancestors |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[4,of,6] pushbookmark: remove a <cond> and <val> or <other> construct |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[5,of,6] pushbookmark: split an ultra long line in a saner version |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[6,of,6] pushbookmark: do not attempt to update bookmark if the push failed (BC) |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[1,of,5] revert: use a flat dispatch table |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[2,of,5] revset: factorize backup decision |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[3,of,5] revert: use actions[...] in all disptable case |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[4,of,5] revert: explode the action tuple in the for loop |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[5,of,5] revert: simplify loop conditional |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[1,of,4] revert: add a message to noop action |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[2,of,4] revert: drop more dead code |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[3,of,4] revert: handle unknown file through status |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[4,of,4] revert: drop dead code about untracked file |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[1,of,5] pushbookmark: split an ultra long line in a saner version |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[2,of,5] push: Move bookmark discovery with other discovery steps |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[3,of,5] push: use stepsdone to control bookmark push |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[4,of,5] test-bundle2: add bookmark movement to the push test |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[5,of,5] push: add bookmarks to the unified bundle2 push |
2014-08-18 |
Pierre-Yves David |
|
Accepted |
[1,of,7] obsstore: add a `parents` field |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[2,of,7] obsstore: add a `parents` argument to obsstore.create |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[3,of,7] createmarkers: automatically record the parent of pruned changeset |
2014-08-19 |
Pierre-Yves David |
|
Changes Requested |
[4,of,7] obsstore: drop 'date' from the metadata dictionnary |
2014-08-19 |
Pierre-Yves David |
|
Changes Requested |
[5,of,7] obsstore: also store the 'parents' field on disk |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[6,of,7] obsmarkers: add a `parentnodes` method to retrieve parents information |
2014-08-19 |
Pierre-Yves David |
|
Changes Requested |
[7,of,7] debugobsolete: display parents information from markers |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[1,of,4] basectx: cache filectx generation for all contexts |
2014-08-19 |
Sean Farley |
|
Changes Requested |
[2,of,4] merge: use file context objects instead of acting directly on localrepo |
2014-08-19 |
Sean Farley |
|
Changes Requested |
[3,of,4] merge: allow passing in a memctx with the rctx argument (RFC DO NOT COMMIT) |
2014-08-19 |
Sean Farley |
|
Changes Requested |
[4,of,4] tests: add a new test for merging with memctx (RFC DO NOT COMMIT) |
2014-08-19 |
Sean Farley |
|
Changes Requested |
[1,of,6] util: add event handling mechanism |
2014-08-19 |
Gregory Szorc |
|
Changes Requested |
[2,of,6] localrepo: add events support to localrepository |
2014-08-19 |
Gregory Szorc |
|
Changes Requested |
[3,of,6] exchange: add pushbegin event |
2014-08-19 |
Gregory Szorc |
|
Changes Requested |
[4,of,6] exchange: add pushafterdiscovery event |
2014-08-19 |
Gregory Szorc |
|
Changes Requested |
[5,of,6] exchange: add pushafterdatasent event |
2014-08-19 |
Gregory Szorc |
|
Changes Requested |
[6,of,6] exchange: add pushfinish event |
2014-08-19 |
Gregory Szorc |
|
Changes Requested |
obsstore: do not crash on invalid date when reading markers |
2014-08-19 |
Pierre-Yves David |
|
Accepted |
[1,of,7,V2,apply,on,date,fix] obsstore: add a `parents` field |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[2,of,7,V2,apply,on,date,fix] obsstore: add a `parents` argument to obsstore.create |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[3,of,7,V2,apply,on,date,fix] createmarkers: automatically record the parent of pruned changeset |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[4,of,7,V2,apply,on,date,fix] obsstore: drop 'date' from the metadata dictionnary |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[5,of,7,V2,apply,on,date,fix] obsstore: also store the 'parents' field on disk |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[6,of,7,V2,apply,on,date,fix] obsmarkers: add a `parentnodes` method to retrieve parents information |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[7,of,7,V2,apply,on,date,fix] debugobsolete: display parents information from markers |
2014-08-19 |
Pierre-Yves David |
|
Superseded |
[1,of,8] obsstore: add some documentation about the marker fields |
2014-08-19 |
Pierre-Yves David |
|
Accepted |
[2,of,8] obsstore: add a `parents` field |
2014-08-19 |
Pierre-Yves David |
|
Accepted |
[3,of,8] obsstore: add a `parents` argument to obsstore.create |
2014-08-19 |
Pierre-Yves David |
|
Accepted |
[4,of,8] createmarkers: automatically record the parent of pruned changeset |
2014-08-19 |
Pierre-Yves David |
|
Accepted |
[5,of,8] obsstore: drop 'date' from the metadata dictionnary |
2014-08-19 |
Pierre-Yves David |
|
Accepted |
[6,of,8] obsstore: also store the 'parents' field on disk |
2014-08-19 |
Pierre-Yves David |
|
Accepted |
[7,of,8] obsmarkers: add a `parentnodes` method to retrieve parents information |
2014-08-19 |
Pierre-Yves David |
|
Accepted |
[8,of,8] debugobsolete: display parents information from markers |
2014-08-19 |
Pierre-Yves David |
|
Accepted |
[1,of,8,RFC] localrepo: extend "changeid in repo" to return True for workingctx revision |
2014-08-19 |
Yuya Nishihara |
|
Superseded |
[2,of,8,RFC] localrepo: provide working context by integer revision next to tip (crazy idea) |
2014-08-19 |
Yuya Nishihara |
|
Changes Requested |
[3,of,8,RFC] localrepo: add "workingdir" symbol to specify workingctx by command (BC) |
2014-08-19 |
Yuya Nishihara |
|
Changes Requested |
[4,of,8,RFC] context: add uncommitted() that can be used in place of "rev() is None" |
2014-08-19 |
Yuya Nishihara |
|
Changes Requested |
[5,of,8,RFC] committablectx: override hex() to return p1 hash with "+" suffix |
2014-08-19 |
Yuya Nishihara |
|
Changes Requested |
[6,of,8,RFC] annotate: abort early if no file is specified |
2014-08-19 |
Yuya Nishihara |
|
Accepted |
[7,of,8,RFC] annotate: use context methods to get short/long hex of changeset hash |
2014-08-19 |
Yuya Nishihara |
|
Changes Requested |
[8,of,8,RFC] annotate: add option to annotate working-directory files |
2014-08-19 |
Yuya Nishihara |
|
Superseded |
[V5] run-tests: added '--json' functionality to store test result data in json file |
2014-08-20 |
Anurag Goel |
|
Changes Requested |
[1,of,2] patch: enable diff.tab markup for the color extension |
2014-08-20 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[2,of,2] color: enable default color for tabs (BC) |
2014-08-20 |
Jordi Gutiérrez Hermoso |
|
Changes Requested |
purge: avoid full walks when directories aren't purged |
2014-08-20 |
Siddharth Agarwal |
|
Accepted |
[1,of,2] config: give more fine-tuned sample hgrcs to this command |
2014-08-20 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[2,of,2] config: populate sample repo-level and global-level sample hgrcs |
2014-08-20 |
Jordi Gutiérrez Hermoso |
|
Changes Requested |
[1,of,7] obsstore: drop outdated comment |
2014-08-21 |
Pierre-Yves David |
|
Accepted |
[2,of,7] push: check if local and remote support evolution during discovery |
2014-08-21 |
Pierre-Yves David |
|
Accepted |
[3,of,7] obsstore: keep track of children information |
2014-08-21 |
Pierre-Yves David |
|
Accepted |
[4,of,7] obsstore: add relevant markers method |
2014-08-21 |
Pierre-Yves David |
|
Accepted |
[5,of,7] debugobsolete: add a way to record parent information |
2014-08-21 |
Pierre-Yves David |
|
Accepted |
[6,of,7] obsolete: rename `allmarkers` to `getmarkers` |
2014-08-21 |
Pierre-Yves David |
|
Accepted |
[7,of,7] debugobsolete: add a --rev argument |
2014-08-21 |
Pierre-Yves David |
|
Accepted |
[1,of,2] test-config: add tests from invalid syntax |
2014-08-21 |
Pierre-Yves David |
|
Accepted |
[2,of,2] config: highlight parse error caused by leading spaces (issue3214) |
2014-08-21 |
Pierre-Yves David |
|
Accepted |
cvsps: add two more tiebreakers in cscmp |
2014-08-21 |
Augie Fackler |
|
Accepted |
[V5] run-tests: added '--json' functionality to store test result data in json file |
2014-08-21 |
Anurag Goel |
|
Not Applicable |
[1,of,2] clone: for local clones, copy the branchcache from the right location (issue4286) |
2014-08-21 |
Siddharth Agarwal |
|
Accepted |
[2,of,2] clone: for local clones, copy over filtered branchcaches as well (issue4286) |
2014-08-21 |
Siddharth Agarwal |
|
Superseded |
[1,of,2,V2] clone: for local clones, copy branchcache from the right location (issue4286) |
2014-08-21 |
Siddharth Agarwal |
|
Accepted |
[2,of,2,V2] clone: for local clones, copy over filtered branchcaches as well (issue4286) |
2014-08-21 |
Siddharth Agarwal |
|
Accepted |
[Bug,4344] New: Interrupting a strip at the wrong time can result in an unknown working parent error |
2014-08-22 |
mercurial-bugs@selenic.com |
|
Not Applicable |
[V6] run-tests: added '--json' functionality to store test result in json file |
2014-08-22 |
Anurag Goel |
|
Superseded |
[1,of,2] histedit: drop duplicate line extracting keep option |
2014-08-22 |
adgar@google.com |
|
Accepted |
[2,of,2] histedit: use str.startswith to check for comments in action list |
2014-08-22 |
adgar@google.com |
|
Accepted |
[1,of,2,evolve-ext,V3] test: add parent hash to commit message in test-evolve.t |
2014-08-23 |
Matt Harbison |
|
Not Applicable |
[2,of,2,evolve-ext,V3] evolve: replace each obsolete sha1 in the description with its latest successor |
2014-08-23 |
Matt Harbison |
|
Not Applicable |
[STABLE] templater: enable alias predicates to be used in "revset()" function |
2014-08-23 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,3] import: disallow meaningless combination of "--exact" and "--edit" |
2014-08-23 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,3] import: avoid editor invocation at importing with "--exact" for exact-ness |
2014-08-23 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,3] import: show the warning message for failure of merging |
2014-08-23 |
Katsunori FUJIWARA |
|
Superseded |
[evolve-ext] debian: add README to the list of documents shipped with the package |
2014-08-23 |
Faheem Mitha |
|
Not Applicable |
[evolve-ext] debian: add missing curl Build-Depends |
2014-08-23 |
Faheem Mitha |
|
Not Applicable |
log: use correct phase info for parent field (issue4347) |
2014-08-23 |
Sean Farley |
|
Accepted |
ui: add brief comment why raw_input() needs dummy ' ' prompt string |
2014-08-24 |
Yuya Nishihara |
|
Accepted |
[1,of,8] largefiles: omit restoring standins if working parent is not rollbacked |
2014-08-24 |
Katsunori FUJIWARA |
|
Accepted |
[2,of,8] largefiles: restore standins from non branch-tip parent at rollback correctly |
2014-08-24 |
Katsunori FUJIWARA |
|
Accepted |
[3,of,8] largefiles: restore standins according to restored dirstate |
2014-08-24 |
Katsunori FUJIWARA |
|
Accepted |
[4,of,8] largefiles: unlink standins not known to the restored dirstate at rollback |
2014-08-24 |
Katsunori FUJIWARA |
|
Accepted |
[5,of,8] largefiles: move "updatestandin" invocation to "hg.updaterepo" wrapper |
2014-08-24 |
Katsunori FUJIWARA |
|
Accepted |
[6,of,8] largefiles: update largefiles even if rebase is aborted by conflict |
2014-08-24 |
Katsunori FUJIWARA |
|
Accepted |
[7,of,8] largefiles: update largefiles even if transplant is aborted by conflict |
2014-08-24 |
Katsunori FUJIWARA |
|
Accepted |
[8,of,8] largefiles: remove redundant "updatelfiles" invocation in "lfilesrepo.commit" |
2014-08-24 |
Katsunori FUJIWARA |
|
Accepted |
[1,of,2] patch: enable diff.tab markup for the color extension |
2014-08-24 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[2,of,2] color: document the possibility to colourise tabs in diffs |
2014-08-24 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[1,of,3] color: document that labels are used for colourising text |
2014-08-24 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[2,of,3] color: document that changeset phases have labels |
2014-08-24 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[3,of,3] color: enable debug option to show labels |
2014-08-24 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[1,of,2] simplemerge: enable option to resolve conflicts one way |
2014-08-24 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[2,of,2] filemerge: add non-interactive internal:merge-local and internal:merge-other |
2014-08-24 |
Jordi Gutiérrez Hermoso |
|
Changes Requested |
[1,of,3] config: give more fine-tuned sample hgrcs to this command |
2014-08-24 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[2,of,3] config: give a more detailed sample repo config |
2014-08-24 |
Jordi Gutiérrez Hermoso |
|
Superseded |
[3,of,3] config: propose some sample global config file |
2014-08-24 |
Jordi Gutiérrez Hermoso |
|
Accepted |
[1,of,5] commit: use None value for missing files instead of overloading IOError |
2014-08-25 |
Mads Kiilerich |
|
Changes Requested |
[2,of,5] convert: remove incorrect and unused handling of removed svn directories |
2014-08-25 |
Mads Kiilerich |
|
Superseded |
[3,of,5] convert: refactor subversion getchanges and caching |
2014-08-25 |
Mads Kiilerich |
|
Superseded |
[4,of,5] convert: refactor hg getchanges and caching |
2014-08-25 |
Mads Kiilerich |
|
Superseded |
[5,of,5] convert: introduce --full for converting all files |
2014-08-25 |
Mads Kiilerich |
|
Superseded |
[1,of,3] run-tests: report skipped tests as "skipped" - they might still be "relevant" |
2014-08-25 |
Mads Kiilerich |
|
Superseded |
[2,of,3] tests: fix p4 tests so they use separate ports and can be run in parallel |
2014-08-25 |
Mads Kiilerich |
|
Accepted |