D1024: hgweb: do not import uuid immediately to avoid its side effect

2017-10-11 Thread quark (Jun Wu)
quark updated this revision to Diff 2613. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1024?vs=2612=2613 REVISION DETAIL https://phab.mercurial-scm.org/D1024 AFFECTED FILES mercurial/hgweb/common.py tests/test-dispatch.t CHANGE DETAILS diff

D1024: hgweb: do not import uuid immediately to avoid its side effect

2017-10-11 Thread quark (Jun Wu)
quark created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY With hgdemandimport disabled (chg's case), `import uuid` has an immediate side effect calling `ctypes.util.find_library` trying to locate the `libuuid` library.

D1018: selectors2: do not use platform.system()

2017-10-11 Thread quark (Jun Wu)
quark updated this revision to Diff 2609. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D1018?vs=2605=2609 REVISION DETAIL https://phab.mercurial-scm.org/D1018 AFFECTED FILES mercurial/pycompat.py mercurial/selectors2.py CHANGE DETAILS diff --git

D1020: largefiles: do not use platform.system()

2017-10-11 Thread quark (Jun Wu)
quark created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY See the previous patch for the reason. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1020 AFFECTED FILES

D1018: selectors2: do not use platform.system()

2017-10-11 Thread quark (Jun Wu)
quark created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY `platform.system()` may have a side effect spawning a shell executing `uname -p`, which may print a warning when the current directory is removed:

D1019: logtoprocess: do not use platform.system()

2017-10-11 Thread quark (Jun Wu)
quark created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY See the previous patch for the reason. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1019 AFFECTED FILES hgext/logtoprocess.py

D1021: check-code: forbid platform.system()

2017-10-11 Thread quark (Jun Wu)
quark created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY See the previous patches for the reason. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1021 AFFECTED FILES contrib/check-code.py

Re: [PATCH 4 of 4] build: "make deb" failed when the base path contained spaces

2017-10-11 Thread Augie Fackler
On Wed, Oct 11, 2017 at 10:46:20PM +0200, a.mux--- via Mercurial-devel wrote: > # HG changeset patch > # User muxator > # Date 1507679220 -7200 > # Wed Oct 11 01:47:00 2017 +0200 > # Node ID 82a268793bfb8c4db32eae6ee009b0d1fd334d43 > # Parent

Re: Fix quoting in build scripts for debian and Docker (first message lost)

2017-10-11 Thread Augie Fackler
On Wed, Oct 11, 2017 at 10:59:26PM +0200, muxator via Mercurial-devel wrote: > Hi, > > I have sent a small patch series on fixing the quoting in the build scripts, > but somehow it triggered a "filter rule match" and was discarded. O of N messages are hard-rejected because they always contain

D1016: repoview: remove incorrect documentation of the function

2017-10-11 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY In repoview.py, computeunserved() and computemutable() functions had the same documentation. The documentation of computemutable() is wrong. I was unable to

mercurial@34566: 37 new changesets

2017-10-11 Thread Mercurial Commits
37 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/ed5acd3fd7e1 changeset: 34530:ed5acd3fd7e1 user:Kostia Balytskyi date:Mon Oct 09 02:30:23 2017 -0700 summary: windows: add an experimental option for long paths support

Fix quoting in build scripts for debian and Docker (first message lost)

2017-10-11 Thread muxator via Mercurial-devel
Hi, I have sent a small patch series on fixing the quoting in the build scripts, but somehow it triggered a "filter rule match" and was discarded. Since the first commit contains a briefer version, I will not repost it. This is just a note on the strictness of the antispam filter :) Thanks

[PATCH 4 of 4] build: "make deb" failed when the base path contained spaces

2017-10-11 Thread a.mux--- via Mercurial-devel
# HG changeset patch # User muxator # Date 1507679220 -7200 # Wed Oct 11 01:47:00 2017 +0200 # Node ID 82a268793bfb8c4db32eae6ee009b0d1fd334d43 # Parent 0dc5f9e9fd59f0c2289ca3133a0e54d49b7882d7 build: "make deb" failed when the base path contained spaces With these

