Re: [PATCH 7 of 7] test-fuzz-targets: look for clang-6.0 binary as well

2018-06-03 Thread Augie Fackler
On Sun, Jun 03, 2018 at 03:43:45PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1528000858 -32400 > # Sun Jun 03 13:40:58 2018 +0900 > # Node ID 487263b9525368d3ceb116ae0a86fcd8e1e3916c > # Parent 3e0005d37e872e95bfc2a9ae092c0db9d412315b >

[PATCH] cmdutil: use internal separators when building the terse list

2018-06-03 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1527992292 14400 # Sat Jun 02 22:18:12 2018 -0400 # Node ID dccb37649baadaa2682c4ce15d908b0f372348a8 # Parent c19516ec13215f08d30dcb30765e64abf8ba4d69 cmdutil: use internal separators when building the terse list Status uses internal

[PATCH 2 of 2 V2 stable?] rebase: prioritize indicating an interrupted rebase over update (issue5838)

2018-06-03 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1527961484 14400 # Sat Jun 02 13:44:44 2018 -0400 # Node ID c19516ec13215f08d30dcb30765e64abf8ba4d69 # Parent e134101a72dfe7fb4d6a90a35bfa2103f76d07c8 rebase: prioritize indicating an interrupted rebase over update (issue5838) This should

[PATCH 1 of 2 V2 stable?] tests: demonstrate inconsistent messaging around interrupted rebases

2018-06-03 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1527960345 14400 # Sat Jun 02 13:25:45 2018 -0400 # Node ID e134101a72dfe7fb4d6a90a35bfa2103f76d07c8 # Parent 16f93a3b8b05aae9391f26a8b908bfa716456757 tests: demonstrate inconsistent messaging around interrupted rebases diff --git

D3649: serve: add option print-url

