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 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] 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: [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 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

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 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

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 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 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: 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: 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: [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: 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: 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: [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: [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: 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: [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 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 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] 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: 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 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] 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: 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] 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 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 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: 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]. > >

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: [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 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 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: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 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 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

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 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 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] 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: [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 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

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: >>> >>&

[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 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] 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 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] 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 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: >>> +

[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: 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:

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: [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] 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 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] 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] 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] 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

<    1   2   3