[PATCH 2 of 4] build: the initial version detection by make deb/rpm could fail due to missing quoting

2017-10-11 Thread a.mux--- via Mercurial-devel
# HG changeset patch # User muxator # Date 1507678663 -7200 # Wed Oct 11 01:37:43 2017 +0200 # Node ID fc144c0ec36089c4b60bb3287adc787a1cfcae78 # Parent f5b679cb5f18ed7f29c42d7a66a3b3a172a11286 build: the initial version detection by make deb/rpm could fail due to missing

[PATCH 1 of 4] build: make install in "/doc" failed if the destination dir contained spaces

2017-10-11 Thread a.mux--- via Mercurial-devel
# HG changeset patch # User muxator # Date 1507677588 -7200 # Wed Oct 11 01:19:48 2017 +0200 # Node ID f5b679cb5f18ed7f29c42d7a66a3b3a172a11286 # Parent 4a6a337f9c682bdf1659295f871dc43ff33677ca build: make install in "/doc" failed if the destination dir contained spaces

Re: [PATCH V4] strip: take branch into account when selecting update target (issue5540)

2017-10-11 Thread Augie Fackler
On Wed, Oct 11, 2017 at 07:12:20PM +0200, Paul Morelle wrote: > # HG changeset patch > # User Paul Morelle > # Date 1507212785 -7200 > # Thu Oct 05 16:13:05 2017 +0200 > # Node ID a9047aa04485e29fbad8c7af5cc83d64e7b3df2c > # Parent

Re: [PATCH 3 of 3] transaction-summary: display the range of new revisions upon pull/unbundle

2017-10-11 Thread Augie Fackler
On Wed, Oct 04, 2017 at 06:52:45PM +0200, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1507135871 -7200 > # Wed Oct 04 18:51:11 2017 +0200 > # Node ID ae007b70b03657bbb92f4b73e6e0c807669dae10 > # Parent

D738: directaccess: add support to export and tests to demonstrate things

2017-10-11 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 2598. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D738?vs=1906=2598 REVISION DETAIL https://phab.mercurial-scm.org/D738 AFFECTED FILES mercurial/commands.py tests/test-directaccess.t CHANGE DETAILS diff

D1014: revset: update repo._pinnedrevs with hidden commits from the tree

2017-10-11 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This patch adds functionality to update the pinnedrevs set with the hidden commits whose hashes are passed if the command allow accessing them and showing

D1013: dispatch: filter the repository depending on func.cmdtype

2017-10-11 Thread pulkit (Pulkit Goyal)
pulkit created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY This patch adds support for filtering the repository on the basis of func.cmdtype. After this patch, repo.filtername will be used to decide what level of access

D736: registrar: add support for storing the type of command in func object

2017-10-11 Thread pulkit (Pulkit Goyal)
pulkit updated this revision to Diff 2595. pulkit edited the summary of this revision. pulkit retitled this revision from "directaccess: add support for storing the type of command in func object" to "registrar: add support for storing the type of command in func object". REPOSITORY rHG

D987: copies: add a config to limit the number of candidates to check in heuristics

2017-10-11 Thread pulkit (Pulkit Goyal)
pulkit added a comment. In https://phab.mercurial-scm.org/D987#16792, @yuja wrote: > Oops, the default value (5 vs 100) wasn't my point. I doubt if taking the first n > candidates would be a good "heuristic." Oh, sorry. I changed it to 100 as I think that will be a good

D1003: bdiff: sort includes using clang-format

2017-10-11 Thread pulkit (Pulkit Goyal)
pulkit accepted this revision. pulkit added a comment. Should we include some magic string in all these formatting related revisions so that we can have an easy revset to skip them in case of `hg annotate`? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1003

Re: [PATCH 13 of 14] configitems: register the 'gpg.key' config