2018-06-03 Thread KelvinTot (KelvinTotYB)
KelvinTot added a comment. Приветствую! Класный у вас сайт! Нашёл интересное для дач и не только: [b] [b] мебельный щит сосна 20 мм [/b] [url=http://www.ekolestnica.ru/]http://www.ekolestnica.ru/[/url] Тут: https://www.ekolestnica.ru/lestnicy-ivanovo.html лестницы в иваново купить

D3557: extensions: new closehead module for closing arbitrary heads

2018-06-03 Thread joerg.sonnenberger (Joerg Sonnenberger)
joerg.sonnenberger updated this revision to Diff 8963. joerg.sonnenberger edited the summary of this revision. joerg.sonnenberger retitled this revision from "commit: add new close-branch command" to "extensions: new closehead module for closing arbitrary heads". REPOSITORY rHG Mercurial

D3187: phase: add dry-run functionality

2018-06-03 Thread khanchi97 (Sushil khanchi)
khanchi97 updated this revision to Diff 8962. khanchi97 edited the summary of this revision. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3187?vs=8896=8962 REVISION DETAIL https://phab.mercurial-scm.org/D3187 AFFECTED FILES mercurial/commands.py

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

2018-06-03 Thread khanchi97 (Sushil khanchi)
khanchi97 updated this revision to Diff 8961. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2409?vs=8958=8961 REVISION DETAIL https://phab.mercurial-scm.org/D2409 AFFECTED FILES mercurial/commands.py tests/test-completion.t tests/test-graft.t

D3672: retractboundary: add dryrun parameter

2018-06-03 Thread khanchi97 (Sushil khanchi)
khanchi97 updated this revision to Diff 8960. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3672?vs=8959=8960 REVISION DETAIL https://phab.mercurial-scm.org/D3672 AFFECTED FILES mercurial/phases.py CHANGE DETAILS diff --git a/mercurial/phases.py

D3672: retractboundary: add dryrun parameter

2018-06-03 Thread khanchi97 (Sushil khanchi)
khanchi97 updated this revision to Diff 8959. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3672?vs=8948=8959 REVISION DETAIL https://phab.mercurial-scm.org/D3672 AFFECTED FILES mercurial/phases.py CHANGE DETAILS diff --git a/mercurial/phases.py

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

2018-06-03 Thread khanchi97 (Sushil khanchi)
khanchi97 updated this revision to Diff 8958. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2409?vs=8955=8958 REVISION DETAIL https://phab.mercurial-scm.org/D2409 AFFECTED FILES mercurial/commands.py tests/test-graft.t CHANGE DETAILS diff --git

D3671: advanceboundary: add dryrun parameter

2018-06-03 Thread khanchi97 (Sushil khanchi)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG36ba5dba372d: advanceboundary: add dryrun parameter (authored by khanchi97, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D3671?vs=8950=8957#toc REPOSITORY rHG Mercurial

D3671: advanceboundary: add dryrun parameter

2018-06-03 Thread pulkit (Pulkit Goyal)
pulkit added inline comments. INLINE COMMENTS > phases.py:505 > +changes = phcache.advanceboundary(repo, tr, targetphase, nodes, > +dryrun=dryrun) > +if not dryrun: Fixed this indentation to align with opening brackets in flight.

D3669: cmdutil: have statefile names in STATES instead of functions

2018-06-03 Thread pulkit (Pulkit Goyal)
pulkit added inline comments. INLINE COMMENTS > martinvonz wrote in cmdutil.py:3210 > We don't have to. We could add a `clearstatefn` function in addition to the > `statedetectionpredicate`. Perhaps the `if not clearable and ...` stuff could > move into the function in that case Don't you

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

2018-06-03 Thread pulkit (Pulkit Goyal)
pulkit requested changes to this revision. pulkit added a comment. This revision now requires changes to proceed. Please add tests where we are grafting multiple revisions using the --no-commit flag. INLINE COMMENTS > commands.py:2225 > +if opts.get('edit'): > +raise

D3661: graft: add test showing --continue not preserving --log passed earlier

2018-06-03 Thread pulkit (Pulkit Goyal)
pulkit added a comment. Bumping this series for review. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3661 To: pulkit, #hg-reviewers Cc: mercurial-devel ___ Mercurial-devel mailing list

D3679: configitems: drop the deprecated alias for commands.update.check

2018-06-03 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY experimental.updatecheck was deprecated and should have been removed once 4.4 was released. Let's drop it now. REPOSITORY rHG Mercurial REVISION DETAIL

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

2018-06-03 Thread khanchi97 (Sushil khanchi)
khanchi97 updated this revision to Diff 8955. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D2409?vs=8953=8955 REVISION DETAIL https://phab.mercurial-scm.org/D2409 AFFECTED FILES mercurial/commands.py tests/test-graft.t CHANGE DETAILS diff --git

D3665: graph: improve graph output by using Unicode characters

2018-06-03 Thread johnstiles (John Stiles)
johnstiles added a comment. How do the new glyphs look in PuTTY with Deja Vu? Is there anything else that you need me to look at in this patch? Just let me know if there's anything I need to do to keep things progressing. :) REPOSITORY rHG Mercurial REVISION DETAIL

[PATCH 7 of 7] test-fuzz-targets: look for clang-6.0 binary as well

2018-06-03 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1528000858 -32400 # Sun Jun 03 13:40:58 2018 +0900 # Node ID 487263b9525368d3ceb116ae0a86fcd8e1e3916c # Parent 3e0005d37e872e95bfc2a9ae092c0db9d412315b test-fuzz-targets: look for clang-6.0 binary as well Debian sid is still shipped with

[PATCH 4 of 7] fuzz: compile xdiff.cc with -std=c++17

2018-06-03 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1527999493 -32400 # Sun Jun 03 13:18:13 2018 +0900 # Node ID c907c0ec7e20a0b0f8c7bb818140f4497664c158 # Parent 1b032ef2d1ef65e9a7ea85cd6b21da2f8ffac2c7 fuzz: compile xdiff.cc with -std=c++17 Otherwise the build would fail as follows: In

[PATCH 5 of 7] fuzz: fix "make clean" to pass even if no binaries built yet

2018-06-03 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1527999673 -32400 # Sun Jun 03 13:21:13 2018 +0900 # Node ID 125bc211085fadbc9ef6fb717d254c2e007115c1 # Parent c907c0ec7e20a0b0f8c7bb818140f4497664c158 fuzz: fix "make clean" to pass even if no binaries built yet diff --git

[PATCH 6 of 7] test-fuzz-targets: rebuild executable silently

2018-06-03 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1527999792 -32400 # Sun Jun 03 13:23:12 2018 +0900 # Node ID 3e0005d37e872e95bfc2a9ae092c0db9d412315b # Parent 125bc211085fadbc9ef6fb717d254c2e007115c1 test-fuzz-targets: rebuild executable silently This makes sure the build is not broken.

[PATCH 3 of 7] fuzz: fix use of undeclared function memcpy()

2018-06-03 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1527999152 -32400 # Sun Jun 03 13:12:32 2018 +0900 # Node ID 1b032ef2d1ef65e9a7ea85cd6b21da2f8ffac2c7 # Parent 6ff20cd82ede95c61dac43c18e799ec0a49b6f9c fuzz: fix use of undeclared function memcpy() diff --git a/contrib/fuzz/fuzzutil.cc

[PATCH 2 of 7] fuzz: fix the default make target

2018-06-03 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1527999109 -32400 # Sun Jun 03 13:11:49 2018 +0900 # Node ID 6ff20cd82ede95c61dac43c18e799ec0a49b6f9c # Parent 04b1b9799d2bf67135d4394476418324e074b408 fuzz: fix the default make target diff --git a/contrib/fuzz/Makefile

[PATCH 1 of 7] fuzz: expand variables by make

2018-06-03 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1527999082 -32400 # Sun Jun 03 13:11:22 2018 +0900 # Node ID 04b1b9799d2bf67135d4394476418324e074b408 # Parent 16f93a3b8b05aae9391f26a8b908bfa716456757 fuzz: expand variables by make Otherwise it wouldn't work unless CC and CXX were