[PATCH v4] lazymanifest: write a more efficient, pypy friendly version of lazymanifest

2016-10-01 Thread Maciej Fijalkowski
# HG changeset patch # User Maciej Fijalkowski # Date 1473680234 -7200 # Mon Sep 12 13:37:14 2016 +0200 # Node ID c770219dc4c253d7cd82519ce3c74438bb2829d3 # Parent df05c43bd1e64f1620d0b2e502f4603c1e5a8341 lazymanifest: write a more efficient, pypy friendly version of

Re: [PATCH v3] lazymanifest: write a more efficient, pypy friendly version of lazymanifest

2016-10-01 Thread Maciej Fijalkowski
Fixed, it's error reporting and making sure we truncate the 22 length hash On Fri, Sep 30, 2016 at 12:06 AM, Augie Fackler wrote: > On Wed, Sep 28, 2016 at 01:47:32PM +0200, Maciej Fijalkowski wrote: >> # HG changeset patch >> # User Maciej Fijalkowski >> #

Re: news from the topic experiment

2016-10-01 Thread Gregory Szorc
On Thu, Sep 22, 2016 at 5:26 PM, Augie Fackler wrote: > > > On Sep 22, 2016, at 8:18 PM, Pierre-Yves David < > pierre-yves.da...@ens-lyon.org> wrote: > > > >>> I assume this is along the spirit of your 'hg undo' for evolve (that > >>> preserves the hash)? > >> > >> No. We are

[PATCH] annotate: calculate line count correctly

2016-10-01 Thread Jun Wu
# HG changeset patch # User Jun Wu # Date 1475327938 -3600 # Sat Oct 01 14:18:58 2016 +0100 # Node ID dfd539e1e012e2fa78c0635e0e4bc993f7bbd89e # Parent 3741a8f86e88702595c29f8ed824a28da0cfa961 # Available At https://bitbucket.org/quark-zju/hg-draft # hg pull

Re: [PATCH] annotate: calculate line count correctly

2016-10-01 Thread Jun Wu
Excerpts from Jun Wu's message of 2016-10-01 14:20:05 +0100: > # EXP-Topic extensions.debug Sorry. I didn't realize the topic name. I have topics extension enabled but didn't run the topic command. And it reuses the topic the parent has. This is also one of the reasons I dislike the current

[PATCH 1 of 2] revset: extract function that creates range set from computed revisions

2016-10-01 Thread Yuya Nishihara
# HG changeset patch # User Yuya Nishihara # Date 1475320308 -32400 # Sat Oct 01 20:11:48 2016 +0900 # Node ID 95ec9f99f4dc075caa28ca71580e913b35855d84 # Parent 3f4e1c033f40aaa8111de9b8212f05e8e09590aa revset: extract function that creates range set from computed revisions

Re: news from the topic experiment

2016-10-01 Thread Pulkit Goyal
> * `hg rebase` must be explicitly enabled. Some users think this means they > shouldn't be using it. Yeah as someone who is learning Mercurial I agree, usually I/people think that we need extensions when we are doing something which is not normal/general. > * `hg push` pushes all heads by

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

2016-10-01 Thread Yuya Nishihara
On Sun, 2 Oct 2016 06:36:35 +0530, Pulkit Goyal wrote: > Is encoding.encoding public or private. Can I convert it to unicode? No. It's read/written freely. We could cache a unicode variant internally if that matters, but we would need a setter function to invalidate the cache. % grep

mercurial@30030: 2 new changesets (2 on stable)

2016-10-01 Thread Mercurial Commits
2 new changesets (2 on stable) in mercurial: http://selenic.com/repo/hg//rev/269a5d121339 changeset: 30029:269a5d121339 branch: stable parent: 30010:149433e68974 user:Augie Fackler date:Sat Oct 01 15:00:18 2016 -0400 summary: Added tag 3.9.2 for

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

2016-10-01 Thread Pulkit Goyal
On Fri, Sep 16, 2016 at 7:16 PM, Yuya Nishihara wrote: > On Thu, 15 Sep 2016 23:59:59 +0530, Pulkit Goyal wrote: >> On Thu, Sep 15, 2016 at 7:06 PM, Yuya Nishihara wrote: >> > On Wed, 14 Sep 2016 22:45:27 +0530, Pulkit Goyal wrote: >> >> # HG changeset patch >> >> #