Re: [PATCH] osx: stamp the hg version into the version field in the pkg

2016-08-15 Thread Kevin Bullock
> On Aug 15, 2016, at 11:00, Kevin Bullock <kbullock+mercur...@ringworld.org> > wrote: > >> On Aug 12, 2016, at 16:52, Augie Fackler <r...@durin42.com> wrote: >> >> # HG changeset patch >> # User Augie Fackler <au...@google.com> >> #

Re: [PATCH] osx: stamp the hg version into the version field in the pkg

2016-08-15 Thread Kevin Bullock
> On Aug 12, 2016, at 16:52, Augie Fackler wrote: > > # HG changeset patch > # User Augie Fackler > # Date 1471038708 14400 > # Fri Aug 12 17:51:48 2016 -0400 > # Node ID 43a4c2b71bd23dc603345bf34dced201ff4df1d8 > # Parent

Re: [PATCH] config: add extension point for extracting all included files

2017-02-03 Thread Kevin Bullock
> On Feb 3, 2017, at 09:56, Mathias De Maré wrote: > > # HG changeset patch > # User Mathias De Mare > # Date 1486132049 -3600 > # Fri Feb 03 15:27:29 2017 +0100 > # Node ID ea2e95febfeff39377c878fa05cc853832bc3b2a > # Parent

Re: [PATCH] patchbomb: add -B option to select a bookmark

2017-02-03 Thread Kevin Bullock
> On Feb 3, 2017, at 08:04, David Demelier wrote: > > # HG changeset patch > # User David Demelier > # Date 1486130547 -3600 > # Fri Feb 03 15:02:27 2017 +0100 > # Node ID a9061ca9a25c8e16150fd2e1574ccac1310b7a03 > # Parent

Re: Gardening extensions

2017-02-06 Thread Kevin Bullock
> On Feb 6, 2017, at 14:44, Bryan O'Sullivan wrote: > > Not surprisingly, the pager extension isn't the only one in my sights at the > moment. > > Here are a few others I've been thinking about. > > Proposals to move into core: > > * color - approaching its tenth

Re: Backwards compatibility before all else? [was Re: [PATCH v2] pager: migrate heavily-used extension into core]

2017-02-06 Thread Kevin Bullock
> On Feb 6, 2017, at 14:00, Bryan O'Sullivan wrote: > > Well, this is an interesting case of a bigger pattern. > > To be honest, I think that the long-time insistence on (and acquiescence to) > backwards compatibility for every little aspect of behaviour for all eternity

Re: [PATCH 04 of 10] localrepo: move ui loading to baselocalrepository

2017-02-24 Thread Kevin Bullock
> On Feb 23, 2017, at 07:05, Yuya Nishihara wrote: > > On Wed, 22 Feb 2017 20:27:39 -0800, Jun Wu wrote: >> Excerpts from Kevin Bullock's message of 2017-02-22 20:31:14 -0600: >>> There's another alternative we might consider: can we move all of the >>> "side effects" out of the

Re: [PATCH 04 of 10] localrepo: move ui loading to baselocalrepository

2017-02-24 Thread Kevin Bullock
> On Feb 23, 2017, at 11:15, Jun Wu wrote: > > Excerpts from Yuya Nishihara's message of 2017-02-23 22:05:24 +0900: >> On Wed, 22 Feb 2017 20:27:39 -0800, Jun Wu wrote: >>> Excerpts from Kevin Bullock's message of 2017-02-22 20:31:14 -0600: There's another alternative we might

Demo instance of patchwork

2017-02-24 Thread Kevin Bullock
Hi all, Jun and I have been working on setting up a demo instance of Patchwork as a testing ground for improvements to our patch workflow. It's accessible at: For now, all we've done is installed the latest version of Patchwork. Augie and I are in

Re: [PATCH 1 of 2] py3: use pycompat.fsencode() to convert __file__ to bytes

2017-02-24 Thread Kevin Bullock
> On Feb 23, 2017, at 05:59, Pulkit Goyal <7895pul...@gmail.com> wrote: > > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1487596242 -19800 > # Mon Feb 20 18:40:42 2017 +0530 > # Node ID 80693cfda5a63dee28cf9e63cf0e8cef3f27f23a > # Parent

Re: [Bugzilla] Your account mercurial-devel@mercurial-scm.org is being impersonated

2017-02-24 Thread Kevin Bullock
> On Feb 24, 2017, at 22:53, mercurial-b...@mercurial-scm.org wrote: > > Kevin Bullock <kbullock+mercur...@ringworld.org> has used the 'sudo' > feature to access > Bugzilla using your account. > >Kevin Bullock <kbullock+mercur...@ringworld.org> provided

Re: [PATCH 04 of 10] localrepo: move ui loading to baselocalrepository

2017-02-22 Thread Kevin Bullock
> On Feb 13, 2017, at 19:09, Jun Wu wrote: > > Whatever we will end up with, I want to make sure: > > 1. There is a "repo" object passed to preload functions, not a "repopath" > > "repopath" is just not practically useful as too many checks need to be > done on it. The

Re: [PATCH v3] hg: allow usage of XDG_CONFIG_HOME and $HOME/.config/hg/hgrc

2017-02-10 Thread Kevin Bullock
> On Feb 9, 2017, at 10:22, Jun Wu wrote: > > I think it's better to always include ~/.hgrc, even if $XDG_CONFIG_HOME > exists (also check the comment below). So the text here could be: > > - ${XDG_CONFIG_HOME:-$HOME/.config}/hg/hgrc > - $HOME/.hgrc Let's not make people

