[Bug 5907] New: Cryptic revlog error in rebase

2018-06-04 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5907 Bug ID: 5907 Summary: Cryptic revlog error in rebase Product: Mercurial Version: 4.6 Hardware: All OS: All Status: UNCONFIRMED Severity: bug

mercurial@38182: 5 new changesets (5 on stable)

2018-06-04 Thread Mercurial Commits
5 new changesets (5 on stable) in mercurial: https://www.mercurial-scm.org/repo/hg/rev/3790efb388ca changeset: 38178:3790efb388ca branch: stable parent: 38040:a3b4ccbec269 user:Matt Harbison date:Thu May 31 09:19:09 2018 -0400 summary: lfs: bypass wrapped

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

2018-06-04 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGb865bba56db1: run-tests: update the test case name format (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

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

2018-06-04 Thread lothiraldan (Boris Feld)
This revision was automatically updated to reflect the committed changes. Closed by commit rHG507bdc40bb17: run-tests: add support for running specific test cases (authored by lothiraldan, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

Re: [PATCH 6 of 6] templater: always map over a wrapped object

2018-06-04 Thread Augie Fackler
On Mon, Jun 04, 2018 at 10:10:13PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1524298891 -32400 > # Sat Apr 21 17:21:31 2018 +0900 > # Node ID c2ef13743679487c1963e5e8eecdab2799213194 > # Parent 481042701ff874ba7b8c6af18e4ef71f87f35c65 > templater:

D3684: shelve: merge in obsshelve changes implemented at facebook

2018-06-04 Thread durin42 (Augie Fackler)
durin42 created this revision. Herald added a subscriber: mercurial-devel. Herald added a reviewer: hg-reviewers. REVISION SUMMARY test-obsshelve.t could be merged with test-shelve.t at some point, but for now I want the comprehensive coverage. Note that obsshelve in hg-experimental is a

[Bug 5906] New: AttributeError: 'filelog' object has no attribute '_getsegmentforrevs' in hg debugrevlog

2018-06-04 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5906 Bug ID: 5906 Summary: AttributeError: 'filelog' object has no attribute '_getsegmentforrevs' in hg debugrevlog Product: Mercurial Version: 4.6 Hardware: PC

D3678: graft: correct documentation about options can be reapplied

2018-06-04 Thread pulkit (Pulkit Goyal)
pulkit added a comment. In https://phab.mercurial-scm.org/D3678#57916, @yuja wrote: > > > Does it mean --currentuser and --currentdate aren't saved in the state file? > > > > Yes, options that are saved in state file are --user and --date. And --no-commit is going to be added

[PATCH 5 of 6] templater: consistently join() string-like object per character (BC)

2018-06-04 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1524298511 -32400 # Sat Apr 21 17:15:11 2018 +0900 # Node ID 481042701ff874ba7b8c6af18e4ef71f87f35c65 # Parent 15bb4fc7c5d6190351bb891e29f612e749d1e2e5 templater: consistently join() string-like object per character (BC) The old behavior

[PATCH 4 of 6] templater: always join() over a wrapped object (BC)

2018-06-04 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1524297621 -32400 # Sat Apr 21 17:00:21 2018 +0900 # Node ID 15bb4fc7c5d6190351bb891e29f612e749d1e2e5 # Parent 530b24e26effdc6f4611e444d8f41c6bf88e706b templater: always join() over a wrapped object (BC) This is a behavior change in a sense

[PATCH 6 of 6] templater: always map over a wrapped object

2018-06-04 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1524298891 -32400 # Sat Apr 21 17:21:31 2018 +0900 # Node ID c2ef13743679487c1963e5e8eecdab2799213194 # Parent 481042701ff874ba7b8c6af18e4ef71f87f35c65 templater: always map over a wrapped object _checkeditermaps() is no longer necessary as

[PATCH 3 of 6] templater: add wrapped types for pure non-list/dict values

2018-06-04 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1521557786 -32400 # Tue Mar 20 23:56:26 2018 +0900 # Node ID 530b24e26effdc6f4611e444d8f41c6bf88e706b # Parent 39d5832512a0495480068c761a9e081230aac737 templater: add wrapped types for pure non-list/dict values These wrapper types will

[PATCH 2 of 6] templater: unify unwrapvalue() with _unwrapvalue()

2018-06-04 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1522843574 -32400 # Wed Apr 04 21:06:14 2018 +0900 # Node ID 39d5832512a0495480068c761a9e081230aac737 # Parent 8cb8d0883f5f839ff66462f718f895e0d107ac34 templater: unify unwrapvalue() with _unwrapvalue() All weird generators got removed from

[PATCH 1 of 6] templater: inline unwrapvalue()

2018-06-04 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1522843281 -32400 # Wed Apr 04 21:01:21 2018 +0900 # Node ID 8cb8d0883f5f839ff66462f718f895e0d107ac34 # Parent ee1f052b45efa0b35abc9b4f40b476bff10de772 templater: inline unwrapvalue() The current unwrapvalue() will be superseded by

D3678: graft: correct documentation about options can be reapplied

2018-06-04 Thread yuja (Yuya Nishihara)
yuja added a subscriber: pulkit. yuja added a comment. > > Does it mean --currentuser and --currentdate aren't saved in the state file? > > Yes, options that are saved in state file are --user and --date. And --no-commit is going to be added in this list. Thanks.

Re: D3678: graft: correct documentation about options can be reapplied

2018-06-04 Thread Yuya Nishihara
> > Does it mean --currentuser and --currentdate aren't saved in the state > file? > > Yes, options that are saved in state file are --user and --date. And > --no-commit is going to be added in this list. Thanks. @pulkit, I think --currentuser/--currentdate can be the user/date of the

D3678: graft: correct documentation about options can be reapplied

2018-06-04 Thread khanchi97 (Sushil khanchi)
khanchi97 added a comment. In https://phab.mercurial-scm.org/D3678#57907, @yuja wrote: > Queued per review, thanks. > > > The -c/--continue option does not reapply earlier options, except > > > > - for --force. + for --force, --user and --date. > > Does it mean

D3649: serve: add option print-url

2018-06-04 Thread av6 (Anton Shestakov)
av6 added a comment. In https://phab.mercurial-scm.org/D3649#57901, @nspanti-logilab wrote: > Could you describe tests that you would like? For example, some that check that url is correct and is printed on stdout and not stderr, maybe also that it is printed when --port is

D3678: graft: correct documentation about options can be reapplied

2018-06-04 Thread khanchi97 (Sushil khanchi)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGad50f0399e1e: graft: correct documentation about options can be reapplied (authored by khanchi97, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

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

2018-06-04 Thread pulkit (Pulkit Goyal)
This revision was automatically updated to reflect the committed changes. Closed by commit rHGee1f052b45ef: configitems: drop the deprecated alias for commands.update.check (authored by pulkit, committed by ). REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE

D3678: graft: correct documentation about options can be reapplied

2018-06-04 Thread yuja (Yuya Nishihara)
yuja added a comment. Queued per review, thanks. > The -c/--continue option does not reapply earlier options, except > > - for --force. + for --force, --user and --date. Does it mean --currentuser and --currentdate aren't saved in the state file? REPOSITORY rHG

Re: D3678: graft: correct documentation about options can be reapplied

2018-06-04 Thread Yuya Nishihara
Queued per review, thanks. > The -c/--continue option does not reapply earlier options, except > - for --force. > + for --force, --user and --date. Does it mean --currentuser and --currentdate aren't saved in the state file? ___

Re: D3649: serve: add option print-url

2018-06-04 Thread Yuya Nishihara
(resend because I forgot to remove the Phab shit, sorry for the noise.) > > It's surprising that `hg serve --print-url` spawns a daemon process! > > If it does not launch a daemon process, the procress caller (`xdg-open`, > `midori`, `firefox`, etc.) waits the end of the stream to launch,

D3649: serve: add option print-url

2018-06-04 Thread yuja (Yuya Nishihara)
yuja added a comment. (resend because I forgot to remove the Phab shit, sorry for the noise.) > > It's surprising that `hg serve --print-url` spawns a daemon process! > > If it does not launch a daemon process, the procress caller (`xdg-open`, `midori`, `firefox`, etc.) waits

Re: D3649: serve: add option print-url

2018-06-04 Thread Yuya Nishihara
On Mon, 4 Jun 2018 09:34:19 +, nspanti-logilab (Nicola Spanti) wrote: > > It's surprising that `hg serve --print-url` spawns a daemon process! > > If it does not launch a daemon process, the procress caller (`xdg-open`, > `midori`, `firefox`, etc.) waits the end of the stream to

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

2018-06-04 Thread Yuya Nishihara
On Sun, 03 Jun 2018 18:45:15 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1527992292 14400 > # Sat Jun 02 22:18:12 2018 -0400 > # Node ID dccb37649baadaa2682c4ce15d908b0f372348a8 > # Parent c19516ec13215f08d30dcb30765e64abf8ba4d69 > cmdutil: use

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

2018-06-04 Thread Yuya Nishihara
On Sun, 03 Jun 2018 18:44:13 -0400, Matt Harbison wrote: > # HG changeset patch > # User Matt Harbison > # Date 1527960345 14400 > # Sat Jun 02 13:25:45 2018 -0400 > # Node ID e134101a72dfe7fb4d6a90a35bfa2103f76d07c8 > # Parent 16f93a3b8b05aae9391f26a8b908bfa716456757 > tests: demonstrate

D3649: serve: add option print-url

2018-06-04 Thread nspanti-logilab (Nicola Spanti)
nspanti-logilab added a comment. In https://phab.mercurial-scm.org/D3649#57835, @yuja wrote: > It's surprising that `hg serve --print-url` spawns a daemon process! If it does not launch a daemon process, the procress caller (`xdg-open`, `midori`, `firefox`, etc.) waits the end of