D3554: xdiff: fix Py_BuildValue types (issue5885)

2018-05-13 Thread quark (Jun Wu)
quark abandoned this revision. quark added a comment. Duplicated with https://phab.mercurial-scm.org/D3538. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3554 To: quark, #hg-reviewers Cc: mercurial-devel ___

D3554: xdiff: fix Py_BuildValue types (issue5885)

2018-05-13 Thread quark (Jun Wu)
quark created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Julien Cristau reported and provided the fix [1]. I added an assertion. Note Python documentation (2.7 to 3.5) says "L" in `Py_BuildValue` might be unsupported

D2409: graft: add no-commit mode (issue5631)

2018-05-13 Thread khanchi97 (Sushil khanchi)
khanchi97 added a comment. In https://phab.mercurial-scm.org/D2409#44682, @pulkit wrote: > In https://phab.mercurial-scm.org/D2409#43891, @khanchi97 wrote: > > > pulkit: Can you please review it? I have made the requested changes. > > > I am sorry but I will like this to wait

D3557: commit: add new close-branch command

2018-05-13 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY ``hg close-branch`` allows closing arbitrary heads. It is equivalent to checking out the given revisions and commit an empty change with ``hg commit

D3555: run-tests: add support for running specific test cases

2018-05-13 Thread lothiraldan (Boris Feld)
lothiraldan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3555 AFFECTED FILES tests/run-tests.py tests/test-run-tests.t CHANGE DETAILS diff --git

D3556: run-tests: update the test case name format

2018-05-13 Thread lothiraldan (Boris Feld)
lothiraldan created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY Manually typing parenthesis and spaces will be tedious when trying to launch a specific test case. I'm proposing a simpler format that is less hard to

D3538: bdiff: fix yet more fallout from xdiff long/int64 conversion (issue5885)

2018-05-13 Thread jcristau (Julien Cristau)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG273ea09f6550: bdiff: fix yet more fallout from xdiff long/int64 conversion (issue5885) (authored by jcristau, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D3538: bdiff: fix yet more fallout from xdiff long/int64 conversion (issue5885)

2018-05-13 Thread durin42 (Augie Fackler)
durin42 added a comment. queued for stable, many thanks REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3538 To: jcristau, #hg-reviewers, quark, durin42 Cc: mercurial-devel ___ Mercurial-devel mailing list

[PATCH V2] phabricator: migrate [phabricator.auth] to [auth]

2018-05-13 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1526099641 14400 # Sat May 12 00:34:01 2018 -0400 # Node ID 18219fa2a84fea13114970a73a505724a5d63a43 # Parent b9e6b71dc27246d1f4d6437edfdc9788188aa306 phabricator: migrate [phabricator.auth] to [auth] This resurrects