D6008: context: add specialized way of getting copy source file only

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG041d829575ed: context: add specialized way of getting copy source file only (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6011: convert: migrate to new method for getting copy source

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG1312afae2d51: convert: migrate to new method for getting copy source (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6014: commit: migrate to new method for getting copy info

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG2e2076c8c25f: commit: migrate to new method for getting copy info (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6019: mq: slightly modernize by using context object

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG6ed520c3e932: mq: slightly modernize by using context object (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6016: memfilefromctx: migrate to new method for getting copy info

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG322ce0bca19d: memfilefromctx: migrate to new method for getting copy info (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6013: tests: migrate to new method for getting copy info

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG151cc149b17f: tests: migrate to new method for getting copy info (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6015: largefiles: migrate to new method for getting copy info

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGa86e22007b54: largefiles: migrate to new method for getting copy info (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6012: templatekw: migrate to new method for getting copy info

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG52d4cb162902: templatekw: migrate to new method for getting copy info (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6010: context: move equivalent renamed() implementations to superclass

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGc7a843aa4b42: context: move equivalent renamed() implementations to superclass (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6018: absorb: migrate to new method for getting copy info

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG8843bc1fc14d: absorb: migrate to new method for getting copy info (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6017: fix: migrate to new method for getting copy info

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGc3a249c2b6b3: fix: migrate to new method for getting copy info (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6020: mq: get copy source from context object instead of from filelog

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG18f619d3b1bb: mq: get copy source from context object instead of from filelog (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6022: grep: reuse getrenamedfn() from scmutil

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGcecdf7418cf1: grep: reuse getrenamedfn() from scmutil (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6022?vs=14210=14225

D6009: context: rewrite renamed() in terms of new copysource() where appropriate

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGe9413a3be093: context: rewrite renamed() in terms of new copysource() where appropriate (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6021: templatekw: move getrenamedfn() to scmutil (API)

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGe9b9ee9af4a9: templatekw: move getrenamedfn() to scmutil (API) (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

[PATCH 2 of 8 "STABLE] test: don't trust delta bases from the bundle in test-sparse-revlog.t

2019-02-24 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1551034611 -3600 # Sun Feb 24 19:56:51 2019 +0100 # Branch stable # Node ID e97acc97f716317d874b76b3b5ee7a4f2e2bd1d6 # Parent 6422b5fbdf46904f125aa5dd8309be5c117cfc91 # EXP-Topic test-sparse-revlog # Available At

[PATCH 1 of 8 "STABLE] test: update test-sparse-revlog.t output

2019-02-24 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1551034617 -3600 # Sun Feb 24 19:56:57 2019 +0100 # Branch stable # Node ID 6422b5fbdf46904f125aa5dd8309be5c117cfc91 # Parent f2f538725d07b0b58c64ff6415ce424cb0a7 # EXP-Topic test-sparse-revlog # Available At

D5996: committablectx: move status-related methods closer together

2019-02-24 Thread martinvonz (Martin von Zweigbergk)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG2ba96fca8528: committablectx: move status-related methods closer together (authored by martinvonz, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

[PATCH 5 of 8 "STABLE] runtest: extract the logic that update timeout for slow tests

2019-02-24 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1551034594 -3600 # Sun Feb 24 19:56:34 2019 +0100 # Branch stable # Node ID 8cdce8eb1864523086cb3ddc686c1244db421910 # Parent e1e189e4b1780a87c28fd712d598ab6ee6ad3811 # EXP-Topic test-sparse-revlog # Available At

D6001: contrib: also linkify tracebacks in compilation output when using hg-test-mode

2019-02-24 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGb6c062bb4be3: contrib: also linkify tracebacks in compilation output when using hg-test-mode (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6007: diff: make sure we output stat info even when --git is not passed (issue4037)

2019-02-24 Thread yuja (Yuya Nishihara)
yuja added a comment. > I looked into why we don't return diff headers in quiet mode and found the > behavior is from https://phab.mercurial-scm.org/rHG8f8bb77d560e70bcc95577e4dfa877df18d876ab which does not have > any mention about why it is done. We also show the diff headers in

Re: D5997: mq: disable qrecord during histedit (issue5981)

2019-02-24 Thread Yuya Nishihara
> with ui.configoverride(overrides, 'record'): > +if repo.vfs.exists('histedit-state'): > +raise error.Abort(_("histedit in progress, can't qrecord")) > cmdutil.dorecord(ui, repo, committomq, cmdsuggest, False, Maybe `cmdutil.checkunfinished()` will do the job.

[PATCH 8 of 8 "STABLE] test: generate the `test-sparse-revlog` artifact when slow-test is allowed

2019-02-24 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1551034520 -3600 # Sun Feb 24 19:55:20 2019 +0100 # Branch stable # Node ID 60ad23544b2188cbb1a725d5e6b71672aafffa06 # Parent 25e5d27bedf62f7800d489ee8a71ed7eed8574af # EXP-Topic test-sparse-revlog # Available At

[PATCH 7 of 8 "STABLE] runtest: also update slow test timeout during `#if` clauses

2019-02-24 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1551034583 -3600 # Sun Feb 24 19:56:23 2019 +0100 # Branch stable # Node ID 25e5d27bedf62f7800d489ee8a71ed7eed8574af # Parent 5d72989993e27197311a11ef8981ed3253954b3a # EXP-Topic test-sparse-revlog # Available At

D6000: contrib: add compilation-mode linking for our test output

2019-02-24 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGb6a757de2fff: contrib: add compilation-mode linking for our test output (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6007: diff: make sure we output stat info even when --git is not passed (issue4037)

2019-02-24 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG251332dbf33d: diff: make sure we output stat even when --git is not passed (issue4037) (BC) (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D5997: mq: disable qrecord during histedit (issue5981)

2019-02-24 Thread navaneeth.suresh (Navaneeth Suresh)
navaneeth.suresh updated this revision to Diff 14233. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D5997?vs=14176=14233 REVISION DETAIL https://phab.mercurial-scm.org/D5997 AFFECTED FILES hgext/record.py tests/test-qrecord.t CHANGE DETAILS diff

D5961: copies: add test that makes both the merging csets dirty and run w/o error

2019-02-24 Thread khanchi97 (Sushil khanchi)
khanchi97 added a comment. Ping for review. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5961 To: khanchi97, #hg-reviewers Cc: mercurial-devel ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org

D5962: copies: add test that makes both the merging csets dirty and fails

2019-02-24 Thread khanchi97 (Sushil khanchi)
khanchi97 added a comment. Ping for review. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5962 To: khanchi97, #hg-reviewers Cc: mercurial-devel ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org

D5963: copies: handle a case when both merging csets are not descendant of merge base

2019-02-24 Thread khanchi97 (Sushil khanchi)
khanchi97 added a comment. Ping for review. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D5963 To: khanchi97, #hg-reviewers Cc: mercurial-devel ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org

[PATCH 6 of 8 "STABLE] runtest: move slow timeout process earlier in the `_hghave` method

2019-02-24 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1551034568 -3600 # Sun Feb 24 19:56:08 2019 +0100 # Branch stable # Node ID 5d72989993e27197311a11ef8981ed3253954b3a # Parent 8cdce8eb1864523086cb3ddc686c1244db421910 # EXP-Topic test-sparse-revlog # Available At

D6003: tests: add test for hg-test-mode emacs code

2019-02-24 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG19979b8b87e2: tests: add test for hg-test-mode emacs code (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D6002: hghave: add check for GNU emacs

2019-02-24 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG2a6ca0d94b70: hghave: add check for GNU emacs (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6002?vs=14185=14230 REVISION

[PATCH 3 of 8 "STABLE] test: stabilize bundle generation for test-sparse-revlog.t

2019-02-24 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1551034606 -3600 # Sun Feb 24 19:56:46 2019 +0100 # Branch stable # Node ID 2479767a0f4167d9dbd37e63eaacc5912a7ccfc3 # Parent e97acc97f716317d874b76b3b5ee7a4f2e2bd1d6 # EXP-Topic test-sparse-revlog # Available At

[PATCH 4 of 8 "STABLE] tests: increase timeout for slow test

2019-02-24 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1551034600 -3600 # Sun Feb 24 19:56:40 2019 +0100 # Branch stable # Node ID e1e189e4b1780a87c28fd712d598ab6ee6ad3811 # Parent 2479767a0f4167d9dbd37e63eaacc5912a7ccfc3 # EXP-Topic test-sparse-revlog # Available At

Re: D6007: diff: make sure we output stat info even when --git is not passed (issue4037)

2019-02-24 Thread Yuya Nishihara
> I looked into why we don't return diff headers in quiet mode and found the > behavior is from > https://phab.mercurial-scm.org/rHG8f8bb77d560e70bcc95577e4dfa877df18d876ab > which does not have > any mention about why it is done. We also show the diff headers in git, so I > think it's

D6006: tests: add test to demonstrate issue4037

2019-02-24 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG7b04b1154c15: tests: add test to demonstrate issue4037 (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6006?vs=14194=14226

D5997: mq: disable qrecord during histedit (issue5981)

2019-02-24 Thread yuja (Yuya Nishihara)
yuja added a comment. > with ui.configoverride(overrides, 'record'): > > +if repo.vfs.exists('histedit-state'): > +raise error.Abort(_("histedit in progress, can't qrecord")) > > cmdutil.dorecord(ui, repo, committomq, cmdsuggest, False, Maybe