Re: [PATCH 7 of 7 V5] hgweb: expose a followlines UI in filerevision view (RFC)

2017-03-27 Thread Gregory Szorc
On Mon, Mar 27, 2017 at 9:40 AM, Augie Fackler wrote: > On Sat, Mar 25, 2017 at 12:34:47PM -0700, Gregory Szorc wrote: > > On Sat, Mar 25, 2017 at 2:21 AM, Denis Laxalde > wrote: > > > > > # HG changeset patch > > > # User Denis Laxalde

[PATCH 2 of 3 V2] ui: defer setting pager related properties until the pager has spawned

2017-03-27 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1490490720 14400 # Sat Mar 25 21:12:00 2017 -0400 # Node ID 1c73c5cde39463e03c3c7be10b6fe1256a6e5143 # Parent 2566b7eac73c4851edc21b73a833f86bf878285e ui: defer setting pager related properties until the pager has

[PATCH 1 of 3 V2] color: stop mutating the default effects map

2017-03-27 Thread Matt Harbison
# HG changeset patch # User Matt Harbison # Date 1490464217 14400 # Sat Mar 25 13:50:17 2017 -0400 # Node ID 2566b7eac73c4851edc21b73a833f86bf878285e # Parent e86eb75e74ce1b0803c26d86a229b9b711f6d76a color: stop mutating the default effects map A future change will

Re: [PATCH 5 of 5] statfs: make getfstype() raise OSError

2017-03-27 Thread Augie Fackler
On Sat, Mar 25, 2017 at 07:38:51PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1490430323 -32400 > # Sat Mar 25 17:25:23 2017 +0900 > # Node ID 05dc34258f021523bc1de5c403f671fa4d1b9905 > # Parent

Re: [PATCH] runtests: change local IP glob pattern from "127.0.0.1" to "$LOCALIP"

2017-03-27 Thread Augie Fackler
> On Mar 26, 2017, at 22:58, Jun Wu wrote: > > # HG changeset patch > # User Jun Wu > # Date 1490583437 25200 > # Sun Mar 26 19:57:17 2017 -0700 > # Node ID 82f3dbff59306181303549600cd7a307da667d05 > # Parent 38ff33314869869535eb8f5c9cf4fa688847010e > #

[PATCH 2 of 2 RFC] RFC: switch to immutable configs

2017-03-27 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490639836 25200 # Mon Mar 27 11:37:16 2017 -0700 # Node ID 13bee3e959f04f970f2fc0a01120f0b30d725b84 # Parent 4eb7c76340791f379a34f9df4ec42e0c8b9b2a2f RFC: switch to immutable configs This replaces "ui" so it's based on immutable

[PATCH 1 of 2 RFC] RFC: implement immutable config objects

2017-03-27 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490635856 25200 # Mon Mar 27 10:30:56 2017 -0700 # Node ID 4eb7c76340791f379a34f9df4ec42e0c8b9b2a2f # Parent 4a8d065bbad80d3b3401010375bc80165404aa87 RFC: implement immutable config objects The immutable config objects are basic data

Re: [PATCH RFC] repo: add an ability to hide nodes in an appropriate way

2017-03-27 Thread Jun Wu
Excerpts from Augie Fackler's message of 2017-03-27 13:24:22 -0400: > On Mon, Mar 27, 2017 at 10:27:33AM +0200, Pierre-Yves David wrote: > > > > > > On 03/27/2017 12:32 AM, Kostia Balytskyi wrote: > > > # HG changeset patch > > > # User Kostia Balytskyi > > > # Date 1490567500

Re: [PATCH RFC] repo: add an ability to hide nodes in an appropriate way

2017-03-27 Thread Augie Fackler
On Sun, Mar 26, 2017 at 04:44:11PM -0700, Jun Wu wrote: > I think this is a good direction. See inline comments. > > Not related directly to this patch, but I was thinking introducing some > "post-transaction" mechanism for transaction. So the caller won't need to > put the "strip" outside a

