[PATCH] tests: exclude bundled pywatchman from check-code test

2016-12-20 Thread David Soria Parra
# HG changeset patch # User David Soria Parra # Date 1482294521 28800 # Tue Dec 20 20:28:41 2016 -0800 # Node ID 26a5b7f91ec50d20782816b83841bd8087478eb0 # Parent b090cdf0e161af0ac6768cb404cc0e51bb0baf00 tests: exclude bundled pywatchman from check-code test pywatchman is

Re: [PATCH] match: adding non-recursive directory matching

2016-12-20 Thread Rodrigo Damazio via Mercurial-devel
On Tue, Dec 20, 2016 at 5:47 AM, Pierre-Yves David < pierre-yves.da...@ens-lyon.org> wrote: > > > On 12/20/2016 06:00 AM, Rodrigo Damazio wrote: > >> Unfortunately, while set would match the right files, because of the way >> the code is structured, it provides no way to not try visiting the >>

Re: [PATCH 4 of 4] convert: parse perforce data on-demand

2016-12-20 Thread Augie Fackler
On Tue, Dec 20, 2016 at 10:07:22AM -0800, David Soria Parra wrote: > # HG changeset patch > # User David Soria Parra > # Date 1482254630 28800 > # Tue Dec 20 09:23:50 2016 -0800 > # Node ID a047a142f151709f882361916617e762816db619 > # Parent

Re: [PATCH 3 of 3] changegroup: simplify logic around enabling changegroup 03

2016-12-20 Thread Augie Fackler
On Mon, Dec 19, 2016 at 07:41:23AM +0100, Pierre-Yves David wrote: > # HG changeset patch > # User Pierre-Yves David > # Date 1482117918 -3600 > # Mon Dec 19 04:25:18 2016 +0100 > # Node ID e62c766c60a19d89c4e0e50881701135c251fb6f > # Parent

Re: [PATCH] p4: drop an assignment that is never used

2016-12-20 Thread Augie Fackler
On Mon, Dec 19, 2016 at 10:23:43PM +, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1482186162 0 > # Mon Dec 19 22:22:42 2016 + > # Node ID a99748ec71eb65b50dabf1d73ab9de0c6b9124b2 > # Parent 935092e525b0ee5656d0830162a1c2adf8248de3 > # Available At

Re: [PATCH 2 of 2 hg-website] menu: capitalize the menu options in nav bar

2016-12-20 Thread Sean Farley
Sean Farley writes: > Pulkit Goyal <7895pul...@gmail.com> writes: > >> # HG changeset patch >> # User Pulkit Goyal <7895pul...@gmail.com> >> # Date 1481185128 -19800 >> # Thu Dec 08 13:48:48 2016 +0530 >> # Node ID 39b44ed32913cc10bcc93115286262f080a257fb >> # Parent

mercurial@30616: 9 new changesets

2016-12-20 Thread Mercurial Commits
9 new changesets in mercurial: https://www.mercurial-scm.org/repo/hg/rev/b52e8a4f4c0f changeset: 30608:b52e8a4f4c0f user:Pierre-Yves David date:Mon Dec 12 13:32:45 2016 +0100 summary: registrar: raise a programming error on duplicated

Re: [PATCH 5 of 8 evolve-ext, V2] metaedit: use faster setparents instead of full update

2016-12-20 Thread Pierre-Yves David
On 12/06/2016 05:41 PM, Mateusz Kwapich wrote: # HG changeset patch # User Mateusz Kwapich # Date 1479325623 0 # Wed Nov 16 19:47:03 2016 + # Branch stable # Node ID 651b6258e993f6d45e4ef7b324303201db5639b2 # Parent d4a8c386a14b3e455e60fffec7fb315f9629ff12

Re: [PATCH 1 of 8 evolve-ext, V2] metaedit: add a helper function for just metadata rewrites

