[PATCH remotenames] push: improve hgsvn compatibility

2016-09-14 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1473854964 -3600 # Wed Sep 14 13:09:24 2016 +0100 # Node ID 495a2dc683e529b8744f422509fbca37b232263e # Parent 7a6c5ff76f225c8ebe9baef9d5ef753da915aa8b push: improve hgsvn compatibility This patch improves the hgsubversion

mercurial@29928: 2 new changesets

2016-09-14 Thread Mercurial Commits
2 new changesets in mercurial: http://selenic.com/repo/hg//rev/799e36749f1a changeset: 29927:799e36749f1a user:Pierre-Yves David date:Tue Sep 13 17:46:29 2016 +0200 summary: ssl: handle a difference in SSLError with pypy (issue5348)

Re: [PATCH] rebase: make debug logging more consistent

2016-09-14 Thread Pierre-Yves David
On 09/14/2016 08:50 AM, Ryan McElroy wrote: On 9/13/2016 11:17 PM, Martin von Zweigbergk via Mercurial-devel wrote: # HG changeset patch # User Martin von Zweigbergk # Date 1473799782 25200 # Tue Sep 13 13:49:42 2016 -0700 # Node ID

mercurial@29930: 2 new changesets

2016-09-14 Thread Mercurial Commits
2 new changesets in mercurial: http://selenic.com/repo/hg//rev/b3845cab4ddc changeset: 29929:b3845cab4ddc user:Yuya Nishihara date:Sun Aug 07 17:04:05 2016 +0900 summary: revset: wrap arguments of 'or' by 'list' node

Re: [PATCH remotenames] push: improve hgsvn compatibility

2016-09-14 Thread Ryan McElroy
On 9/14/2016 3:49 PM, Augie Fackler wrote: On Sep 14, 2016, at 08:53, Jun Wu wrote: # HG changeset patch # User Jun Wu # Date 1473854964 -3600 # Wed Sep 14 13:09:24 2016 +0100 # Node ID 495a2dc683e529b8744f422509fbca37b232263e # Parent

Re: [PATCH 2 of 7 v3 flags] fancyopts: disallow true as a boolean flag default (API)

2016-09-14 Thread Augie Fackler
> On Sep 14, 2016, at 11:03, Yuya Nishihara wrote: > > On Tue, 13 Sep 2016 23:11:18 -0400, Augie Fackler wrote: >> # HG changeset patch >> # User Augie Fackler >> # Date 1472584421 14400 >> # Tue Aug 30 15:13:41 2016 -0400 >> # Node ID

[PATCH V4] update: warn if cwd was deleted

2016-09-14 Thread Stanislau Hlebik
# HG changeset patch # User Stanislau Hlebik # Date 1473865427 25200 # Wed Sep 14 08:03:47 2016 -0700 # Node ID 84ef6a5bc6556f59ed8935a5f716be53a6e17951 # Parent f148bfa40489269be2e48046734f81065129847a update: warn if cwd was deleted During update directories are deleted as

Re: [PATCH] journal: properly check for held lock (issue5349)

2016-09-14 Thread Pierre-Yves David
On 09/13/2016 08:54 PM, Augie Fackler wrote: On Tue, Sep 13, 2016 at 08:39:30PM +0200, Pierre-Yves David wrote: # HG changeset patch # User Pierre-Yves David # Date 1473791419 -7200 # Tue Sep 13 20:30:19 2016 +0200 # Node ID

Re: [PATCH 2 of 7 v3 flags] fancyopts: disallow true as a boolean flag default (API)

2016-09-14 Thread Yuya Nishihara
On Wed, 14 Sep 2016 11:05:40 -0400, Augie Fackler wrote: > > On Sep 14, 2016, at 11:03, Yuya Nishihara wrote: > > > > On Tue, 13 Sep 2016 23:11:18 -0400, Augie Fackler wrote: > >> # HG changeset patch > >> # User Augie Fackler > >> # Date 1472584421 14400 > >> #

mercurial@29937: 7 new changesets

2016-09-14 Thread Mercurial Commits
7 new changesets in mercurial: http://selenic.com/repo/hg//rev/d2d1be3009ca changeset: 29931:d2d1be3009ca user:Yuya Nishihara date:Sun Aug 07 17:48:52 2016 +0900 summary: revset: add stub to handle parentpost operation

Re: [PATCH 2 of 4] manifest: adds manifestctx.readfast

2016-09-14 Thread Durham Goode
On 9/13/16 10:27 PM, Martin von Zweigbergk wrote: On Tue, Sep 13, 2016 at 7:43 PM, Martin von Zweigbergk wrote: On Tue, Sep 13, 2016, 16:31 Durham Goode wrote: # HG changeset patch # User Durham Goode # Date 1473809190 25200 # Tue

[PATCH 3 of 4] revset: make reverse() noop depending on ordering requirement (BC)

2016-09-14 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1462250172 -32400 # Tue May 03 13:36:12 2016 +0900 # Node ID 849cc143ef7a4a95813f91618db6353018939c46 # Parent 7054518fb85e9ec814c5946528bcc8ceacae7460 revset: make reverse() noop depending on ordering requirement (BC)

Re: [PATCH 4 of 4] manifest: move dirlog up to manifestrevlog