Re: [PATCH RFC] repo: add an ability to hide nodes in an appropriate way

2017-03-27 Thread Augie Fackler
On Mon, Mar 27, 2017 at 10:27:33AM +0200, Pierre-Yves David wrote: > > > On 03/27/2017 12:32 AM, Kostia Balytskyi wrote: > > # HG changeset patch > > # User Kostia Balytskyi > > # Date 1490567500 25200 > > # Sun Mar 26 15:31:40 2017 -0700 > > # Node ID

Re: [PATCH 5 of 5] tags: deprecated 'repo.tag'

2017-03-27 Thread Augie Fackler
On Mon, Mar 27, 2017 at 06:28:28PM +0200, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1490623247 -7200 > # Mon Mar 27 16:00:47 2017 +0200 > # Node ID 3ffd0c52c373af0dd3cb8ec758fd295367ed5680 > # Parent

Re: [PATCH 7 of 7 V5] hgweb: expose a followlines UI in filerevision view (RFC)

2017-03-27 Thread Augie Fackler
On Sat, Mar 25, 2017 at 12:34:47PM -0700, Gregory Szorc wrote: > On Sat, Mar 25, 2017 at 2:21 AM, Denis Laxalde wrote: > > > # HG changeset patch > > # User Denis Laxalde > > # Date 1489594320 -3600 > > # Wed Mar 15 17:12:00 2017 +0100 > > # Node

Re: [PATCH] metadataonlyctx: speed up sanity check

2017-03-27 Thread Augie Fackler
On Sun, Mar 26, 2017 at 12:32:23PM -0700, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1490556395 25200 > # Sun Mar 26 12:26:35 2017 -0700 > # Node ID 2793d297600133bb83a5d2f5a46bfa3fadd037ab > # Parent b6766d75404fb8c5d26af016caa76f44b47ce156 > # Available At

[PATCH 5 of 5] tags: deprecated 'repo.tag'

2017-03-27 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1490623247 -7200 # Mon Mar 27 16:00:47 2017 +0200 # Node ID 3ffd0c52c373af0dd3cb8ec758fd295367ed5680 # Parent e321a0e656e1020b3d8f57143c5ec346e14705e7 # EXP-Topic tags # Available At

[PATCH 4 of 5] drawdag: use 'tagsmod.tag' instead of 'repo.tag'

2017-03-27 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1490630885 -7200 # Mon Mar 27 18:08:05 2017 +0200 # Node ID e321a0e656e1020b3d8f57143c5ec346e14705e7 # Parent 7f11598171b4ac200c25b6c72fda9db2e52865e6 # EXP-Topic tags # Available At

[PATCH 2 of 5] tags: move 'repo.tag' in the 'tags' module

2017-03-27 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1490623111 -7200 # Mon Mar 27 15:58:31 2017 +0200 # Node ID 983954c3aeebf13202b870a476671441bab9f6bf # Parent 5ccbaa368644a534514cc79a3375848f2733d616 # EXP-Topic tags # Available At

[PATCH 3 of 5] tags: use the 'tag' function from the 'tags' module in the 'tag' command

2017-03-27 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1490623234 -7200 # Mon Mar 27 16:00:34 2017 +0200 # Node ID 7f11598171b4ac200c25b6c72fda9db2e52865e6 # Parent 983954c3aeebf13202b870a476671441bab9f6bf # EXP-Topic tags # Available At

Re: [PATCH 3 of 3] histedit: revive commits on demand

2017-03-27 Thread Jun Wu
Excerpts from Jun Wu's message of 2017-03-27 09:24:00 -0700: > Excerpts from Pierre-Yves David's message of 2017-03-27 13:16:15 +0200: > > > > On 03/27/2017 12:29 PM, Jun Wu wrote: > > > Excerpts from Pierre-Yves David's message of 2017-03-27 09:17:59 +0200: > > >> > > >> On 03/26/2017 08:41 PM,