2017-10-11 Thread Augie Fackler
On Fri, Oct 06, 2017 at 11:22:29AM +0200, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1498786954 -7200 > # Fri Jun 30 03:42:34 2017 +0200 > # Node ID d54526c257afa33b7624f0b94c16822bcbd08df1 > # Parent

D960: bundle2: immediate exit for ctrl+c (issue5692)

2017-10-11 Thread durham (Durham Goode)
durham added inline comments. INLINE COMMENTS > yuja wrote in bundle2.py:380 > SignalInterrupt is a subclass of KeyboardInterrupt, so there might > be deeper problem. > > FWIW, I think it's probably a good idea to replace this blacklist > with `isinstance(exc, Exception)`. Before my refactor

[PATCH V4] strip: take branch into account when selecting update target (issue5540)

2017-10-11 Thread Paul Morelle
# HG changeset patch # User Paul Morelle # Date 1507212785 -7200 # Thu Oct 05 16:13:05 2017 +0200 # Node ID a9047aa04485e29fbad8c7af5cc83d64e7b3df2c # Parent 05c2a9f37a1dde8df024876cca0f76108c8e6f42 # EXP-Topic issue-5540 # Available At

Re: [PATCH] configitems: fix registration for 'blackbox.track' config

2017-10-11 Thread Augie Fackler
On Wed, Oct 11, 2017 at 03:42:21PM +0200, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1507728357 -7200 > # Wed Oct 11 15:25:57 2017 +0200 > # Node ID 0ae4811261aa53efb6372572dae546fdd98b8f58 > # Parent

Re: [PATCH V2] status: copy-edit and improve --terse and --verbose help

2017-10-11 Thread Augie Fackler
On Wed, Oct 11, 2017 at 10:18:04AM -0500, Kevin Bullock wrote: > # HG changeset patch > # User Kevin Bullock > # Date 1507649255 18000 > # Tue Oct 10 10:27:35 2017 -0500 > # Node ID 0849db4f486b78f7756d9548841d6ba37bd41332 > # Parent

Re: [PATCH] templater: store revisions as ints so min/max won't compare them as strings

2017-10-11 Thread Augie Fackler
On Thu, Oct 12, 2017 at 12:02:26AM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1505830426 -32400 > # Tue Sep 19 23:13:46 2017 +0900 > # Node ID 71e49fbf7b471fd41478705a4bd7e71f67b0c97e > # Parent

[PATCH V2] status: copy-edit and improve --terse and --verbose help

2017-10-11 Thread Kevin Bullock
# HG changeset patch # User Kevin Bullock # Date 1507649255 18000 # Tue Oct 10 10:27:35 2017 -0500 # Node ID 0849db4f486b78f7756d9548841d6ba37bd41332 # Parent 7259f0ddfc0f18138420e7c9c7e4145a25016d7b status: copy-edit and improve --terse and --verbose help

[PATCH] templater: store revisions as ints so min/max won't compare them as strings

2017-10-11 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1505830426 -32400 # Tue Sep 19 23:13:46 2017 +0900 # Node ID 71e49fbf7b471fd41478705a4bd7e71f67b0c97e # Parent 1b59287a1cfa3074c092837a5f8ecb63cb6e1933 templater: store revisions as ints so min/max won't compare them as

D1006: bdiff: remove extra space after * per clang-format

2017-10-11 Thread durin42 (Augie Fackler)
durin42 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/D1006 AFFECTED FILES mercurial/bdiff.c CHANGE DETAILS diff --git a/mercurial/bdiff.c

D1004: bdiff: format header file with clang-format

2017-10-11 Thread durin42 (Augie Fackler)
durin42 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/D1004 AFFECTED FILES mercurial/bdiff.h CHANGE DETAILS diff --git a/mercurial/bdiff.h

D1007: bdiff: re-wrap lines per clang-format

2017-10-11 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY A few too-wide lines corrected, and some places where clang-format prefers to wrap after the binary operator instead of before. I don't feel strongly, so I'm

D1009: bdiff: remove trailing newlines