Re: [PATCH 04 of 10] localrepo: move ui loading to baselocalrepository

2017-02-10 Thread Kevin Bullock
> On Feb 9, 2017, at 19:46, Jun Wu wrote: > > # HG changeset patch > # User Jun Wu > # Date 1486675034 28800 > # Thu Feb 09 13:17:14 2017 -0800 > # Node ID 5e47a19fae82f4659f1e7df37f8f26dd56c4f246 > # Parent 2c1834e1e6b5f734c27199d47de9b2252b8f4913 > #

Re: [PATCH] pager: add support to --patch and --stat options of hg shelve

2017-02-25 Thread Kevin Bullock
> On Feb 25, 2017, at 14:15, Pulkit Goyal <7895pul...@gmail.com> wrote: > > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1487974363 -19800 > # Sat Feb 25 03:42:43 2017 +0530 > # Node ID 1ca9eca579b404cde5448d3b7629f5adb8a1c268 > # Parent

Re: [PATCH website] downloads: add link to PPA for ubuntu/debian

2017-02-27 Thread Kevin Bullock
> On Feb 26, 2017, at 02:52, Anton Shestakov wrote: > > On Sat, 25 Feb 2017 13:02:15 -0800 > heatherboo wrote: > >> # HG changeset patch >> # User heatherboo >> # Date 1488054963 28800 >> # Sat Feb 25 12:36:03

Re: [PATCH] evolution: make troubles appear in default log (issue4686)

2016-09-02 Thread Kevin Bullock
> On Sep 2, 2016, at 04:38, liscju wrote: > > # HG changeset patch > # User liscju > # Date 1472809041 -7200 > # Fri Sep 02 11:37:21 2016 +0200 > # Node ID 463b164126a0db3f7147787ace34f74deeccc03f > # Parent

Re: [PATCH V2] update: warn if cwd was deleted

2016-09-06 Thread Kevin Bullock
> On Sep 2, 2016, at 15:43, Stanislau Hlebik wrote: > > # HG changeset patch > # User Stanislau Hlebik > # Date 1472848944 25200 > # Fri Sep 02 13:42:24 2016 -0700 > # Node ID 374caff3f6ba064070d01329eec1bd33a6a45370 > # Parent

Re: [PATCH] import: report directory-relative paths in error messages (issue5224)

2016-09-01 Thread Kevin Bullock
> On Sep 1, 2016, at 09:18, liscju wrote: > > # HG changeset patch > # User liscju > # Date 1472208500 -7200 > # Fri Aug 26 12:48:20 2016 +0200 > # Node ID 6437b071045756ba8b76c90ece76df83afc52989 > # Parent

Re: [PATCH 4 of 4] dirs: document performance reasons for bypassing Python C API

2016-10-09 Thread Kevin Bullock
> On Oct 8, 2016, at 17:00, Gregory Szorc wrote: > > # HG changeset patch > # User Gregory Szorc > # Date 1475938278 -7200 > # Sat Oct 08 16:51:18 2016 +0200 > # Node ID 136b1a54213542f535f155de5ce01049b3577b4a > # Parent

Re: [PATCH 1 of 5] extdata: add extdatasource reader

2016-09-22 Thread Kevin Bullock
> On Sep 22, 2016, at 13:21, Matt Mackall wrote: > > # HG changeset patch > # User Matt Mackall > # Date 1473794045 18000 > # Tue Sep 13 14:14:05 2016 -0500 > # Node ID 19bf2776dfe39befdc479253e1e7d030b41c08f9 > # Parent

Re: news from the topic experiment

2016-09-22 Thread Kevin Bullock
> On Sep 22, 2016, at 20:14, Jun Wu wrote: > > Excerpts from Sean Farley's message of 2016-09-22 17:30:34 -0700: >> Completely false. Take a look at the hgtopics repo: >> >> $ hg log --debug -vr 093a | grep "\(topic=\|phase\)" >> phase: public >> extra:

[PATCH stable] grep: rewrite help to better document current (confusing) behavior

2016-09-23 Thread Kevin Bullock
# HG changeset patch # User Kevin Bullock <kbullock+mercur...@ringworld.org> # Date 1474652710 18000 # Fri Sep 23 12:45:10 2016 -0500 # Branch stable # Node ID 081544f94cd76301a5d678b96f57baa2a1544df1 # Parent e7766022a61a66a7c4218526b647f96bd442a4ce grep: rewrite help to better do

Re: [PATCH 1 of 5] extdata: add extdatasource reader

2016-09-23 Thread Kevin Bullock
> On Sep 23, 2016, at 12:47, Matt Mackall <m...@selenic.com> wrote: > > On Thu, 2016-09-22 at 18:20 -0500, Kevin Bullock wrote: >>> >>> On Sep 22, 2016, at 13:21, Matt Mackall <m...@selenic.com> wrote: [...] >>> +try: >>> +

Re: [PATCH] evolution: make troubles appear in default log (issue4686)

2016-09-07 Thread Kevin Bullock
> On Sep 7, 2016, at 14:23, Augie Fackler <r...@durin42.com> wrote: > > On Fri, Sep 02, 2016 at 10:26:22AM -0500, Kevin Bullock wrote: >>> On Sep 2, 2016, at 04:38, liscju <piotr.listkiew...@gmail.com> wrote: >>> >>> # HG changeset patch >>&g

Re: [PATCH V3] update: warn if cwd was deleted