[PATCH 1 of 5] tags: move '_tags' from 'repo' to 'tags' module

2017-03-27 Thread Pierre-Yves David
# HG changeset patch # User Pierre-Yves David # Date 1490622907 -7200 # Mon Mar 27 15:55:07 2017 +0200 # Node ID 5ccbaa368644a534514cc79a3375848f2733d616 # Parent 59c6489c75dcf13989f4d4a343f3a18d1475e20d # EXP-Topic tags # Available At

Re: [PATCH 8 of 8] largefiles: add lfile argument to updatestandin() for efficiency (API)

2017-03-27 Thread Augie Fackler
On Mon, Mar 27, 2017 at 10:53:48AM +0900, FUJIWARA Katsunori wrote: > # HG changeset patch > # User FUJIWARA Katsunori > # Date 1490575476 -32400 > # Mon Mar 27 09:44:36 2017 +0900 > # Node ID 30343c565caf83ff165b05d2cd95f63ab50fe377 > # Parent

Re: [PATCH 3 of 3] histedit: revive commits on demand

2017-03-27 Thread Jun Wu
Excerpts from Pierre-Yves David's message of 2017-03-27 13:16:15 +0200: > > On 03/27/2017 12:29 PM, Jun Wu wrote: > > Excerpts from Pierre-Yves David's message of 2017-03-27 09:17:59 +0200: > >> > >> On 03/26/2017 08:41 PM, Jun Wu wrote: > >>> # HG changeset patch > >>> # User Jun Wu

Re: [PATCH STABLE] changegroup: retry read() when partial data returned

2017-03-27 Thread Yuya Nishihara
On Mon, 27 Mar 2017 08:25:41 -0700, Gregory Szorc wrote: > > On Mar 27, 2017, at 08:13, Yuya Nishihara wrote: > >> On Sun, 26 Mar 2017 11:56:59 -0700, Gregory Szorc wrote: > >> # HG changeset patch > >> # User Gregory Szorc > >> # Date 1490554582 25200 >

Re: [PATCH] metadataonlyctx: speed up sanity check

2017-03-27 Thread Yuya Nishihara
On Sun, 26 Mar 2017 12:32:23 -0700, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1490556395 25200 > # Sun Mar 26 12:26:35 2017 -0700 > # Node ID 2793d297600133bb83a5d2f5a46bfa3fadd037ab > # Parent b6766d75404fb8c5d26af016caa76f44b47ce156 > # Available At

Re: [PATCH STABLE] changegroup: retry read() when partial data returned

2017-03-27 Thread Gregory Szorc
> On Mar 27, 2017, at 08:13, Yuya Nishihara wrote: > >> On Sun, 26 Mar 2017 11:56:59 -0700, Gregory Szorc wrote: >> # HG changeset patch >> # User Gregory Szorc >> # Date 1490554582 25200 >> # Sun Mar 26 11:56:22 2017 -0700 >> # Branch stable >> #

Re: [PATCH STABLE] changegroup: retry read() when partial data returned

2017-03-27 Thread Yuya Nishihara
On Sun, 26 Mar 2017 11:56:59 -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1490554582 25200 > # Sun Mar 26 11:56:22 2017 -0700 > # Branch stable > # Node ID 414128ddd876eb33f70b0dd95d110e29a9308c93 > # Parent

Re: [PATCH 2 of 4] color: stop mutating the default effects map

2017-03-27 Thread Yuya Nishihara
On Mon, 27 Mar 2017 14:41:46 +0200, Pierre-Yves David wrote: > On 03/26/2017 04:35 PM, Yuya Nishihara wrote: > > On Sun, 26 Mar 2017 00:41:05 -0400, Matt Harbison wrote: > >> # HG changeset patch > >> # User Matt Harbison > >> # Date 1490464217 14400 > >> # Sat Mar

Re: [PATCH 4 of 4] summary: display obsolete state of parents