2016-12-20 Thread Pierre-Yves David
On 12/06/2016 05:41 PM, Mateusz Kwapich wrote: # HG changeset patch # User Mateusz Kwapich # Date 1481028829 28800 # Tue Dec 06 04:53:49 2016 -0800 # Branch stable # Node ID 78b75ed14103cee05ed13948025310919adde559 # Parent 727c7211c810d304ebf92b32db7ecf697ce46ac6

Re: [PATCH 7 of 8 evolve-ext, V2] evolve: make the disallowing new unstable more accurate

2016-12-20 Thread Pierre-Yves David
On 12/06/2016 05:41 PM, Mateusz Kwapich wrote: # HG changeset patch # User Mateusz Kwapich # Date 1481040901 28800 # Tue Dec 06 08:15:01 2016 -0800 # Branch stable # Node ID a7cc11231c424e435252e7388dd05b139e766af2 # Parent 02a29df6827d1dae26b885c9c6c9d56be33ecd00

[PATCH 2 of 4] convert: move localname state to function scope

2016-12-20 Thread David Soria Parra
# HG changeset patch # User David Soria Parra # Date 1482254630 28800 # Tue Dec 20 09:23:50 2016 -0800 # Node ID 6f7154489117ac5cc9f0f876e922fef5c44803d8 # Parent 4cb85a7af6deb30abfd4c40ec8e502560150999e convert: move localname state to function scope diff --git

[PATCH 3 of 4] convert: return calculated values from parse() instead of manpulating state

2016-12-20 Thread David Soria Parra
# HG changeset patch # User David Soria Parra # Date 1482254630 28800 # Tue Dec 20 09:23:50 2016 -0800 # Node ID 77e1912e2e0817a96633568c400450a9566e7e33 # Parent 6f7154489117ac5cc9f0f876e922fef5c44803d8 convert: return calculated values from parse() instead of manpulating

[PATCH 4 of 4] convert: parse perforce data on-demand

2016-12-20 Thread David Soria Parra
# HG changeset patch # User David Soria Parra # Date 1482254630 28800 # Tue Dec 20 09:23:50 2016 -0800 # Node ID a047a142f151709f882361916617e762816db619 # Parent 77e1912e2e0817a96633568c400450a9566e7e33 convert: parse perforce data on-demand We are using read-only

Re: [PATCH RFC v8] scmutil: add a simple key-value file helper

2016-12-20 Thread Kostia Balytskyi
On 12/16/2016 6:45 PM, Augie Fackler wrote: > On Fri, Dec 16, 2016 at 1:35 PM, Augie Fackler wrote: >>> scmutil: add a simple key-value file helper >>> >> At this point, I think I'd like to see obs-shelve too. Is there a >> place I can do that? > (Specifically: before we do a

Re: [PATCH 4 of 4] chgserver: move wrapchgui to runcommand

2016-12-20 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2016-12-20 23:29:17 +0900: > On Tue, 20 Dec 2016 14:03:04 +, Jun Wu wrote: > > Excerpts from Yuya Nishihara's message of 2016-12-20 21:47:23 +0900: > > > BTW, is there any reason we have to delay the uisetup() call? I think we > > > can > > > just set

Re: [PATCH v2] push: add a message when pushing phases but not changes (issue4232)

2016-12-20 Thread Pierre-Yves David
On 12/07/2016 04:50 AM, Jeremy Wall (zaphar) wrote: # HG changeset patch # User Jeremy Wall (zaphar) # Date 1480542942 21600 # Wed Nov 30 15:55:42 2016 -0600 # Node ID 6e1ad0fb4f792d01e75f18e41579e52bcceee198 # Parent 9e29d4e4e08b5996adda49cdd0b497d89e2b16ee

Re: [PATCH 4 of 4] chgserver: move wrapchgui to runcommand

2016-12-20 Thread Yuya Nishihara
On Tue, 20 Dec 2016 14:03:04 +, Jun Wu wrote: > Excerpts from Yuya Nishihara's message of 2016-12-20 21:47:23 +0900: > > BTW, is there any reason we have to delay the uisetup() call? I think we can > > just set req.ui in place of req.uisetup: > > > > class chgui(uimod.ui): > > ... > >