2016-09-07 Thread Kevin Bullock
> On Sep 5, 2016, at 05:32, Stanislau Hlebik wrote: > > # HG changeset patch > # User Stanislau Hlebik > # Date 1473071480 25200 > # Mon Sep 05 03:31:20 2016 -0700 > # Node ID b43aa94306b8f50852a8176afec3839aa3826467 > # Parent

Re: [PATCH v5] help: mark boolean flags with [no-] to explain that they can be negated (RFC)

2016-09-28 Thread Kevin Bullock
> On Sep 28, 2016, at 12:07, Augie Fackler <r...@durin42.com> wrote: > > >> On Sep 28, 2016, at 10:36, Kevin Bullock <kbullock+mercur...@ringworld.org> >> wrote: >> >>> On Sep 28, 2016, at 08:32, Augie Fackler <r...@durin42.com> wrote:

Re: [PATCH v5] help: mark boolean flags with [no-] to explain that they can be negated (RFC)

2016-09-28 Thread Kevin Bullock
> On Sep 28, 2016, at 08:32, Augie Fackler wrote: > >> On Sep 28, 2016, at 08:25, Pierre-Yves David >> wrote: >> >>> which avoid the visual noise of the current approach in this change is >>> unfortunate, it matches the format I'm used to

Re: [PATCH remotenames-ext] bookmarks: adopt the formatter isplain method

2016-10-03 Thread Kevin Bullock
> On Oct 3, 2016, at 10:48, Kostia Balytskyi wrote: > > # HG changeset patch > # User Kostia Balytskyi > # Date 1475508913 25200 > # Mon Oct 03 08:35:13 2016 -0700 > # Node ID bc204ce8544ee98aed0119cbf5eec6a3618bf0db > # Parent

[PATCH 1 of 2 website] guide: link to 2nd ed. of book at book.m-s.o

2016-09-30 Thread Kevin Bullock
# HG changeset patch # User Kevin Bullock <kbullock+mercur...@ringworld.org> # Date 1475272133 18000 # Fri Sep 30 16:48:53 2016 -0500 # Node ID 490dd7796ac4a2cb0e9151b8e0b97974f14f96d7 # Parent 4ec689699207cee6c4f2e09e9580df3b850f9441 guide: link to 2nd ed. of book at book.m-s.o diff

[PATCH 2 of 2 website] learn: link to 2nd ed. of book at book.m-s.o

2016-09-30 Thread Kevin Bullock
# HG changeset patch # User Kevin Bullock <kbullock+mercur...@ringworld.org> # Date 1475272209 18000 # Fri Sep 30 16:50:09 2016 -0500 # Node ID 91e0923b7b31abe947014d5b9011431092b3e024 # Parent 490dd7796ac4a2cb0e9151b8e0b97974f14f96d7 learn: link to 2nd ed. of book at book.m-s.o diff

[PATCH 2 of 2 website] downloads: link to new main repo

2016-09-30 Thread Kevin Bullock
# HG changeset patch # User Kevin Bullock <kbullock+mercur...@ringworld.org> # Date 1475271469 18000 # Fri Sep 30 16:37:49 2016 -0500 # Node ID 00f6c40707056d57b487a73c6dbef3201a44f5db # Parent 92d2c7f2fe7980658352851f53558a1b08c4579d downloads: link to new main repo diff --git a/tem

Re: [PATCH 1 of 2 website] thepage: link to new URL for hg-logo

2016-10-02 Thread Kevin Bullock
> On Sep 30, 2016, at 17:37, Sean Farley <s...@farley.io> wrote: > > Kevin Bullock <kbullock+mercur...@ringworld.org> writes: > >>> On Sep 30, 2016, at 17:05, Kevin Bullock <kbullock+mercur...@ringworld.org> >>> wrote: >>> >>&

Re: [PATCH] py3: update test expectation on stable

2016-09-27 Thread Kevin Bullock
> On Sep 23, 2016, at 20:16, Pierre-Yves David > wrote: > > On 09/23/2016 08:41 PM, Augie Fackler wrote: >> # HG changeset patch >> # User Augie Fackler >> # Date 1474655835 14400 >> # Fri Sep 23 14:37:15 2016 -0400 >> # Branch stable >> #

Re: [PATCH] py3: test to check which commands run

2016-10-09 Thread Kevin Bullock
> On Oct 9, 2016, at 14:12, Pulkit Goyal <7895pul...@gmail.com> wrote: > > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1476014360 -7200 > # Sun Oct 09 13:59:20 2016 +0200 > # Node ID 1c8fe0486ff6657929f63f6c354662c6295cfd1d > # Parent

Re: Main and stable migrated

2016-10-26 Thread Kevin Bullock
> On Oct 26, 2016, at 13:34, Gábor STEFANIK <gabor.stefa...@nng.com> wrote: > > -Original Message- >> From: Mercurial-devel [mailto:mercurial-devel-boun...@mercurial-scm.org] >> On Behalf Of Kevin Bullock >> Sent: Wednesday, October 26, 2016 7:26 PM >&g

Re: [PATCH] templates: update links to the book

2016-10-26 Thread Kevin Bullock
4a9868eb692294edd75a22 > # Parent 4ec689699207cee6c4f2e09e9580df3b850f9441 > templates: update links to the book Pushed this and one more fixup patch: # HG changeset patch # User Kevin Bullock <kbullock+mercur...@ringworld.org> # Date 1475272133 18000 # Fri Sep 30 16:48:53 2016 -0500 # Nod

Re: [PATCH v5] copy: distinguish "file exists" cases and add a hint (BC)