2017-10-11 Thread durin42 (Augie Fackler)
durin42 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/D1009 AFFECTED FILES mercurial/bdiff.c CHANGE DETAILS diff --git a/mercurial/bdiff.c

D1008: bdiff: rewrap function prototypes per clang-format

2017-10-11 Thread durin42 (Augie Fackler)
durin42 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/D1008 AFFECTED FILES mercurial/bdiff.c CHANGE DETAILS diff --git a/mercurial/bdiff.c

D1005: bdiff: fix misplaced comma in macro definition with clang-format

2017-10-11 Thread durin42 (Augie Fackler)
durin42 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/D1005 AFFECTED FILES mercurial/bdiff.c CHANGE DETAILS diff --git a/mercurial/bdiff.c

D1003: bdiff: sort includes using clang-format

2017-10-11 Thread durin42 (Augie Fackler)
durin42 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/D1003 AFFECTED FILES mercurial/bdiff.c CHANGE DETAILS diff --git a/mercurial/bdiff.c

D987: copies: add a config to limit the number of candidates to check in heuristics

2017-10-11 Thread yuja (Yuya Nishihara)
yuja requested changes to this revision. yuja added a comment. This revision now requires changes to proceed. Oops, the default value (5 vs 100) wasn't my point. I doubt if taking the first n candidates would be a good "heuristic." If I understand correctly, it may miss the copy

D821: unamend: move fb extension unamend to core

2017-10-11 Thread ryanmce (Ryan McElroy)
ryanmce added inline comments. INLINE COMMENTS > ryanmce wrote in uncommit.py:260 > Test test Tested nested comments, sorry for the spam. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D821 To: pulkit, #hg-reviewers, durham Cc: ryanmce, singhsrb, durham,

Re: [PATCH 2 of 2 V3] strip: take branch into account when selecting update target (issue5540)

2017-10-11 Thread Paul Morelle
On 10/11/2017 03:01 PM, Yuya Nishihara wrote: > On Tue, 10 Oct 2017 11:44:43 +0200, Paul Morelle wrote: >> if (util.safehasattr(repo, 'mq') and p2 != nullid >> and p2 in [x.node for x in repo.mq.applied]): >> unode = p2 >> +elif current_branch != repo[unode].branch(): >>

Re: [PATCH 4 of 4 v3] log: add -L/--line-range option to follow file history by line range

2017-10-11 Thread Yuya Nishihara
On Tue, 10 Oct 2017 17:37:27 +0200, Denis Laxalde wrote: > # HG changeset patch > # User Denis Laxalde > # Date 1507290475 -7200 > # Fri Oct 06 13:47:55 2017 +0200 > # Node ID a05d3b45319a9ec28205f19dd7012b206a2b200f > # Parent

D945: fsmonitor: update to match new dirstate refactor