2017-03-27 Thread Yuya Nishihara
On Mon, 27 Mar 2017 10:00:34 +0200, Denis Laxalde wrote: > Yuya Nishihara a écrit : > > On Sat, 25 Mar 2017 14:09:19 +0100, Denis Laxalde wrote: > >> # HG changeset patch > >> # User Denis Laxalde > >> # Date 1490437808 -3600 > >> # Sat Mar 25 11:30:08 2017 +0100 > >> #

Re: [PATCH] metadataonlyctx: speed up sanity check

2017-03-27 Thread Ryan McElroy
(cc Mateusz) On 3/26/17 8:32 PM, Jun Wu wrote: # HG changeset patch # User Jun Wu # Date 1490556395 25200 # Sun Mar 26 12:26:35 2017 -0700 # Node ID 2793d297600133bb83a5d2f5a46bfa3fadd037ab # Parent b6766d75404fb8c5d26af016caa76f44b47ce156 metadataonlyctx: speed up sanity

Re: [PATCH 07 of 11] revlog: fix many file handle opens to explicitly use bytes mode

2017-03-27 Thread Augie Fackler
On Mon, Mar 27, 2017 at 10:54:08PM +0900, Yuya Nishihara wrote: > On Sun, 26 Mar 2017 18:36:41 -0400, Augie Fackler wrote: > > # HG changeset patch > > # User Augie Fackler > > # Date 1490567324 14400 > > # Sun Mar 26 18:28:44 2017 -0400 > > # Node ID

Re: [PATCH 5 of 7] py3: fix manifestdict.fastdelta() to be compatible with memoryview

2017-03-27 Thread Augie Fackler
On Sun, Mar 26, 2017 at 08:59:48PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1490522808 -32400 > # Sun Mar 26 19:06:48 2017 +0900 > # Node ID 5e8e48cb4f83a583515b4caaf97045b86747c499 > # Parent

Re: [PATCH 07 of 11] revlog: fix many file handle opens to explicitly use bytes mode

2017-03-27 Thread Yuya Nishihara
On Sun, 26 Mar 2017 18:36:41 -0400, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1490567324 14400 > # Sun Mar 26 18:28:44 2017 -0400 > # Node ID e7fe3ab60132647a9c3b86b2960b385e61b9dcf0 > # Parent 48144fe2d912b7d9fc300955d0c881aceead6930 >

Re: [PATCH 02 of 11] pycompat: forward encoding kwarg on open()

2017-03-27 Thread Yuya Nishihara
On Sun, 26 Mar 2017 18:36:36 -0400, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1490562287 14400 > # Sun Mar 26 17:04:47 2017 -0400 > # Node ID 28149aad82cb12522f1ba50b0bb184d1f960a9c9 > # Parent 1250b7d77ba41c7ce1500d4c8e5fef921a14f683 >

Re: [PATCH 01 of 11] revsetlang: fix _quote on int on python3

2017-03-27 Thread Yuya Nishihara
On Sun, 26 Mar 2017 18:36:35 -0400, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1490561309 14400 > # Sun Mar 26 16:48:29 2017 -0400 > # Node ID 1250b7d77ba41c7ce1500d4c8e5fef921a14f683 > # Parent e86eb75e74ce1b0803c26d86a229b9b711f6d76a >

Re: [PATCH 05 of 11] manifest: coerce _msearch argument to bytestr at method start

2017-03-27 Thread Yuya Nishihara
On Mon, 27 Mar 2017 11:49:45 +0530, Pulkit Goyal wrote: > Yuya had a different approach on this > https://patchwork.mercurial-scm.org/patch/19682/ [...] > On Mon, Mar 27, 2017 at 4:06 AM, Augie Fackler wrote: > > # HG changeset patch > > # User Augie Fackler

Re: [PATCH] runtests: unset editor and pager related environment variables