2016-10-26 Thread Kevin Bullock
> On Oct 26, 2016, at 15:05, Augie Fackler wrote: > >> On Oct 26, 2016, at 15:03, timeless wrote: >> >> Augie Fackler wrote: >>> +hint = _('(hg rename %s to replace the file by ' >>> + 'recording a

Re: [PATCH 3 of 3] dirstate: add debug message for debug.dirstate.delaywrite

2016-10-18 Thread Kevin Bullock
> On Oct 18, 2016, at 10:19, Mads Kiilerich wrote: > > # HG changeset patch > # User Mads Kiilerich > # Date 1476803223 -7200 > # Tue Oct 18 17:07:03 2016 +0200 > # Node ID 9329389e9dc752652f7c820255ca5afa346c4e08 > # Parent

Re: [PATCH v3] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Kevin Bullock
> On Oct 17, 2016, at 13:27, Gábor Stefanik wrote: > > # HG changeset patch > # User Gábor Stefanik > # Date 1472155346 -7200 > # Thu Aug 25 22:02:26 2016 +0200 > # Node ID a41abe53dbc2c28d3b656f2a138da26949cf91d3 > # Parent

4.0 feature freeze has started

2016-10-18 Thread Kevin Bullock
I've merged default into stable and cut a 4.0-rc release. Please remember to update to stable and send only bug fixes, doc fixes, improved messaging, per [1]. [1]: https://www.mercurial-scm.org/wiki/TimeBasedReleasePlan#Rules_for_code_freeze_and_stable_branch_commits pacem in terris / мир /

Re: 4.0 feature freeze has started

2016-10-18 Thread Kevin Bullock
> On Oct 18, 2016, at 15:17, Kevin Bullock <kbullock+mercur...@ringworld.org> > wrote: > > I've merged default into stable and cut a 4.0-rc release. Please remember to > update to stable and send only bug fixes, doc fixes, improved messaging, > per [1]. > >

Re: [PATCH] store: py26 compat, don't use a dict comprehension

2016-10-21 Thread Kevin Bullock
> On Oct 21, 2016, at 08:29, timeless wrote: > > Martijn Pieters wrote: >> store: py26 compat, don't use a dict comprehension > >> -cmap = {x:x for x in asciistr} > > Can we checkcode this? Probably. pacem in terris / мир / शान्ति / ‎‫سَلاَم‬ / 平和 Kevin R. Bullock

Re: [PATCH STABLE] sslutil: guard against broken certifi installations (issue5406)

2016-10-19 Thread Kevin Bullock
> On Oct 19, 2016, at 11:07, Gábor Stefanik wrote: > > # HG changeset patch > # User Gábor Stefanik > # Date 1476893174 -7200 > # Wed Oct 19 18:06:14 2016 +0200 > # Branch stable > # Node ID 77e20e2892a869717db636f56ab1b9664fc8b285 > # Parent

Re: [PATCH STABLE] sslutil: guard against broken certifi installations (issue5406)

2016-10-19 Thread Kevin Bullock
> On Oct 19, 2016, at 12:07, Gábor STEFANIK <gabor.stefa...@nng.com> wrote: > > -Original Message- >> From: Kevin Bullock [mailto:kbullock+mercur...@ringworld.org] >> Sent: Wednesday, October 19, 2016 6:18 PM >> To: Gábor STEFANIK <gabor.stefa...@nng.c

Re: [PATCH 1 of 3 V2] cmdutil: add support for evolution "troubles" display in changeset_printer

2016-11-16 Thread Kevin Bullock
> On Nov 10, 2016, at 09:47, Pierre-Yves David > wrote: > > On 11/08/2016 04:07 PM, Augie Fackler wrote: >> >> I'm -0 on the word "troubles": it feels wrong in a way I'm having >> trouble describing. It definitely feels odd to have a plural for the >> label (the

Re: [PATCH v5] copy: distinguish "file exists" cases and add a hint (BC)

2016-10-28 Thread Kevin Bullock
> On Oct 28, 2016, at 03:58, Pierre-Yves David <pierre-yves.da...@ens-lyon.org> > wrote: > > On 10/26/2016 10:10 PM, Kevin Bullock wrote: >>> On Oct 26, 2016, at 15:05, Augie Fackler <r...@durin42.com> wrote: >>> >>>> On Oct 2

Re: [PATCH 1 of 3] checkcopies: rename 'ca' to 'base'

2016-10-13 Thread Kevin Bullock
> On Oct 9, 2016, at 09:18, Pierre-Yves David > wrote: > > # HG changeset patch > # User Pierre-Yves David > # Date 1475944722 -7200 > # Sat Oct 08 18:38:42 2016 +0200 > # Node ID c06cb63082bf571fb6fc24bac2e23feefe00 > #

Re: [PATCH 1 of 3] checkcopies: rename 'ca' to 'base'

2016-10-13 Thread Kevin Bullock
> On Oct 13, 2016, at 09:47, Pierre-Yves David <pierre-yves.da...@ens-lyon.org> > wrote: > > On 10/13/2016 04:40 PM, Kevin Bullock wrote: >>> On Oct 9, 2016, at 09:18, Pierre-Yves David >>> <pierre-yves.da...@ens-lyon.org> wrote: >>> &g

Re: [PATCH v5] copy: distinguish "file exists" cases and add a hint (BC)

2016-10-13 Thread Kevin Bullock
> On Oct 8, 2016, at 12:11, Augie Fackler wrote: > > # HG changeset patch > # User Augie Fackler > # Date 1474319739 14400 > # Mon Sep 19 17:15:39 2016 -0400 > # Node ID 3d6ce2e360155bcc7e5af21fd0fda3415aa03110 > # Parent

Re: [PATCH v3] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Kevin Bullock
> On Oct 17, 2016, at 13:45, Gábor STEFANIK <gabor.stefa...@nng.com> wrote: > > -Original Message- >> From: Kevin Bullock [mailto:kbullock+mercur...@ringworld.org] >> Sent: Monday, October 17, 2016 8:37 PM >> To: Gábor STEFANIK <gabor.stefa...@nng.c

Re: [PATCH v3] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Kevin Bullock
> On Oct 17, 2016, at 15:45, Pierre-Yves David <pierre-yves.da...@ens-lyon.org> > wrote: > > On 10/17/2016 10:41 PM, Pierre-Yves David wrote: >> >> On 10/17/2016 08:55 PM, Kevin Bullock wrote: >>> Fair enough, I wasn't aware of that. In that case

Re: [PATCH v3] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Kevin Bullock
> On Oct 17, 2016, at 15:51, Kevin Bullock <kbullock+mercur...@ringworld.org> > wrote: > >> On Oct 17, 2016, at 15:45, Pierre-Yves David >> <pierre-yves.da...@ens-lyon.org> wrote: >> >> On 10/17/2016 10:41 PM, Pierre-Yves David wrote: >>

Re: [PATCH v3] update: enable copy tracing for backwards and non-linear updates

2016-10-17 Thread Kevin Bullock
> On Oct 17, 2016, at 15:54, Pierre-Yves David <pierre-yves.da...@ens-lyon.org> > wrote: > > On 10/17/2016 10:52 PM, Kevin Bullock wrote: >>> On Oct 17, 2016, at 15:51, Kevin Bullock <kbullock+mercur...@ringworld.org> >>> wrote: >>> >

Re: [PATCH 2 of 3 V2] py3: utility functions to convert keys of kwargs to bytes/unicodes

2016-12-07 Thread Kevin Bullock
> On Dec 7, 2016, at 12:43, Pulkit Goyal <7895pul...@gmail.com> wrote: > > This is V1 sandwiched between two V2 patches. I found no better way to > send the series. Then you marked it correctly. The version applies to the series, not the individual patches, even if it grows new commits in

Re: [PATCH 2 of 4] revlog: add a context manager to allow file handle reuse

2016-12-14 Thread Kevin Bullock
> On Nov 4, 2016, at 02:43, Yuya Nishihara wrote: > > On Tue, 01 Nov 2016 18:16:37 -0700, Gregory Szorc wrote: >> # HG changeset patch >> # User Gregory Szorc >> # Date 1477099818 25200 >> # Fri Oct 21 18:30:18 2016 -0700 >> # Node ID

Re: [PATCH 2 of 4] revlog: add a context manager to allow file handle reuse

2016-12-14 Thread Kevin Bullock
> On Dec 14, 2016, at 11:09, Kevin Bullock <kbullock+mercur...@ringworld.org> > wrote: > >> On Nov 4, 2016, at 02:43, Yuya Nishihara <y...@tcha.org> wrote: >> >> On Tue, 01 Nov 2016 18:16:37 -0700, Gregory Szorc wrote: >>> # HG changeset patch &

Re: Constant naming convention

2016-12-13 Thread Kevin Bullock
> On Dec 13, 2016, at 10:29, Pierre-Yves David > wrote: > > On 12/12/2016 04:12 PM, Augie Fackler wrote: > >> Can we just align with prevailing Python style here and start using >> all caps for constants? This comes up roughly monthly, and I think >> it'd be a

Re: mercurial@30549: 7 new changesets

2016-12-01 Thread Kevin Bullock
> On Nov 30, 2016, at 01:39, Thomas Arendsen Hein wrote: > > Hi! > > * Gregory Szorc [20161130 04:53]: >> Anyone know what process sends these emails? It would be nice to see the >> URLs updated to point to https://www.mercurial-scm.org/repo/hg. >

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

2016-12-05 Thread Kevin Bullock
> On Dec 5, 2016, at 17:42, Augie Fackler <r...@durin42.com> wrote: > >> On Dec 5, 2016, at 18:41, Kevin Bullock <kbullock+mercur...@ringworld.org> >> wrote: >> >>> On Dec 5, 2016, at 16:51, Jun Wu <qu...@fb.com> wrote: >>> >>&g

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

2016-12-05 Thread Kevin Bullock
> On Dec 5, 2016, at 17:03, Kostia Balytskyi wrote: > > # HG changeset patch > # User Kostia Balytskyi > # Date 1480978778 28800 > # Mon Dec 05 14:59:38 2016 -0800 > # Node ID bdc49209b0b926214e865f9a98ea987866f64d68 > # Parent

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

2016-12-05 Thread Kevin Bullock
> On Dec 5, 2016, at 16:51, Jun Wu wrote: > > Excerpts from Augie Fackler's message of 2016-12-05 17:07:47 -0500: >> >>> On Dec 5, 2016, at 16:54, Jun Wu wrote: >>> +e = _("Invalid value in a simple key-value file") +raise

Re: [PATCH V2] help: show help for disabled extensions(issue5228)

2016-12-05 Thread Kevin Bullock
> On Dec 4, 2016, at 07:52, Pulkit Goyal <7895pul...@gmail.com> wrote: > > The status of bug doesn't seem to change, do we need more improvement > in this. I want to make sure to fix this one. > https://bz.mercurial-scm.org/show_bug.cgi?id=5228 > > On Sun, Nov 6, 2016 at 1:26 PM, Yuya Nishihara

Re: Constant naming convention

2017-01-02 Thread Kevin Bullock
A few overall notes on this thread, and then some specific clarifications below: First, it is not the current project policy to defer any decisions until October 2017. It is also true that none of the core team is advocating radical changes to the way we develop Mercurial, either before or

Re: Please make a python-glib release - is there a hold up?

2017-01-04 Thread Kevin Bullock
> On Jan 3, 2017, at 17:24, Matt Mackall wrote: > > On Thu, 2016-12-29 at 15:11 -0500, Augie Fackler wrote: >> At the moment, only mpm and idank (cc’ed) can do a release. Perhaps one of >> them can do so? > > I've cut and pushed a 2.3 release, sorry for the delay. The official

Re: [PATCH 07 of 13 V3] scmutil: extract rc.d listing function from rccomponents

2017-03-23 Thread Kevin Bullock
> On Mar 22, 2017, at 12:23, Jun Wu wrote: > > # HG changeset patch > # User Jun Wu > # Date 1490201429 25200 > # Wed Mar 22 09:50:29 2017 -0700 > # Node ID d604e5baed4ac2f5470860bff89728c282d71e3a > # Parent 44c865487bfd2f081bfb322b1fb1b700d57f7adf > #

Re: [PATCH 01 of 13 V3] scmutil: add a method to convert environment variables to config items

2017-03-23 Thread Kevin Bullock
> On Mar 23, 2017, at 13:27, Jun Wu wrote: > > Thanks for the detailed review and especially for raising the pattern > issue! I think you have a very good point, and I actually prefer the less > commits way. > > I'd like to provide the reason for this particular series. The

Re: [PATCH 2 of 2] pager: skip running the pager if it's set to 'cat'

2017-03-15 Thread Kevin Bullock
> On Mar 15, 2017, at 21:07, Ryan McElroy wrote: > > On 3/15/17 6:44 PM, Augie Fackler wrote: >> # HG changeset patch >> # User Augie Fackler >> # Date 1489624466 14400 >> # Wed Mar 15 20:34:26 2017 -0400 >> # Node ID bc0c38ec3f7be807607d4fdf871f344e7079d992

Re: [PATCH V2] merge: add `internal:dumpjson` tool to `resolve`, which outputs conflict state

2017-03-15 Thread Kevin Bullock
> On Mar 15, 2017, at 12:48, Durham Goode wrote: > > > > On 3/7/17 11:40 AM, Phil Cohen wrote: >> # HG changeset patch >> # User Phil Cohen >> # Date 1488915535 28800 >> # Tue Mar 07 11:38:55 2017 -0800 >> # Node ID bbce62e3790220f19e7b37160a2f8351b7461272

Re: [PATCH 7 of 7] test: add a basic 'test-check-pylint.t'

2017-03-15 Thread Kevin Bullock
> On Mar 15, 2017, at 11:35, Gregory Szorc <gregory.sz...@gmail.com> wrote: > > On Mar 15, 2017, at 07:56, Kevin Bullock <kbullock+mercur...@ringworld.org> > wrote: > >>> On Mar 15, 2017, at 02:01, Pierre-Yves David >>> <pierre-yves.da...@en

Re: [PATCH 7 of 7] test: add a basic 'test-check-pylint.t'

2017-03-15 Thread Kevin Bullock
> On Mar 15, 2017, at 02:01, Pierre-Yves David > wrote: > > # HG changeset patch > # User Pierre-Yves David > # Date 1482964970 -3600 > # Wed Dec 28 23:42:50 2016 +0100 > # Node ID e1b0b1909c43858ff4b4e1821afbee9626c4cf0f > #

Re: [PATCH 5 of 5] localrepo: deprecate 'wfile'

2017-03-15 Thread Kevin Bullock
> On Mar 15, 2017, at 02:43, Pierre-Yves David > wrote: > > # HG changeset patch > # User Pierre-Yves David > # Date 1489562837 25200 > # Wed Mar 15 00:27:17 2017 -0700 > # Node ID e8af406bdf002ec5374ab9387301504cc67b1ef0 > #

Re: GSoC Terse Status

2017-04-04 Thread Kevin Bullock
> On Mar 31, 2017, at 15:51, Andrew J Leonard wrote: > > Hi All, > > My name is Andrew and I am a potential GSoCer. I realize that it is > rapidly becoming last minute here but I am interested in writing a proposal > for the “Add Terse Option to Status” entry

Re: Hidden Commits in 4.3

2017-04-11 Thread Kevin Bullock
I'm not responding to any technical points in this e-mail; I only want to address the current tone of the discussion. > On Apr 11, 2017, at 15:29, Pierre-Yves David > wrote: > > On 04/11/2017 12:43 AM, Augie Fackler wrote: > >> This briefly confuses *me* when

Re: [PATCH 16 of 16] obsolescence: add test case B-7 for obsolescence markers exchange

2017-04-12 Thread Kevin Bullock
> On Apr 10, 2017, at 10:19, Pierre-Yves David > wrote: > > # HG changeset patch > # User Pierre-Yves David > # Date 1491835823 -7200 > # Mon Apr 10 16:50:23 2017 +0200 > # Node ID cb3dbdb6a1ceacf391d8aa72b84c99fab1dff1c3 > #

Re: [PATCH 6 of 5] templatefilters: fix crash by string formatting of '{x|splitlines}'

2017-04-18 Thread Kevin Bullock
> On Apr 16, 2017, at 08:27, Yuya Nishihara wrote: > > # HG changeset patch > # User Yuya Nishihara > # Date 1492221077 -32400 > # Sat Apr 15 10:51:17 2017 +0900 > # Node ID 9301c79b46ba6424585dd4ad0ec638b9be69de1b > # Parent

Re: [PATCH 4 of 4] worker: print traceback for uncaught exception unconditionally

2017-04-18 Thread Kevin Bullock
> On Apr 15, 2017, at 05:18, Yuya Nishihara wrote: > > # HG changeset patch > # User Yuya Nishihara > # Date 1492229095 -32400 > # Sat Apr 15 13:04:55 2017 +0900 > # Node ID 7c455aa99683ec6f7f24c24e11aaadfb3fe32fe3 > # Parent

Re: Ideas and Mentors for GSoC 2017.

2017-03-09 Thread Kevin Bullock
> On Mar 2, 2017, at 11:41, Pulkit Goyal <7895pul...@gmail.com> wrote: > > We are accepted as a sub-org under Python Software Foundation and we are > listed on their wiki page http://python-gsoc.org/#ideas. > > Now we need mentors and new project ideas. I guess we already have 2-3 new >

Re: [PATCH] tests: make run-tests.py run on Python 3 again

2017-03-09 Thread Kevin Bullock
> On Mar 8, 2017, at 10:31, Augie Fackler wrote: > > On Thu, Mar 09, 2017 at 12:49:31AM +0900, Yuya Nishihara wrote: >> # HG changeset patch >> # User Yuya Nishihara >> # Date 1488978769 -32400 >> # Wed Mar 08 22:12:49 2017 +0900 >> # Node ID

Re: [PATCH 3 of 3 V2] rebase: unhide original working directory node as well (issue5219)

2017-03-11 Thread Kevin Bullock
> On Mar 11, 2017, at 10:51, Martin von Zweigbergk via Mercurial-devel > wrote: > > On Sat, Mar 11, 2017 at 10:45 AM, Augie Fackler wrote: >> On Sat, Mar 11, 2017 at 10:22:14AM -0800, Yuya Nishihara wrote: >>> On Sat, 11 Mar 2017 09:56:17

Re: [PATCH] rebase: don't update state dict same way for each root

2017-03-11 Thread Kevin Bullock
> On Mar 11, 2017, at 12:32, Martin von Zweigbergk via Mercurial-devel > wrote: > > # HG changeset patch > # User Martin von Zweigbergk > # Date 1489263956 28800 > # Sat Mar 11 12:25:56 2017 -0800 > # Node ID

Re: [PATCH] sslutil: issue warning when [hostfingerprint] is used

2017-03-10 Thread Kevin Bullock
> On Mar 10, 2017, at 12:15, Kevin Bullock <kbullock+mercur...@ringworld.org> > wrote: > >> On Mar 9, 2017, at 20:33, Gregory Szorc <gregory.sz...@gmail.com> wrote: >> >> # HG changeset patch >> # User Gregory Szorc <gregory.sz...@gmail.com> &g

Re: [PATCH] sslutil: issue warning when [hostfingerprint] is used

2017-03-10 Thread Kevin Bullock
> On Mar 9, 2017, at 20:33, Gregory Szorc wrote: > > # HG changeset patch > # User Gregory Szorc > # Date 1489120409 28800 > # Thu Mar 09 20:33:29 2017 -0800 > # Node ID dc23d3c303052341d5ac6b5856e4a52047b8454e > # Parent

Re: [PATCH] help: update help.internalstable for new censor docs

2017-03-10 Thread Kevin Bullock
> On Mar 10, 2017, at 14:37, Augie Fackler wrote: > > # HG changeset patch > # User Augie Fackler > # Date 1489185459 18000 > # Fri Mar 10 17:37:39 2017 -0500 > # Node ID cb3b598c5f58bb644676d9a8ee1d3f063db39b3d > # Parent

Re: [PATCH 5 of 9 v2] stdio: catch StdioError in dispatch.run and clean up appropriately

2017-04-17 Thread Kevin Bullock
> On Apr 13, 2017, at 23:29, Bryan O'Sullivan wrote: > > # HG changeset patch > # User Bryan O'Sullivan > # Date 1491947652 25200 > # Tue Apr 11 14:54:12 2017 -0700 > # Node ID 942022da49166766fe4a7967b71411879221c197 > # Parent

Re: [PATCH] buildrpm: do not break when hg log is an alias

2017-08-03 Thread Kevin Bullock
> On Aug 3, 2017, at 16:41, a.mux--- via Mercurial-devel > wrote: > > # HG changeset patch > # User muxator > # Date 1501762748 -7200 > # Thu Aug 03 14:19:08 2017 +0200 > # Branch stable > # Node ID

[PATCH STABLE] osx: delay version computation on macOS builds

2017-08-10 Thread Kevin Bullock
# HG changeset patch # User Kevin Bullock <kbullock+mercur...@ringworld.org> # Date 1502414702 14400 # Thu Aug 10 21:25:02 2017 -0400 # Branch stable # Node ID 0d3a872cbb37b7845eacdcaa578c0048e3f4873f # Parent a3ce07e2dde5737644dd719806b1e52fb1cc1004 osx: delay version computation on

Re: [PATCH] commitextras: move fb's extension which add extras to a commit to core

2017-07-07 Thread Kevin Bullock
> On Jul 7, 2017, at 13:25, Martin von Zweigbergk via Mercurial-devel > wrote: > > On Fri, Jul 7, 2017 at 11:23 AM, Sean Farley wrote: >> >> Yuya Nishihara writes: >>> >>> debugcommit seems fine. >>> >>> FWIW, --extra value

Re: [PATCH] commitextras: move fb's extension which add extras to a commit to core

2017-07-07 Thread Kevin Bullock
> On Jul 7, 2017, at 13:23, Sean Farley wrote: > > Yuya Nishihara writes: > >> debugcommit seems fine. >> >> FWIW, --extra value will need some encoding handling depending on its >> type, e.g. convert labels to utf-8, but keep file path as bytes. > > Yeah,

Re: Experimenting with Phabricator for reviews

2017-07-17 Thread Kevin Bullock
> On Jul 15, 2017, at 11:42, Augie Fackler wrote: > >> On Jul 14, 2017, at 7:30 PM, Sean Farley wrote: >> >> Jun Wu writes: >> >>> Excerpts from Sean Farley's message of 2017-07-14 16:26:34 -0700: Huh? But that's the thing, isn't it?

[PATCH] win32: copy-edit debugssl messages to match prevailing style

2017-07-17 Thread Kevin Bullock
# HG changeset patch # User Kevin Bullock <kbullock+mercur...@ringworld.org> # Date 1500315779 18000 # Mon Jul 17 13:22:59 2017 -0500 # Node ID dcd0c87ef9e443e612e3b7eb4e1d7406df9549be # Parent 9a2ee9591acc4d5f5ab6bbb7054cb62cb5f29a62 win32: copy-edit debugssl messages to match prev

Re: Experimenting with Phabricator for reviews

2017-07-11 Thread Kevin Bullock
> On Jul 11, 2017, at 12:36, Gregory Szorc <gregory.sz...@gmail.com> wrote: > > On Mon, Jul 10, 2017 at 1:00 PM, Kevin Bullock > <kbullock+mercur...@ringworld.org <mailto:kbullock+mercur...@ringworld.org>> > wrote: > Greetings, Mercurial hackers! > &g

Re: Experimenting with Phabricator for reviews

2017-07-11 Thread Kevin Bullock
> On Jul 11, 2017, at 13:18, Jun Wu wrote: > > Excerpts from Kevin Bullock's message of 2017-07-11 13:04:10 -0500: >>> On Jul 11, 2017, at 12:36, Gregory Szorc wrote: >>> Regarding the email to this list, is it a feature or a bug that review >>> activity

Experimenting with Phabricator for reviews

2017-07-10 Thread Kevin Bullock
Greetings, Mercurial hackers! We've set up an instance of Phabricator that we're going to experiment with for code reviews. At this time, we're not planning on using any of the other features of Phabricator, and the use of Phabricator for reviews is very much *an experiment* - we intend to see

Re: Moving fb extensions to core.

2017-07-06 Thread Kevin Bullock
> On Jul 5, 2017, at 13:13, Pulkit Goyal <7895pul...@gmail.com> wrote: > > morsestatus: This extension wraps the status command to show more > things about the current state of the repo by showing if histedit, > bisect, graft, unshelve, rebase or merge is going on and show how to > continue and

Re: [PATCH] check-config: mention the file and line of the error

2017-07-18 Thread Kevin Bullock
> On Jul 18, 2017, at 08:28, Ryan McElroy wrote: > > # HG changeset patch > # User Ryan McElroy > # Date 1500384456 25200 > # Tue Jul 18 06:27:36 2017 -0700 > # Node ID 461c59c5d100b983cdd2eed5222cd23d0370a8f5 > # Parent

Re: [PATCH v2] templates: add substring and string length operations

2017-07-18 Thread Kevin Bullock
> On Jul 14, 2017, at 18:42, Rodrigo Damazio Bovendorp via Mercurial-devel > wrote: > > # HG changeset patch > # User Rodrigo Damazio Bovendorp > # Date 1500075683 25200 > # Fri Jul 14 16:41:23 2017 -0700 > # Node ID

Re: [PATCH v2] templates: add substring and string length operations

2017-07-18 Thread Kevin Bullock
ock > On Tue, Jul 18, 2017 at 2:01 PM, Kevin Bullock > <kbullock+mercur...@ringworld.org> wrote: > > On Jul 14, 2017, at 18:42, Rodrigo Damazio Bovendorp via Mercurial-devel > > <mercurial-devel@mercurial-scm.org> wrote: > > > > # HG changeset pat

Re: [PATCH 3 of 3 v5] releasenotes: add similarity check function to compare incoming notes

2017-07-18 Thread Kevin Bullock
> On Jul 18, 2017, at 13:02, Rishabh Madan wrote: > > # HG changeset patch > # User Rishabh Madan > # Date 1500400841 -19800 > # Tue Jul 18 23:30:41 2017 +0530 > # Node ID 734c5d7e680d57e0670e01299b73da8edc1c08c6 > # Parent

Re: [PATCH 1 of 3 v5] releasenotes: add custom admonitions support for release notes

2017-07-18 Thread Kevin Bullock
> On Jul 18, 2017, at 13:02, Rishabh Madan wrote: > > # HG changeset patch > # User Rishabh Madan > # Date 1500399248 -19800 > # Tue Jul 18 23:04:08 2017 +0530 > # Node ID 39eefb5c60a72f1201454c85dacf378da9e2f70c > # Parent

  1   2   3   >