2017-10-11 Thread durham (Durham Goode)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG7259f0ddfc0f: fsmonitor: update to match new dirstate refactor (authored by durham, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

[PATCH 4 of 5 V2] phase: add a dedicated txnclose-phase hook

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507477846 -7200 # Sun Oct 08 17:50:46 2017 +0200 # Node ID cc17c721c2116252d988ee9fa6c35cb99f7e93c7 # Parent 60ba6d338a3b56a0ea5b759a71701bdda35b9645 # EXP-Topic b2.phases.hooks # Available At

[PATCH 3 of 5 V2] bookmark: add a dedicated pretxnclose-bookmark hook

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507481414 -7200 # Sun Oct 08 18:50:14 2017 +0200 # Node ID 60ba6d338a3b56a0ea5b759a71701bdda35b9645 # Parent 03a0d02653cb1ab9957890f527144d1d0fed48b0 # EXP-Topic b2.phases.hooks # Available At

[PATCH 2 of 5 V2] bookmark: add a dedicated txnclose-bookmark hook

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507650822 -7200 # Tue Oct 10 17:53:42 2017 +0200 # Node ID 03a0d02653cb1ab9957890f527144d1d0fed48b0 # Parent 1a64b2bcd0209ea3b906f458818db6f29cebbcd7 # EXP-Topic b2.phases.hooks # Available At

[PATCH 5 of 5 V2] phase: add a dedicated pretxnclose-phase hook

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507476198 -7200 # Sun Oct 08 17:23:18 2017 +0200 # Node ID dd84b948c43b4891af9427ae892c4a17d6c9b22f # Parent cc17c721c2116252d988ee9fa6c35cb99f7e93c7 # EXP-Topic b2.phases.hooks # Available At

[PATCH 1 of 5 V2] hook: add a 'hashook' function to test for hook existence

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507460911 -7200 # Sun Oct 08 13:08:31 2017 +0200 # Node ID 1a64b2bcd0209ea3b906f458818db6f29cebbcd7 # Parent 4a6a337f9c682bdf1659295f871dc43ff33677ca # EXP-Topic b2.phases.hooks # Available At

D945: fsmonitor: update to match new dirstate refactor

2017-10-11 Thread ryanmce (Ryan McElroy)
ryanmce accepted this revision. ryanmce added a comment. queued REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D945 To: durham, #hg-reviewers, quark, yuja, ryanmce Cc: ryanmce, yuja, mercurial-devel ___ Mercurial-devel

Re: [PATCH] misc: rename README to README.rst

2017-10-11 Thread Yuya Nishihara
On Tue, 26 Sep 2017 08:37:23 +0200, David Demelier wrote: > # HG changeset patch > # User David Demelier > # Date 1506407837 -7200 > # Tue Sep 26 08:37:17 2017 +0200 > # Node ID 49c0882e2c32ac1a4df10a3f7f51171ab1b677be > # Parent

Re: [PATCH 01 of 13] configitems: register the 'blackbox.track' config

2017-10-11 Thread Boris Feld
On Tue, 2017-10-10 at 23:23 -0700, Martin von Zweigbergk wrote: > On Mon, Oct 9, 2017 at 1:21 AM, Boris Feld > wrote: > > # HG changeset patch > > > > # User Boris Feld > > > > # Date 1507486294 -7200 > > > > #      Sun Oct 08 20:11:34 2017

[PATCH] configitems: fix registration for 'blackbox.track' config

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507728357 -7200 # Wed Oct 11 15:25:57 2017 +0200 # Node ID 0ae4811261aa53efb6372572dae546fdd98b8f58 # Parent 4a6a337f9c682bdf1659295f871dc43ff33677ca # EXP-Topic config.fixup.blackbox # Available At

Re: [PATCH 10 of 11 V2] log: add obsfate by default in changeset printer

2017-10-11 Thread Yuya Nishihara
On Wed, 11 Oct 2017 14:09:56 +0200, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1507209918 -7200 > # Thu Oct 05 15:25:18 2017 +0200 > # Node ID 79dd127e09281ca88332be9791016cf92936e4e8 > # Parent 4162251414fe06aec0bbe559a0262d8fdd49129a > #

Re: [PATCH 07 of 11 V2] ui: add the possibility to returns None as username in ui

2017-10-11 Thread Yuya Nishihara
On Wed, 11 Oct 2017 14:09:53 +0200, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1507299827 -7200 > # Fri Oct 06 16:23:47 2017 +0200 > # Node ID b6b6cb2b16cb2c44b10113134e212bae5b47adb0 > # Parent c6979350fac712aae8bd776553b3c7692a8136cf > #

Re: [PATCH 04 of 11 V2] test: use current user in the multi-user amend scenario

2017-10-11 Thread Yuya Nishihara
On Wed, 11 Oct 2017 14:09:50 +0200, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1507530955 -7200 > # Mon Oct 09 08:35:55 2017 +0200 > # Node ID 8447ccc2c5c91520ca75e6bbdc57100af8d0e931 > # Parent 30f0f979da9ca8adceaba48fddfb146f5b9cea78 > #

Re: [PATCH 05 of 11 V2] templatekw: introduce obsfate keyword

2017-10-11 Thread Yuya Nishihara
On Wed, 11 Oct 2017 14:09:51 +0200, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1507218176 -7200 > # Thu Oct 05 17:42:56 2017 +0200 > # Node ID 34bb2af8638432dea3052eabd4b6eb12a1777e19 > # Parent 8447ccc2c5c91520ca75e6bbdc57100af8d0e931 > #

Re: [PATCH 2 of 2 V3] strip: take branch into account when selecting update target (issue5540)

2017-10-11 Thread Yuya Nishihara
On Tue, 10 Oct 2017 11:44:43 +0200, Paul Morelle wrote: > # HG changeset patch > # User Paul Morelle > # Date 1507212785 -7200 > # Thu Oct 05 16:13:05 2017 +0200 > # Node ID 7681cb8ad2b5bca779551e84676cd70d67366cdf > # Parent

Re: [PATCH 1 of 2 V3] strip: factor out update target selection

2017-10-11 Thread Yuya Nishihara
On Tue, 10 Oct 2017 11:44:42 +0200, Paul Morelle wrote: > # HG changeset patch > # User Paul Morelle > # Date 1507209094 -7200 > # Thu Oct 05 15:11:34 2017 +0200 > # Node ID adaf1c0e81c0d4f1f9dcf5c98de4410e21d76966 > # Parent

D1000: contrib: add check-code rule banning use of readlink

2017-10-11 Thread mitrandir (Mateusz Jakub Kwapich)
mitrandir added a comment. Wow, it's https://phab.mercurial-scm.org/D1000 :D partysnake REPOSITORY rHG Mercurial REVISION DETAIL

[PATCH 09 of 11 V2] obsfate: only display date in verbose mode

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507556066 -7200 # Mon Oct 09 15:34:26 2017 +0200 # Node ID 4162251414fe06aec0bbe559a0262d8fdd49129a # Parent 0b833ca139b7afeaf63f38e2a06474b5a9699457 # EXP-Topic obsfatekeyword # Available At

[PATCH 08 of 11 V2] obsfate: filter out current user if not in verbose

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507556052 -7200 # Mon Oct 09 15:34:12 2017 +0200 # Node ID 0b833ca139b7afeaf63f38e2a06474b5a9699457 # Parent b6b6cb2b16cb2c44b10113134e212bae5b47adb0 # EXP-Topic obsfatekeyword # Available At

[PATCH 10 of 11 V2] log: add obsfate by default in changeset printer

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507209918 -7200 # Thu Oct 05 15:25:18 2017 +0200 # Node ID 79dd127e09281ca88332be9791016cf92936e4e8 # Parent 4162251414fe06aec0bbe559a0262d8fdd49129a # EXP-Topic obsfatekeyword # Available At

[PATCH 11 of 11 V2] obsfate: add obsfate to default mapfile

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507305216 -7200 # Fri Oct 06 17:53:36 2017 +0200 # Node ID 8961471c54fcabd92a8568adb563f02c2475fe0f # Parent 79dd127e09281ca88332be9791016cf92936e4e8 # EXP-Topic obsfatekeyword # Available At

[PATCH 03 of 11 V2] test: cleanup verbosity variant from fatelog test

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507302319 -7200 # Fri Oct 06 17:05:19 2017 +0200 # Node ID 30f0f979da9ca8adceaba48fddfb146f5b9cea78 # Parent be07c4e68161b95e9a083ec940f3b02d494edda7 # EXP-Topic obsfatekeyword # Available At

[PATCH 07 of 11 V2] ui: add the possibility to returns None as username in ui

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507299827 -7200 # Fri Oct 06 16:23:47 2017 +0200 # Node ID b6b6cb2b16cb2c44b10113134e212bae5b47adb0 # Parent c6979350fac712aae8bd776553b3c7692a8136cf # EXP-Topic obsfatekeyword # Available At

[PATCH 05 of 11 V2] templatekw: introduce obsfate keyword

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507218176 -7200 # Thu Oct 05 17:42:56 2017 +0200 # Node ID 34bb2af8638432dea3052eabd4b6eb12a1777e19 # Parent 8447ccc2c5c91520ca75e6bbdc57100af8d0e931 # EXP-Topic obsfatekeyword # Available At

[PATCH 06 of 11 V2] test: test obfate template keyword in test-obsmarker-template.t

2017-10-11 Thread Boris Feld
# HG changeset patch # User Boris Feld # Date 1507302949 -7200 # Fri Oct 06 17:15:49 2017 +0200 # Node ID c6979350fac712aae8bd776553b3c7692a8136cf # Parent 34bb2af8638432dea3052eabd4b6eb12a1777e19 # EXP-Topic obsfatekeyword # Available At

D999: tests: use readlink.py instead of readlink

2017-10-11 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGd6d10771950c: tests: use readlink.py instead of readlink (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D999?vs=2565=2582

D996: tests: use readlink.py instead of readlink

2017-10-11 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGe304fd82c718: tests: use readlink.py instead of readlink (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D996?vs=2562=2579

D998: tests: use readlink.py instead of readlink

2017-10-11 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG75bd034a1e00: tests: use readlink.py instead of readlink (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D998?vs=2564=2581

D997: tests: use readlink.py instead of readlink

2017-10-11 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGdbb2027f4974: tests: use readlink.py instead of readlink (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D997?vs=2563=2580

D1000: contrib: add check-code rule banning use of readlink

2017-10-11 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGac80a8d105ec: contrib: add check-code rule banning use of readlink (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1001: ui: recommend tweakdefaults in the default hgrc template

2017-10-11 Thread durin42 (Augie Fackler)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG63c19b7fa100: ui: recommend tweakdefaults in the default hgrc template (authored by durin42, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D1000: contrib: add check-code rule banning use of readlink

2017-10-11 Thread ryanmce (Ryan McElroy)
ryanmce accepted this revision. ryanmce added a comment. This revision is now accepted and ready to land. queued REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1000 To: durin42, #hg-reviewers, quark, ryanmce Cc: ryanmce, quark, mercurial-devel

D1001: ui: recommend tweakdefaults in the default hgrc template

2017-10-11 Thread ryanmce (Ryan McElroy)
ryanmce added a comment. queued REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1001 To: durin42, #hg-reviewers, quark, pulkit, ryanmce Cc: ryanmce, quark, mercurial-devel ___ Mercurial-devel mailing list

D1001: ui: recommend tweakdefaults in the default hgrc template

2017-10-11 Thread ryanmce (Ryan McElroy)
ryanmce accepted this revision. ryanmce added a comment. This revision is now accepted and ready to land. yay! REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1001 To: durin42, #hg-reviewers, quark, pulkit, ryanmce Cc: ryanmce, quark, mercurial-devel

D990: dispatch: when --pager=no is passed, also disable pager on req.repo.ui

2017-10-11 Thread lothiraldan (Boris Feld)
lothiraldan accepted this revision. lothiraldan added a comment. LGTM, I was wondering if lui was special and if we should disable its pager or not. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D990 To: quark, #hg-reviewers, lothiraldan Cc: lothiraldan,

mercurial@34529: 21 new changesets

2017-10-11 Thread Mercurial Commits
21 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/e21f274cccea changeset: 34509:e21f274cccea user:Augie Fackler date:Thu Oct 05 14:12:51 2017 -0400 summary: hgweb: in protocol adapter, avoid control reaching end of non-void

Re: [PATCH 01 of 13] configitems: register the 'blackbox.track' config

2017-10-11 Thread Martin von Zweigbergk via Mercurial-devel
On Mon, Oct 9, 2017 at 1:21 AM, Boris Feld wrote: > # HG changeset patch > # User Boris Feld > # Date 1507486294 -7200 > # Sun Oct 08 20:11:34 2017 +0200 > # Node ID cdac8099d6c07e3d96e1c7c8fadab713f2111bd7 > # Parent