2017-03-27 Thread Augie Fackler
On Sun, Mar 26, 2017 at 08:59:52PM -0700, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1490587134 25200 > # Sun Mar 26 20:58:54 2017 -0700 > # Node ID 65f76087bc84162bdf0735f156d403e873e5c4e8 > # Parent e86eb75e74ce1b0803c26d86a229b9b711f6d76a > # Available At

Re: [PATCH] runtests: unset editor and pager related environment variables

2017-03-27 Thread Yuya Nishihara
On Sun, 26 Mar 2017 20:59:52 -0700, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1490587134 25200 > # Sun Mar 26 20:58:54 2017 -0700 > # Node ID 65f76087bc84162bdf0735f156d403e873e5c4e8 > # Parent e86eb75e74ce1b0803c26d86a229b9b711f6d76a > # Available At

Re: [PATCH 1 of 2] debugfsinfo: show fstype for given path

2017-03-27 Thread Yuya Nishihara
On Sun, 26 Mar 2017 18:33:38 -0700, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1490574577 25200 > # Sun Mar 26 17:29:37 2017 -0700 > # Node ID 0b8f4bab3597b1621c07bfc82b9c16a77459a9b1 > # Parent e86eb75e74ce1b0803c26d86a229b9b711f6d76a > # Available At

Re: [PATCH] repair: use context manager for lock management

2017-03-27 Thread Yuya Nishihara
On Sun, 26 Mar 2017 15:28:02 -0400, Matt Harbison wrote: > On Sun, 26 Mar 2017 13:34:10 -0400, Gregory Szorc > wrote: > > On Sun, Mar 26, 2017 at 4:20 AM, Yuya Nishihara wrote: > >> On Fri, 24 Mar 2017 23:34:28 -0400, Matt Harbison wrote: > >> > # HG

Re: [PATCH 6 of 7] py3: abuse r'' to preserve str-ness of literals passed to __setattr__()

2017-03-27 Thread Augie Fackler
On Sun, Mar 26, 2017 at 08:59:49PM +0900, Yuya Nishihara wrote: > # HG changeset patch > # User Yuya Nishihara > # Date 1490513592 -32400 > # Sun Mar 26 16:33:12 2017 +0900 > # Node ID c00753c42a0b04dc72ed831a87945f1eb41c84c1 > # Parent

Re: [PATCH 2 of 4] color: stop mutating the default effects map

2017-03-27 Thread Pierre-Yves David
On 03/26/2017 04:35 PM, Yuya Nishihara wrote: On Sun, 26 Mar 2017 00:41:05 -0400, Matt Harbison wrote: # HG changeset patch # User Matt Harbison # Date 1490464217 14400 # Sat Mar 25 13:50:17 2017 -0400 # Node ID a263702b064a5a3ce1ca74b227e8e624e4b05874 # Parent

Re: [PATCH 5 of 6 py3] test-check-py3-commands: cleanup tests related to `hg status`

2017-03-27 Thread Yuya Nishihara
On Sun, 26 Mar 2017 21:16:44 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1490542825 -19800 > # Sun Mar 26 21:10:25 2017 +0530 > # Node ID d0daada30518fb8fb12948c61e1eabb6494148cf > # Parent ad78dfda4e5669df04ea6441740f60658c2668a7 >

Re: [PATCH 3 of 3] histedit: test that an aborted histedit can be rerun (with obsolete)

2017-03-27 Thread Augie Fackler
On Mon, Mar 27, 2017 at 02:04:44PM +0200, Pierre-Yves David wrote: > > > On 03/27/2017 12:31 PM, Jun Wu wrote: > > Excerpts from Pierre-Yves David's message of 2017-03-27 09:19:52 +0200: > > > > > > On 03/26/2017 08:42 PM, Jun Wu wrote: > > > > Excerpts from Jun Wu's message of 2017-03-26 09:59:43

Re: [PATCH 3 of 3] histedit: test that an aborted histedit can be rerun (with obsolete)