[PATCH 8 of 9] py3: replace sys.platform with pycompat.sysplatform (part 1 of 2)

2016-12-20 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1482093924 -19800 # Mon Dec 19 02:15:24 2016 +0530 # Node ID 068e2e6fe20712a2624c5b2050aedeb68ab619c2 # Parent 173684dd16962b352416332ee66bd1880497aa16 py3: replace sys.platform with pycompat.sysplatform (part 1 of 2)

[PATCH 6 of 9] py3: replace os.name with pycompat.osname (part 1 of 2)

2016-12-20 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1482086812 -19800 # Mon Dec 19 00:16:52 2016 +0530 # Node ID e39ac3774a1c6703231bb5511ce082c50726b2ca # Parent 6dbdae9bb9c6e5a038a2e9c9676fdd6663d235eb py3: replace os.name with pycompat.osname (part 1 of 2) os.name

[PATCH 9 of 9] py3: replace sys.platform with pycompat.sysplatform (part 2 of 2)

2016-12-20 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1482094601 -19800 # Mon Dec 19 02:26:41 2016 +0530 # Node ID e0752031ef003151141020f68a2a902080db157b # Parent 068e2e6fe20712a2624c5b2050aedeb68ab619c2 py3: replace sys.platform with pycompat.sysplatform (part 2 of 2)

[PATCH 4 of 9] py3: replace os.environ with encoding.environ (part 4 of 5)

2016-12-20 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1482006960 -19800 # Sun Dec 18 02:06:00 2016 +0530 # Node ID fc020b58c3081d84af150e5ed700bc67b7616c2b # Parent 9cea8eb14d9e7fbf9be2fa6a67c94e6832d57c11 py3: replace os.environ with encoding.environ (part 4 of 5) diff -r

[PATCH 2 of 9] py3: replace os.environ with encoding.environ (part 2 of 5)

2016-12-20 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1482005799 -19800 # Sun Dec 18 01:46:39 2016 +0530 # Node ID c1a8b0e2a088a8cd365f7aa6a3f5d609fc57a92f # Parent 961ff24b8c2f9d71ff8f5d6539f760e78d88d07a py3: replace os.environ with encoding.environ (part 2 of 5) diff -r

[PATCH 5 of 9] py3: replace os.environ with encoding.environ (part 5 of 5)

2016-12-20 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1482007139 -19800 # Sun Dec 18 02:08:59 2016 +0530 # Node ID 6dbdae9bb9c6e5a038a2e9c9676fdd6663d235eb # Parent fc020b58c3081d84af150e5ed700bc67b7616c2b py3: replace os.environ with encoding.environ (part 5 of 5) diff -r

[PATCH 3 of 9] py3: replace os.environ with encoding.environ (part 3 of 5)

2016-12-20 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1482006276 -19800 # Sun Dec 18 01:54:36 2016 +0530 # Node ID 9cea8eb14d9e7fbf9be2fa6a67c94e6832d57c11 # Parent c1a8b0e2a088a8cd365f7aa6a3f5d609fc57a92f py3: replace os.environ with encoding.environ (part 3 of 5) diff -r

[PATCH 1 of 9] py3: replace os.environ with encoding.environ (part 1 of 5)

2016-12-20 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1482005081 -19800 # Sun Dec 18 01:34:41 2016 +0530 # Node ID 961ff24b8c2f9d71ff8f5d6539f760e78d88d07a # Parent ebca87566128e20c8f044f4e2d9aaec36efef625 py3: replace os.environ with encoding.environ (part 1 of 5)

[PATCH 7 of 9] py3: replace os.name with pycompat.osname (part 2 of 2)