2016-09-14 Thread Martin von Zweigbergk via Mercurial-devel
Looks good. Pushed to committed, thanks. On Tue, Sep 13, 2016 at 4:30 PM, Durham Goode wrote: > # HG changeset patch > # User Durham Goode > # Date 1473807641 25200 > # Tue Sep 13 16:00:41 2016 -0700 > # Node ID e141fd3c3455ce88ebcca85f166c8d42b682bc2d > #

Re: [PATCH 1 of 2 v8] graft: support grafting across move/copy (issue4028)

2016-09-14 Thread Yuya Nishihara
On Mon, 12 Sep 2016 17:25:45 +, Gábor STEFANIK wrote: > > I thought callers could compute ca and cta by themselves since they > > explicitly > > pass a pseudo ca, but maybe I'm wrong. If that's already been discussed, > > there's no reason to complain. Sorry for the noise. > > In certain "hg

[PATCH 2 of 2] crecord: add an event that scrolls the selected line to the top of the screen

2016-09-14 Thread Nathan Goldbaum
# HG changeset patch # User Nathan Goldbaum # Date 1473871467 18000 # Wed Sep 14 11:44:27 2016 -0500 # Node ID 9698a2565e5bed4a07d8fbbfc9d1c77e840ad787 # Parent dec5dfcbd772a9f51674067ad18dff6d9bad78cf crecord: add an event that scrolls the selected line to the top of

[PATCH] py3: have an utility function to return string

2016-09-14 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1473787789 -19800 # Tue Sep 13 22:59:49 2016 +0530 # Node ID ec133d50af780e84a6a24825b52d433c10f9cd55 # Parent 85bd31515225e7fdf9bd88edde054db2c74a33f8 py3: have an utility function to return string There are cases when

news from the topic experiment

2016-09-14 Thread Pierre-Yves David
In the past couple of weeks I made a couple of extra changes to the topic experiment, 'hg topic --verbose' got a large update and now list various information about the topics, this should help people getting a grasp on the current state of they topic in a single command: Example output $

[Bug 5368] New: hard to recover when hook interrupts strip

2016-09-14 Thread bugzilla
https://bz.mercurial-scm.org/show_bug.cgi?id=5368 Bug ID: 5368 Summary: hard to recover when hook interrupts strip Product: Mercurial Version: default branch Hardware: PC OS: Linux Status: UNCONFIRMED

Re: [PATCH] rebase: make debug logging more consistent

2016-09-14 Thread Ryan McElroy
On 9/13/2016 11:17 PM, Martin von Zweigbergk via Mercurial-devel wrote: # HG changeset patch # User Martin von Zweigbergk # Date 1473799782 25200 # Tue Sep 13 13:49:42 2016 -0700 # Node ID dafc79bb0ad2ddf0240f2a794f73f9ef5fd96ef4 # Parent

[PATCH 8 of 8] manifest: remove manifest.readshallowdelta

2016-09-14 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1473893509 25200 # Wed Sep 14 15:51:49 2016 -0700 # Node ID 91356761fbb7f751e79790947e2be8b209bf9637 # Parent 9cccfde2ef2c1e7ac27e222d5be2850ab3da7960 manifest: remove manifest.readshallowdelta This removes

[PATCH 4 of 8] manifest: add manifestlog.add

2016-09-14 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1473893509 25200 # Wed Sep 14 15:51:49 2016 -0700 # Node ID d41da1522f8efb5bf5aa75a51f0093b1129b6b5a # Parent 9d358316e14c2a4f49c0ed7b3c25b4a53de4e433 manifest: add manifestlog.add This adds a simple add() function to

[PATCH 6 of 8] manifest: add shallow option to treemanifestctx.readdelta and readfast

2016-09-14 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1473893509 25200 # Wed Sep 14 15:51:49 2016 -0700 # Node ID de2b633b8448ee3fccc8bc277ae308476945b7dc # Parent 33a7df42b989c555972280f6b84e2fac38babf7b manifest: add shallow option to treemanifestctx.readdelta and readfast The

[PATCH 1 of 8] manifest: move treeinmem onto manifestlog

2016-09-14 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1473893509 25200 # Wed Sep 14 15:51:49 2016 -0700 # Node ID a68f73ff397c439410395363049a0679a847b425 # Parent 459cbb3804144a4cabb6622b6d66616cadd35ade manifest: move treeinmem onto manifestlog A previous patched moved all the

[PATCH 5 of 8] manifest: add manifestlog.get to obtain subdirectory instances

2016-09-14 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1473893509 25200 # Wed Sep 14 15:51:49 2016 -0700 # Node ID 33a7df42b989c555972280f6b84e2fac38babf7b # Parent d41da1522f8efb5bf5aa75a51f0093b1129b6b5a manifest: add manifestlog.get to obtain subdirectory instances Previously

[PATCH 3 of 8] manifest: move manifest.add onto manifestrevlog

2016-09-14 Thread Durham Goode
# HG changeset patch # User Durham Goode # Date 1473893509 25200 # Wed Sep 14 15:51:49 2016 -0700 # Node ID 9d358316e14c2a4f49c0ed7b3c25b4a53de4e433 # Parent d02a33fbe958ea7cec4976f0fdc652264ac013bc manifest: move manifest.add onto manifestrevlog This moves add and _addtree