2017-03-27 Thread Pierre-Yves David
On 03/27/2017 12:31 PM, Jun Wu wrote: Excerpts from Pierre-Yves David's message of 2017-03-27 09:19:52 +0200: On 03/26/2017 08:42 PM, Jun Wu wrote: Excerpts from Jun Wu's message of 2017-03-26 09:59:43 -0700: I'm -1 on this series. If the goal is to workaround obsolete cycles, the code

Re: [PATCH 3 of 3] histedit: revive commits on demand

2017-03-27 Thread Pierre-Yves David
On 03/27/2017 12:29 PM, Jun Wu wrote: Excerpts from Pierre-Yves David's message of 2017-03-27 09:17:59 +0200: On 03/26/2017 08:41 PM, Jun Wu wrote: # HG changeset patch # User Jun Wu # Date 1490552007 25200 # Sun Mar 26 11:13:27 2017 -0700 # Node ID

Re: [PATCH 3 of 3] histedit: test that an aborted histedit can be rerun (with obsolete)

2017-03-27 Thread Jun Wu
Excerpts from Pierre-Yves David's message of 2017-03-27 09:19:52 +0200: > > On 03/26/2017 08:42 PM, Jun Wu wrote: > > Excerpts from Jun Wu's message of 2017-03-26 09:59:43 -0700: > >> I'm -1 on this series. > >> > >> If the goal is to workaround obsolete cycles, the code could do additional > >>

Re: [PATCH 3 of 3] histedit: revive commits on demand

2017-03-27 Thread Jun Wu
Excerpts from Pierre-Yves David's message of 2017-03-27 09:17:59 +0200: > > On 03/26/2017 08:41 PM, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1490552007 25200 > > # Sun Mar 26 11:13:27 2017 -0700 > > # Node ID b6766d75404fb8c5d26af016caa76f44b47ce156

[PATCH 2 of 2] histedit: make prune markers local

2017-03-27 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490610065 25200 # Mon Mar 27 03:21:05 2017 -0700 # Node ID 293c829c83b02501a44a45bc2ed9794cec00e023 # Parent a3e835b04db41230b02233d5c7c3f4dee49407d3 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH 1 of 4 V2] obsolete: track node versions

2017-03-27 Thread Jun Wu
Thanks for the detailed reply. I have replies on multiple subtopics. But I deleted topics that I think are less important, to make the most important topic clear, and make the discussion more efficient. If you think I need to respond to more topics, feel free to point me at them. Excerpts from

Re: [PATCH RFC] repo: add an ability to hide nodes in an appropriate way

2017-03-27 Thread Pierre-Yves David
On 03/27/2017 12:32 AM, Kostia Balytskyi wrote: # HG changeset patch # User Kostia Balytskyi # Date 1490567500 25200 # Sun Mar 26 15:31:40 2017 -0700 # Node ID 43cd56f38c1ca2ad1920ed6804e1a90a5e263c0d # Parent c60091fa1426892552dd6c0dd4b9c49e3c3da045 repo: add an ability

Re: [PATCH 03 of 10 shelve-ext v4] shelve: rename stripnodes to nodestoprune

2017-03-27 Thread Kostia Balytskyi
On 21/03/2017 22:03, Jun Wu wrote: > Excerpts from Augie Fackler's message of 2017-03-21 17:58:54 -0400: >> On Sat, Mar 11, 2017 at 01:00:22PM -0800, Kostia Balytskyi wrote: >>> # HG changeset patch >>> # User Kostia Balytskyi >>> # Date 1489191523 28800 >>> # Fri Mar 10

Re: [PATCH 4 of 4] summary: display obsolete state of parents

2017-03-27 Thread Denis Laxalde
Yuya Nishihara a écrit : On Sat, 25 Mar 2017 14:09:19 +0100, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1490437808 -3600 # Sat Mar 25 11:30:08 2017 +0100 # Node ID af7190c42c1cd6ba16a9bd83ad54208d89f343fe # Parent