2016-12-20 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1482087492 -19800 # Mon Dec 19 00:28:12 2016 +0530 # Node ID 173684dd16962b352416332ee66bd1880497aa16 # Parent e39ac3774a1c6703231bb5511ce082c50726b2ca py3: replace os.name with pycompat.osname (part 2 of 2) diff -r

Re: [PATCH 4 of 4] chgserver: move wrapchgui to runcommand

2016-12-20 Thread Jun Wu
Excerpts from Yuya Nishihara's message of 2016-12-20 21:47:23 +0900: > On Mon, 19 Dec 2016 16:32:16 +, Jun Wu wrote: > > Excerpts from Yuya Nishihara's message of 2016-12-19 23:46:26 +0900: > > > On Sun, 18 Dec 2016 18:24:45 +, Jun Wu wrote: > > > > The direction is to eventually lose

Re: [PATCH] bookmarks: introduce binary encoding

2016-12-20 Thread Stanislau Hlebik
Excerpts from Stanislau Hlebik's message of 2016-12-20 13:49:37 +: > Excerpts from Pierre-Yves David's message of 2016-12-17 08:39:18 +0100: > > > > On 12/09/2016 12:16 PM, Stanislau Hlebik wrote: > > > # HG changeset patch > > > # User Stanislau Hlebik > > > # Date 1481281951

Re: [PATCH] bookmarks: introduce binary encoding

2016-12-20 Thread Stanislau Hlebik
Excerpts from Pierre-Yves David's message of 2016-12-17 08:39:18 +0100: > > On 12/09/2016 12:16 PM, Stanislau Hlebik wrote: > > # HG changeset patch > > # User Stanislau Hlebik > > # Date 1481281951 28800 > > # Fri Dec 09 03:12:31 2016 -0800 > > # Node ID

Re: [PATCH 2 of 3 V2] chg: start server at a unique address

2016-12-20 Thread Yuya Nishihara
On Mon, 19 Dec 2016 22:19:24 +, Jun Wu wrote: > # HG changeset patch > # User Jun Wu > # Date 1482185389 0 > # Mon Dec 19 22:09:49 2016 + > # Node ID 24534dee38fe515f2c406e18153f623a074148b3 > # Parent c543f9fd1a5b7657d4114e61e87a8d9bc32f7617 > # Available At

Re: [PATCH 1 of 4] py3: make sure encoding.encoding is a bytes variable

2016-12-20 Thread Yuya Nishihara
On Sun, 18 Dec 2016 17:31:31 +0530, Pulkit Goyal wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1481999125 -19800 > # Sat Dec 17 23:55:25 2016 +0530 > # Node ID af87471131e2fecc9e6edeb2a5c2e155953da4bb > # Parent 1c8efe62f1f36fdf1a1bd6fcc5924cf557141d4a >

Re: [PATCH] match: adding non-recursive directory matching

2016-12-20 Thread Pierre-Yves David
On 12/20/2016 06:00 AM, Rodrigo Damazio wrote: Unfortunately, while set would match the right files, because of the way the code is structured, it provides no way to not try visiting the directories inside the non-recursive match - the set needs to first collect all the files in all

Re: [PATCH 2 of 2] bookmarks: make bookmarks.comparebookmarks accept binary nodes (API)

2016-12-20 Thread Stanislau Hlebik
Excerpts from Pierre-Yves David's message of 2016-12-17 08:33:20 +0100: > > On 12/09/2016 12:31 PM, Stanislau Hlebik wrote: > > # HG changeset patch > > # User Stanislau Hlebik > > # Date 1481282546 28800 > > # Fri Dec 09 03:22:26 2016 -0800 > > # Node ID

[PATCH STABLE V2] demandimport: do not raise ImportError for unknown item in fromlist

2016-12-20 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1482155160 -32400 # Mon Dec 19 22:46:00 2016 +0900 # Branch stable # Node ID 09d785da911964c3282768438024a3b8e63dbd53 # Parent 7817df5585db1d87d3f6c7f496085c86d87e2e9a demandimport: do not raise ImportError for unknown item in