mercurial@38177: 6 new changesets

2018-06-01 Thread Mercurial Commits
6 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/24cc2969abae changeset: 38172:24cc2969abae user:Augie Fackler date:Sat Apr 28 22:13:33 2018 -0400 summary: tests: update fuzzer tests to include both fuzzers

D3649: serve: add option print-url

2018-06-01 Thread yuja (Yuya Nishihara)
yuja added a comment. > ('t', 'templates', '', _('web templates to use'), _('TEMPLATE')), > ('', 'style', '', _('template style to use'), _('STYLE')), > ('6', 'ipv6', None, _('use IPv6 in addition to IPv4')), > > - ('', 'certificate', '', _('SSL certificate file'), _('FILE'))] +

Re: D3649: serve: add option print-url

2018-06-01 Thread Yuya Nishihara
> ('t', 'templates', '', _('web templates to use'), _('TEMPLATE')), > ('', 'style', '', _('template style to use'), _('STYLE')), > ('6', 'ipv6', None, _('use IPv6 in addition to IPv4')), > -('', 'certificate', '', _('SSL certificate file'), _('FILE'))] > +('', 'certificate',

Re: [PATCH] config: rename allow_archive to allow-archive

2018-06-01 Thread Augie Fackler
> On May 14, 2018, at 06:38, David Demelier wrote: > > # HG changeset patch > # User David Demelier > # Date 1526294285 -7200 > # Mon May 14 12:38:05 2018 +0200 > # Node ID 821fe642e4397b2c48bd4000a6d9618548cefa3b > # Parent 8ba0344f9fb145f5b9b909f1211defc9e0793f68 > config: rename

Re: [PATCH 7 of 7] hgweb: fill {rename} even if ?linerange is specified

2018-06-01 Thread Augie Fackler
> On May 25, 2018, at 09:54, Yuya Nishihara wrote: > > # HG changeset patch > # User Yuya Nishihara > # Date 1524299463 -32400 > # Sat Apr 21 17:31:03 2018 +0900 > # Node ID ef98fb67b4dfa1a19434efe39f03e1c582285e72 > # Parent 772811dd496236017bb0e630b935720da76dbcf0 > hgweb: fill

Re: [PATCH] setup: write version constant as bytes literal

2018-06-01 Thread Augie Fackler
> On Jun 1, 2018, at 11:04, Yuya Nishihara wrote: > > # HG changeset patch > # User Yuya Nishihara > # Date 1527861756 -32400 > # Fri Jun 01 23:02:36 2018 +0900 > # Node ID 3cc63fbb28e2139cf9a0f7b153bd3f98125f4df9 > # Parent 273ce823ba5c657623441bcde526e54811c90fb1 > setup: write

mercurial@38171: 72 new changesets

2018-06-01 Thread Mercurial Commits
72 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/18424aeece7f changeset: 38100:18424aeece7f user:Augie Fackler date:Mon May 14 22:01:27 2018 -0400 summary: status: add a config knob for setting default of --terse

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

2018-06-01 Thread martinvonz (Martin von Zweigbergk)
martinvonz added inline comments. INLINE COMMENTS > pulkit wrote in cmdutil.py:3210 > > How about instead making unfinishedstates more generic by supporting a > > predicate there > > instead of the file? We could still allow files as well for BC for a > > little while. > > @martinvonz :

[PATCH] setup: write version constant as bytes literal

2018-06-01 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1527861756 -32400 # Fri Jun 01 23:02:36 2018 +0900 # Node ID 3cc63fbb28e2139cf9a0f7b153bd3f98125f4df9 # Parent 273ce823ba5c657623441bcde526e54811c90fb1 setup: write version constant as bytes literal Spotted while bulk-rewriting string

Re: [PATCH 1 of 2] hghave: avoid a deadlock reading the child process's output

2018-06-01 Thread Yuya Nishihara
On Thu, 31 May 2018 22:35:00 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1527819107 14400 > # Thu May 31 22:11:47 2018 -0400 > # Node ID 0de423ecd560edaa0f1eb25cc265c3b2e8caf0f0 > # Parent 7fa3408f83ef1a04e2d23ab6f8498833b450e589 > hghave: avoid a

Re: [PATCH 1 of 5] spartan: add missing closing tags

2018-06-01 Thread Yuya Nishihara
On Thu, 31 May 2018 21:11:36 +0800, Anton Shestakov wrote: > # HG changeset patch > # User Anton Shestakov > # Date 1527756722 -28800 > # Thu May 31 16:52:02 2018 +0800 > # Node ID 5763aad1f7b9643c761d82a757ee0504a32b7c41 > # Parent 5a87bf0bd34377f10b19d770acb943d7fda250f3 > spartan: add

Re: [PATCH STABLE] lfs: bypass wrapped functions when reposetup() hasn't been called (issue5902)

2018-06-01 Thread Yuya Nishihara
On Thu, 31 May 2018 17:36:36 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1527772749 14400 > # Thu May 31 09:19:09 2018 -0400 > # Branch stable > # Node ID 0572b9d0ebd0a57c18140a2e6294cecb6e4d8961 > # Parent a3b4ccbec269a4ffabdcc681212a36bbbdc4cca8 >

D3672: retractboundary: add dryrun parameter

2018-06-01 Thread khanchi97 (Sushil khanchi)
khanchi97 added inline comments. INLINE COMMENTS > pulkit wrote in phases.py:395 > Add documentation about dry-run and the return value. okay > pulkit wrote in phases.py:417 > Why are we not using this affected set here to find the changesets whose > phase is changed? Because I think this

D3671: advanceboundary: add dryrun parameter

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

D3671: advanceboundary: add dryrun parameter

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

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

2018-06-01 Thread pulkit (Pulkit Goyal)
pulkit added inline comments. INLINE COMMENTS > cmdutil.py:3210 > if clearable and repo.vfs.exists(f): > util.unlink(repo.vfs.join(f)) > > How about instead making unfinishedstates more generic by supporting a > predicate there > instead of the file? We could still

D3672: retractboundary: add dryrun parameter

2018-06-01 Thread pulkit (Pulkit Goyal)
pulkit added inline comments. INLINE COMMENTS > phases.py:395 > > -def retractboundary(self, repo, tr, targetphase, nodes): > +def retractboundary(self, repo, tr, targetphase, nodes, dryrun=None): > oldroots = self.phaseroots[:targetphase + 1] Add documentation about dry-run

D3671: advanceboundary: add dryrun parameter

2018-06-01 Thread pulkit (Pulkit Goyal)
pulkit added a comment. Also, can you add about why we are adding a dryrun parameter to functions here and what will be the behavior in the commit message too? REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D3671 To: khanchi97, #hg-reviewers, pulkit Cc: pulkit,

D3671: advanceboundary: add dryrun parameter

2018-06-01 Thread pulkit (Pulkit Goyal)
pulkit added a comment. Nice work! Returning a set of changesets whose phase is changed or can be changed is a better API than returning a rejected list and a list of sets. INLINE COMMENTS > phases.py:358 > > Nodes with a phase lower than 'targetphase' are not affected. >

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

2018-06-01 Thread pulkit (Pulkit Goyal)
pulkit added a comment. In https://phab.mercurial-scm.org/D2409#56200, @khanchi97 wrote: > @pulkit do we have new state format pushed in? Yep, you can go ahead and rebase this patch to make it use the new statefile format. REPOSITORY rHG Mercurial REVISION DETAIL

D3672: retractboundary: add dryrun parameter

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

D3671: advanceboundary: add dryrun parameter

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

D3439: templatefilters: add commonprefix

2018-06-01 Thread joerg.sonnenberger (Joerg Sonnenberger)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG56dd15178190: templatefilters: add commonprefix (authored by joerg.sonnenberger, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D3439?vs=8614=8946#toc REPOSITORY rHG

D3649: serve: add option print-url

2018-06-01 Thread nspanti-logilab (Nicola Spanti)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGaea29e81753a: serve: add option print-url (authored by nspanti-logilab, committed by ). CHANGED PRIOR TO COMMIT https://phab.mercurial-scm.org/D3649?vs=8880=8945#toc REPOSITORY rHG Mercurial

D3638: py3: add 3 new passing tests to whitelist

2018-06-01 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGc019db5ccfa1: py3: add 3 new passing tests to whitelist (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D3638?vs=8846=8944