Re: [PATCH 2 of 4] templatekw: add an "obsolete" keyword

2017-03-27 Thread Denis Laxalde
Yuya Nishihara a écrit : On Sat, 25 Mar 2017 14:09:17 +0100, Denis Laxalde wrote: # HG changeset patch # User Denis Laxalde # Date 1490434451 -3600 # Sat Mar 25 10:34:11 2017 +0100 # Node ID c4c825f1402861e4b988395ac3deebcc6b5292cf # Parent

[Bug 5515] New: zsh completion: after abbreviation 'bo' for 'bookmarks' the wrong set of completions is offered.

2017-03-27 Thread mercurial-bugs
https://bz.mercurial-scm.org/show_bug.cgi?id=5515 Bug ID: 5515 Summary: zsh completion: after abbreviation 'bo' for 'bookmarks' the wrong set of completions is offered. Product: Mercurial Version: 4.1.1 Hardware: All

Re: [PATCH 1 of 5] repair: use ProgrammingError

2017-03-27 Thread Pierre-Yves David
Sure, that seems like a good idea. Can you see to it ? (I just replied on repair because this is the first changeset in the series) On 03/27/2017 08:57 AM, Jun Wu wrote: I think ProgrammingError should all have that hint. So this is not repair.py specific. Excerpts from Pierre-Yves David's

Re: [PATCH 3 of 3] histedit: revive commits on demand

2017-03-27 Thread Pierre-Yves David
On 03/26/2017 08:41 PM, Jun Wu wrote: # HG changeset patch # User Jun Wu # Date 1490552007 25200 # Sun Mar 26 11:13:27 2017 -0700 # Node ID b6766d75404fb8c5d26af016caa76f44b47ce156 # Parent 336512ee2f947f07149e399a84927f9d820d2b62 # Available At

Re: [PATCH 1 of 5] repair: use ProgrammingError

2017-03-27 Thread Jun Wu
I think ProgrammingError should all have that hint. So this is not repair.py specific. Excerpts from Pierre-Yves David's message of 2017-03-27 08:27:51 +0200: > > On 03/27/2017 02:14 AM, Jun Wu wrote: > > # HG changeset patch > > # User Jun Wu > > # Date 1490572408 25200 > > #

Re: [PATCH 1 of 5] repair: use ProgrammingError

2017-03-27 Thread Pierre-Yves David
On 03/27/2017 02:14 AM, Jun Wu wrote: # HG changeset patch # User Jun Wu # Date 1490572408 25200 # Sun Mar 26 16:53:28 2017 -0700 # Node ID 92d7eff3f4c7e44e8aab62b486bda78a37b73b83 # Parent e86eb75e74ce1b0803c26d86a229b9b711f6d76a # Available At

Re: [PATCH 01 of 11] revsetlang: fix _quote on int on python3

2017-03-27 Thread Pulkit Goyal
Yuya earlier had a similar series for fixing second commit. That series and this series have few patches similar and for few patches there are different approaches. I have commented on individual patches with Yuya's patch link from patchwork so that both of you can review and push things easily.

Re: [PATCH 10 of 11] py3: prove that a second commit in a given repository works

2017-03-27 Thread Pulkit Goyal
There is a same patch in Yuya' series also https://patchwork.mercurial-scm.org/patch/19684/ On Mon, Mar 27, 2017 at 4:06 AM, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1490567422 14400 > # Sun Mar 26 18:30:22 2017 -0400

Re: [PATCH 08 of 11] vfs: fix two setattr calls to use sysstrs

2017-03-27 Thread Pulkit Goyal
A similar one from Yuya fixing more __setattr__() calls using r''. https://patchwork.mercurial-scm.org/patch/19683/ On Mon, Mar 27, 2017 at 4:06 AM, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1490567343 14400 > # Sun Mar

Re: [PATCH 05 of 11] manifest: coerce _msearch argument to bytestr at method start

2017-03-27 Thread Pulkit Goyal
Yuya had a different approach on this https://patchwork.mercurial-scm.org/patch/19682/ On Mon, Mar 27, 2017 at 4:06 AM, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1490567242 14400 > # Sun Mar 26 18:27:22 2017 -0400 > #

Re: [PATCH 04 of 11] changelog: coerce data to write to bytes(), not str()

2017-03-27 Thread Pulkit Goyal
Yuya has a same one https://patchwork.mercurial-scm.org/patch/19680/ On Mon, Mar 27, 2017 at 4:06 AM, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1490567095 14400 > # Sun Mar 26 18:24:55 2017 -0400 > # Node ID

Re: [PATCH 06 of 11] bdiff: coerce to bytes() not str() in pure code

2017-03-27 Thread Pulkit Goyal
Yuya also has couple of patches in his series which deal with the same issue. https://patchwork.mercurial-scm.org/patch/19678/ https://patchwork.mercurial-scm.org/patch/19679/ On Mon, Mar 27, 2017 at 4:06 AM, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler

[PATCH 04 of 10 V5] rcutil: rename rcpath to rccomponents (API)

2017-03-27 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490586480 25200 # Sun Mar 26 20:48:00 2017 -0700 # Node ID 86998401114d7e4ae6d1c70b4e1b95b74dd1d6e3 # Parent 3d461afe19576560b9b43b4460dd850abbdbd5fe # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 03 of 10 V5] rcutil: extract rc directory listing logic

2017-03-27 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490586365 25200 # Sun Mar 26 20:46:05 2017 -0700 # Node ID 3d461afe19576560b9b43b4460dd850abbdbd5fe # Parent cd0c8320d216165bd8a62acc711e174ddef7a9f9 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 06 of 10 V5] rcutil: add a method to convert environment variables to config items

2017-03-27 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490588822 25200 # Sun Mar 26 21:27:02 2017 -0700 # Node ID 9b0aa30bf151b6c0e999b017fd328e29440bd447 # Parent fd9854b8f0f8ba25a237eba2196209cde69106dd # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 01 of 10 V5] rcutil: move scmutil.*rcpath to rcutil (API)

2017-03-27 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490584722 25200 # Sun Mar 26 20:18:42 2017 -0700 # Node ID dcef7872ff35187d679a79dc6ad62cb9029923b1 # Parent e86eb75e74ce1b0803c26d86a229b9b711f6d76a # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 02 of 10 V5] rcutil: split osrcpath to return default.d paths (API)

2017-03-27 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490584892 25200 # Sun Mar 26 20:21:32 2017 -0700 # Node ID cd0c8320d216165bd8a62acc711e174ddef7a9f9 # Parent dcef7872ff35187d679a79dc6ad62cb9029923b1 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 08 of 10 V5] debugconfig: list environment variables in debug output

2017-03-27 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490589622 25200 # Sun Mar 26 21:40:22 2017 -0700 # Node ID 0c745bb07fd82bb9383698c60c042101ee45f4ab # Parent 38572bb2cffd815526a727bc6f3aacdca2902f4f # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

[PATCH 05 of 10 V5] rcutil: let rccomponents return different types of configs (API)

2017-03-27 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1490587469 25200 # Sun Mar 26 21:04:29 2017 -0700 # Node ID fd9854b8f0f8ba25a237eba2196209cde69106dd # Parent 86998401114d7e4ae6d1c70b4e1b95b74dd1d6e3 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH 03 of 10 V4] rcutil: extra directory listing logic

2017-03-27 Thread Jun Wu
Excerpts from Jun Wu's message of 2017-03-26 22:18:35 -0700: > Excerpts from Jun Wu's message of 2017-03-26 21:49:16 -0700: > > # HG changeset patch > > # User Jun Wu > > # Date 1490586365 25200 > > # Sun Mar 26 20:46:05 2017 -0700 > > # Node ID