Re: [PATCH] cleanup: use set literals

2017-05-15 Thread Sean Farley
Augie Fackler writes: > On Mon, May 15, 2017 at 09:33:16AM -0700, Martin von Zweigbergk via > Mercurial-devel wrote: >> # HG changeset patch >> # User Martin von Zweigbergk >> # Date 1486774589 28800 >> # Fri Feb 10 16:56:29 2017 -0800 >> # Node ID

Re: [PATCH V2] verify: add a config option to skip certain flag processors

2017-05-14 Thread Sean Farley
Jun Wu writes: > Excerpts from Sean Farley's message of 2017-05-14 10:53:25 -0700: >> Maybe I didn't follow this from before (apologies if so), but since this >> is a user-facing option for LFS, why doesn't the LFS monkey patch this >> in? > > The flag processor framework is in

Re: [PATCH] downloads: initialize downloader from sources.js earlier

2017-05-14 Thread Sean Farley
Kevin Bullock writes: > # HG changeset patch > # User Kevin Bullock > # Date 1494816447 18000 > # Sun May 14 21:47:27 2017 -0500 > # Node ID 4b88b3c4fc807a3d1e9a98b670e2f710796e73c1 > # Parent

Re: https://www.mercurial-scm.org/downloads doesn't have download links?

2017-05-14 Thread Sean Farley
David Soria Parra writes: > On Sun, May 14, 2017 at 11:34:30AM -0700, Siddharth Agarwal wrote: >> A coworker alerted me to this: https://www.mercurial-scm.org/downloads >> doesn't appear to have any download links. For Windows there should be a >> link to a TortoiseHg

Re: [PATCH V2] verify: add a config option to skip certain flag processors

2017-05-14 Thread Sean Farley
Jun Wu writes: > # HG changeset patch > # User Jun Wu > # Date 1494779886 25200 > # Sun May 14 09:38:06 2017 -0700 > # Node ID c3d89aaf46bf50343dd06ff4e59dbadb0563b464 > # Parent 78496ac300255e9996b3e282086661afc08af37c > # Available At

Re: New Reviewers!

2017-05-13 Thread Sean Farley
Phillip Cohen writes: >  Thanks! signature.asc Description: PGP signature ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel

Re: [PATCH 2 of 4 website] base: add a requirements.txt

2017-05-12 Thread Sean Farley
Gregory Szorc writes: > On Wed, May 10, 2017 at 7:55 PM, Kevin Bullock < > kbullock+mercur...@ringworld.org> wrote: > >> > On May 10, 2017, at 19:16, Gregory Szorc >> wrote: >> > >> >> On Wed, May 10, 2017 at 10:22 AM, Kevin Bullock < >>

Re: [PATCH] merge: use repo.wvfs.setflags() instead of util.setflags()

2017-05-11 Thread Sean Farley
Phil Cohen writes: > # HG changeset patch > # User Phil Cohen > # Date 1494553123 25200 > # Thu May 11 18:38:43 2017 -0700 > # Node ID 90180de768113d9f6b1ec990a634ec4b872636a0 > # Parent 8f1a2b848b52ea7bf3fe2404e3b62924c7aae93f > merge: use

Re: [PATCH] obsolete: add operation metadata to rebase/amend/histedit obsmarkers

2017-05-10 Thread Sean Farley
Augie Fackler <r...@durin42.com> writes: >> On May 10, 2017, at 13:59, Sean Farley <s...@farley.io> wrote: >> >> Should this include aliases too? My initial gut reaction is 'yes' since >> that would be what the user actually types and can help debug easier.

Re: [PATCH 4 of 4 website] downloads: replace inline scripts with an onload function

2017-05-10 Thread Sean Farley
Kevin Bullock writes: >> On May 10, 2017, at 12:22, Kevin Bullock >> wrote: >> >> # HG changeset patch >> # User Kevin Bullock >> # Date 1494436785 18000 >> # Wed May 10 12:19:45 2017

Re: [PATCH 4 of 4 website] downloads: replace inline scripts with an onload function

2017-05-10 Thread Sean Farley
Kevin Bullock writes: > # HG changeset patch > # User Kevin Bullock > # Date 1494436785 18000 > # Wed May 10 12:19:45 2017 -0500 > # Node ID f194cff8d65af231bf2cb1780daaecef2b0ed3d3 > # Parent

Re: [PATCH 02 of 11] filectx: make renamed a property cache

2017-05-10 Thread Sean Farley
Jun Wu writes: > Excerpts from Sean Farley's message of 2017-05-10 10:09:39 -0700: >> Am I reading this right that this is _copied and not 'renamed'? Or is >> the diff hunk misaligned? > > They are the same. > > memfilectx uses the word "copied" so this minimizes churn. If we use >

Re: [PATCH 12 of 12 RFC] policy: add helper to import cext/pure module

2017-05-10 Thread Sean Farley
Yuya Nishihara writes: > On Tue, 9 May 2017 11:08:03 -0700, Jun Wu wrote: >> > > Patch 12 is where I disagree. _dualmod still requires careful renaming >> > > and >> > > could cause subtle problems that does not get warned by any code checking >> > > tools. They also require

Re: San Francisco Meetup

2017-05-10 Thread Sean Farley
Danek Duvall <danek.duv...@oracle.com> writes: > Sean Farley wrote: > >> Just a quick followup to my suggestion of a mini hackathon in San >> Francisco (hopefully in a somewhat frequent manner). I was thinking of >> testing it out this Saturday for coffee / brunch:

Re: [PATCH] obsolete: add operation metadata to rebase/amend/histedit obsmarkers

2017-05-10 Thread Sean Farley
Augie Fackler writes: >> On May 10, 2017, at 11:45, Durham Goode wrote: >> >> On 5/10/17 3:40 AM, Pierre-Yves David wrote: >>> On 05/10/2017 01:34 AM, Durham Goode wrote: # HG changeset patch # User Durham Goode # Date 1494372571

Re: [PATCH 11 of 11] histedit: use overlayfilectx

2017-05-10 Thread Sean Farley
Jun Wu writes: > # HG changeset patch > # User Jun Wu > # Date 1494399497 25200 > # Tue May 09 23:58:17 2017 -0700 > # Node ID 4eee1c8299c0c4cd48cd99e2bcc6dfcfcb755c9d > # Parent c8bef30e0a55b7f71add722b4f584bd813140eca > # Available At

Re: [PATCH 06 of 11] filectx: add an overlayfilectx class

2017-05-10 Thread Sean Farley
Jun Wu writes: > # HG changeset patch > # User Jun Wu > # Date 1494386601 25200 > # Tue May 09 20:23:21 2017 -0700 > # Node ID 963d6fa49835ce66db6961ca31b02241c979cb99 > # Parent f736ea580edbf4ec199b55af586b31f2798cbee4 > # Available At

Re: [PATCH 05 of 11] filectx: remove __new__

2017-05-10 Thread Sean Farley
Jun Wu writes: > # HG changeset patch > # User Jun Wu > # Date 1494382608 25200 > # Tue May 09 19:16:48 2017 -0700 > # Node ID f736ea580edbf4ec199b55af586b31f2798cbee4 > # Parent b022d125236c47e07db6209e4de648bb70a8de65 > # Available At

Re: [PATCH 02 of 11] filectx: make renamed a property cache

2017-05-10 Thread Sean Farley
Jun Wu writes: > # HG changeset patch > # User Jun Wu > # Date 1494384537 25200 > # Tue May 09 19:48:57 2017 -0700 > # Node ID 8fe9241cb76e0e1b91d6deaa9af81de3e97f696e > # Parent e4403b22312ef8d7a0d4cded7f23f5fc0753d50c > # Available At

San Francisco Meetup

2017-05-10 Thread Sean Farley
Just a quick followup to my suggestion of a mini hackathon in San Francisco (hopefully in a somewhat frequent manner). I was thinking of testing it out this Saturday for coffee / brunch: https://www.meetup.com/Bay-Area-Mercurial-Meetup/events/239870170/ It's a free-form thing. Suggestions on

Re: [PATCH] setup: use setuptools on Windows (issue5400)

2017-05-08 Thread Sean Farley
Matt Harbison writes: > On Wed, 03 May 2017 20:12:39 -0400, Pierre-Yves David > wrote: > >> On 04/09/2017 02:30 AM, Matt Harbison wrote: >>> On Thu, 09 Mar 2017 23:06:34 -0500, Gregory Szorc >>> wrote: >>> #

Re: [PATCH] docs: describe ui.color consistently with --color

2017-05-01 Thread Sean Farley
Martin von Zweigbergk via Mercurial-devel writes: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1493661850 25200 > # Mon May 01 11:04:10 2017 -0700 > # Branch stable > # Node ID

Re: [PATCH 5 of 5 STABLE] color: point to the global help in the example hgrc

2017-05-01 Thread Sean Farley
Pierre-Yves David writes: > # HG changeset patch > # User Pierre-Yves David > # Date 1493646041 -7200 > # Mon May 01 15:40:41 2017 +0200 > # Branch stable > # Node ID cbda2e284e5d972b877b9d02cbd178704c29bcde > # Parent

Re: [PATCH STABLE] test-bookmarks: factor hooks out to a shell script for Windows

2017-04-27 Thread Sean Farley
Matt Harbison writes: > On Thu, 27 Apr 2017 10:47:14 -0400, Augie Fackler wrote: > >> On Tue, Apr 25, 2017 at 10:34:00PM -0400, Matt Harbison wrote: >>> # HG changeset patch >>> # User Matt Harbison >>> # Date 1493172626 14400

Re: [PATCH] log: document the characters ---graph uses to draw

2017-04-27 Thread Sean Farley
Augie Fackler <r...@durin42.com> writes: > On Tue, Apr 25, 2017 at 10:36:10PM -0700, Sean Farley wrote: >> Matt DeVore via Mercurial-devel <mercurial-devel@mercurial-scm.org> >> writes: >> >> > # HG changeset patch >> > # User Matt DeVor

Re: [PATCH STABLE] record: update help message to use operation instead of "record" (issue5432)

2017-04-27 Thread Sean Farley
Yuya Nishihara writes: > On Thu, 27 Apr 2017 03:33:55 -0700, Jun Wu wrote: >> Excerpts from Jun Wu's message of 2017-04-27 03:27:25 -0700: >> > Excerpts from Sean Farley's message of 2017-04-26 11:25:44 -0700: >> > > Can something like this be done: >> > > >> > > _('$$ %s

Re: [PATCH V2 STABLE] serve: move hg-ssh readonly logic into hg serve

2017-04-27 Thread Sean Farley
Augie Fackler writes: > On Wed, Apr 26, 2017 at 06:24:52PM -0700, Durham Goode wrote: >> # HG changeset patch >> # User Durham Goode >> # Date 1493255976 25200 >> # Wed Apr 26 18:19:36 2017 -0700 >> # Branch stable >> # Node ID

Re: [PATCH STABLE] packaging: add make target for linux wheels

2017-04-26 Thread Sean Farley
Boris Feld writes: > # HG changeset patch > # User Boris Feld > # Date 1493131801 -7200 > # Tue Apr 25 16:50:01 2017 +0200 > # Branch stable > # Node ID 9605a99df098d4e6e3b0943982a21fea6a9421f9 > # Parent

Re: [PATCH STABLE] record: update help message to use operation instead of "record" (issue5432)

2017-04-26 Thread Sean Farley
Yuya Nishihara <y...@tcha.org> writes: > On Wed, 26 Apr 2017 09:59:50 +0100, Ryan McElroy wrote: >> On 4/25/17 10:15 PM, Sean Farley wrote: >> > Boris Feld <boris.f...@octobus.net> writes: >> > >> >> # HG changeset patch >> >> # U

Re: [PATCH] log: document the characters ---graph uses to draw

2017-04-25 Thread Sean Farley
Matt DeVore via Mercurial-devel writes: > # HG changeset patch > # User Matt DeVore > # Date 1492552292 25200 > # Tue Apr 18 14:51:32 2017 -0700 > # Node ID 4fe35e47405aee3f61da848a06bef4dc05287ffb > # Parent

Re: [PATCH v2] help: explain how to access subtopics in internals

2017-04-25 Thread Sean Farley
Matt DeVore via Mercurial-devel writes: > # HG changeset patch > # User Matt DeVore > # Date 1492646662 25200 > # Wed Apr 19 17:04:22 2017 -0700 > # Node ID b801bcc0a441048af76f531c6cef897b28ed1002 > # Parent

Re: [PATCH] help: explain how to access subtopics in internals

2017-04-25 Thread Sean Farley
Sean Farley <s...@farley.io> writes: > Matt DeVore via Mercurial-devel <mercurial-devel@mercurial-scm.org> > writes: > >> # HG changeset patch >> # User Matt DeVore <matv...@google.com> >> # Date 1492646662 25200 >>

Re: [PATCH 1 of 2 STABLE] diffhelpers: add canstripcr=True to fix_newline

2017-04-25 Thread Sean Farley
Augie Fackler <r...@durin42.com> writes: >> On Apr 25, 2017, at 17:11, Sean Farley <s...@farley.io> wrote: >> >>> The problem is new python code won't work with old .so files. But that does >>> not sound like a strict rule we have to maintain. Bisect u

Re: [PATCH STABLE] record: update help message to use operation instead of "record" (issue5432)

2017-04-25 Thread Sean Farley
Boris Feld writes: > # HG changeset patch > # User Boris Feld > # Date 1493046804 -7200 > # Mon Apr 24 17:13:24 2017 +0200 > # Branch stable > # Node ID 208a60229f9bdf04351442c7a2fd66f41b83ea3e > # Parent

Re: [PATCH 1 of 2 STABLE] diffhelpers: add canstripcr=True to fix_newline

2017-04-25 Thread Sean Farley
Jun Wu writes: > Excerpts from Yuya Nishihara's message of 2017-04-25 22:56:13 +0900: >> This will break C API compatibility: new build of diffhelpers.so with old >> Mercurial. In general, we do rename the C function, but it wouldn't help >> since there's no try-catch around the

Re: [PATCH 1 of 2 STABLE] diffhelpers: add canstripcr=True to fix_newline

2017-04-24 Thread Sean Farley
Phillip Cohen writes: >> Very minor nit: is that an extra space in front of '{'? Not sure about > our C-style. > > Eep, you're right. No worries :-) I'd wait for someone else to give feedback before sending a V2. signature.asc Description: PGP signature

Re: [PATCH 1 of 2 STABLE] diffhelpers: add canstripcr=True to fix_newline

2017-04-24 Thread Sean Farley
Jun Wu writes: > This fixes a 4-year bug. I think it is worth being merged. I would agree. The patch seems fine, safety-wise (but I'd appreciate another C person). > Excerpts from Phil Cohen's message of 2017-04-24 13:10:00 -0700: >> [...] >> >> @@ -97,8 +99,18 @@ >>

Re: [PATCH 1 of 2 STABLE] diffhelpers: add canstripcr=True to fix_newline

2017-04-24 Thread Sean Farley
Phil Cohen writes: > # HG changeset patch > # User Phil Cohen > # Date 1493055298 25200 > # Mon Apr 24 10:34:58 2017 -0700 > # Branch stable > # Node ID 7f413064263ff1b3cf98d1b23ae35e4c098da482 > # Parent 0537d2d94c0fb747e75272f9f950cc29b6e0dce8 >

Re: [PATCH stable] debian: use a wildcard target for docker-debian-$codename

2017-04-24 Thread Sean Farley
Anton Shestakov writes: > On Sat, 22 Apr 2017 14:19:32 -0400 > Augie Fackler wrote: > >> # HG changeset patch >> # User Augie Fackler >> # Date 1492879857 14400 >> # Sat Apr 22 12:50:57 2017 -0400 >> # Branch stable >> # Node ID

Re: [PATCH stable] tests: add lots of regex matching to test-http-bad-server.t

2017-04-24 Thread Sean Farley
Augie Fackler writes: >> On Apr 24, 2017, at 15:05, Gregory Szorc wrote: >> >> On Mon, Apr 24, 2017 at 11:39 AM, Augie Fackler wrote: >> # HG changeset patch >> # User Augie Fackler >> # Date 1493059110 14400 >> #

Re: [PATCH stable] tests: add lots of regex matching to test-http-bad-server.t

2017-04-24 Thread Sean Farley
Augie Fackler writes: > # HG changeset patch > # User Augie Fackler > # Date 1493059110 14400 > # Mon Apr 24 14:38:30 2017 -0400 > # Branch stable > # Node ID 52cca17ac523b490acdab259e794e7c2898efeda > # Parent 40cf693fc07d846502f9c15a1602880ca99d7b56 >

Re: [PATCH 2 of 2 STABLE] hgweb: change text of followlines links to "older / newer"

2017-04-24 Thread Sean Farley
Gregory Szorc <gregory.sz...@gmail.com> writes: > On Mon, Apr 24, 2017 at 9:56 AM, Sean Farley <s...@farley.io> wrote: > >> Denis Laxalde <de...@laxalde.org> writes: >> >> > # HG changeset patch >> > # User Denis Laxalde <denis.laxa...@log

Re: [PATCH 2 of 2 STABLE] hgweb: change text of followlines links to "older / newer"

2017-04-24 Thread Sean Farley
Denis Laxalde writes: > # HG changeset patch > # User Denis Laxalde > # Date 1493023687 -7200 > # Mon Apr 24 10:48:07 2017 +0200 > # Branch stable > # Node ID 3ce5bd43168bfebfe854ee944cc8f6936c0a683b > # Parent

Re: [PATCH 1 of 2 STABLE] hgweb: do not show "descending" link in followlines UI for filelog heads

2017-04-24 Thread Sean Farley
Denis Laxalde writes: > # HG changeset patch > # User Denis Laxalde > # Date 1493022735 -7200 > # Mon Apr 24 10:32:15 2017 +0200 > # Branch stable > # Node ID 713eaf91eb7e80d954de1b3a8b3963e5367e1a9b > # Parent

Re: Hidden Commits in 4.3

2017-04-20 Thread Sean Farley
Durham Goode writes: > I respond below, but I believe Jun has sent you a innovative proposal > that may solve both of our needs and render this discussion irrelevant. > So take a look at his proposal at your earliest convenience, since it > may let us put this behind us. > > On

Re: Backported patches from 4.1.3

2017-04-20 Thread Sean Farley
Neal Becker writes: > Is anyone working on backporting patches? I believe fedora 25 has 4.0 so a > backport to 4.0 would be needed. > I hope we can avoid duplicate efforts, and I don't have much time ATM. Not that I know of :-/ Mads? signature.asc Description: PGP

Re: [PATCH evolve-ext] legacy: fix debugrecordpruneparents to call obsstore.create() with keywords

2017-04-20 Thread Sean Farley
Yuya Nishihara writes: > # HG changeset patch > # User Yuya Nishihara > # Date 1492615273 -32400 > # Thu Apr 20 00:21:13 2017 +0900 > # Branch stable > # Node ID dfc33a94e1e6050d82d6df47b2cffb997f37cbd5 > # Parent eb47d436cdc3bc6657d89baffe24fcd9abaf9e9c >

Re: [PATCH 2 of 2] show: add basic labels to work template

2017-04-20 Thread Sean Farley
Gregory Szorc writes: > # HG changeset patch > # User Gregory Szorc > # Date 1492539008 25200 > # Tue Apr 18 11:10:08 2017 -0700 > # Node ID 7f5f78179f5f6afc0f4bea52aa03f1431e03d3d9 > # Parent d8d4b4acc68859f90f8759309803b116b67a9371 >

Re: [PATCH STABLE] discovery: prevent crash caused by prune marker having no parent data

2017-04-20 Thread Sean Farley
Pierre-Yves David writes: > On 04/19/2017 04:45 PM, Yuya Nishihara wrote: >> # HG changeset patch >> # User Yuya Nishihara >> # Date 1492611005 -32400 >> # Wed Apr 19 23:10:05 2017 +0900 >> # Branch stable >> # Node ID

Re: git filter-branch equivalent

2017-04-20 Thread Sean Farley
Uwe Brauer writes: > Hi > > I hope this my last question concerning hg equivalents to git features, > but is there something comparable to git filter-branches? 'hg convert' is what you're looking for (e.g. branchmap, filemap, etc) > Evolve, maybe? It's not really for this

Re: [PATCH remotenames-ext] push: better job checking for git or svn path

2017-04-20 Thread Sean Farley
Ryan McElroy writes: > # HG changeset patch > # User Ryan McElroy > # Date 1492609910 25200 > # Wed Apr 19 06:51:50 2017 -0700 > # Node ID 3fbe113a35b8686b08d5288f8be8ace9ef9a > # Parent e3d4101c550fbbcc5089109f078be905b9d729de > push: better job checking

Re: [PATCH V4] hgwebdir: allow a repository to be hosted at "/"

2017-04-17 Thread Sean Farley
Kevin Bullock writes: >> On Apr 15, 2017, at 14:34, Matt Harbison wrote: >> >> # HG changeset patch >> # User Matt Harbison >> # Date 1491015641 14400 >> # Fri Mar 31 23:00:41 2017 -0400 >> # Node ID

Re: [PATCH 9 of 9 v2] stdio: add Linux-specific tests for error checking

2017-04-14 Thread Sean Farley
Bryan O'Sullivan writes: > # HG changeset patch > # User Bryan O'Sullivan > # Date 1491947652 25200 > # Tue Apr 11 14:54:12 2017 -0700 > # Node ID 19530f1d18bc0b6697f2996f089c614548f90269 > # Parent 800f9ec2664e515d8ad807c0df1efaccda8ff5e5 > stdio: add

Re: [PATCH 8 of 8] obsolescence: add test case D-4 for obsolescence markers exchange

2017-04-14 Thread Sean Farley
Pierre-Yves David writes: > # HG changeset patch > # User Pierre-Yves David > # Date 1491836116 -7200 > # Mon Apr 10 16:55:16 2017 +0200 > # Node ID c482cba3fbe734de7968451cabea051644c292c4 > # Parent

Re: Rules for triggering an svn subrepo checkout?

2017-04-13 Thread Sean Farley
Jon Marbach writes: > Sean - Thanks for the reply - I was beginning to wonder if anyone was out > there. > >> Hmmm, I would have thought 'hg up -C' would do that. > > Yes, you would think so, but it doesn't. > >> Adding --debug flag so do that (or --verbose for a bit less

Re: Where are server logs?

2017-04-13 Thread Sean Farley
Peter Kronenberg writes: > I've successfully set up a Mercurial server on Windows running under > Apache. But I can't find where the Mercurial logs are. I see access.log and > error.log, but that just contains non-Hg specific info about the > transactions. Where does the

Re: Rules for triggering an svn subrepo checkout?

2017-04-13 Thread Sean Farley
Jon Marbach writes: > Hi there - first post here - Mercurial is great! I've been loving it for > years. Thanks in advance... (sorry for the late reply) > I've been trying out the subrepos feature for the first time to pull in a > mix of hg and svn repos and I have a few

Re: [PATCH 4 of 4 V2] obsolete: allow cycles

2017-03-22 Thread Sean Farley
Jun Wu writes: > Excerpts from Sean Farley's message of 2017-03-22 13:18:29 -0700: >> Heh, yes, that made me chuckle. I understand that *you* need this. > > I'd argue *most people* wants this. See below. > >> But that's the thing. I'm not taking "inhibit" into consideration >>

Re: [PATCH] convert: Fix the handling of empty changlist descriptions in P4

2017-03-22 Thread Sean Farley
David Soria Parra writes: > # HG changeset patch > # User David Soria Parra > # Date 1490209978 18000 > # Wed Mar 22 14:12:58 2017 -0500 > # Node ID ff24a4168c2f05fd367b0b126e52559ef89af77f > # Parent 102f291807c92864a2231e5e925d6cd64783bb59 > convert: Fix

Re: hg-git and round-tripping (and file copies?)

2017-03-18 Thread Sean Farley
Danek Duvall writes: > Mike Hommey wrote: > >> If your goal trying to round-trip between mercurial and git is to >> provide developers with the possibility to use mercurial or git as they >> like, and somehow make it work with developers pushing on both ends, you >>

Re: [PATCH RFC] ui: introduce sysdefault section for pager and editor configuration

2017-03-09 Thread Sean Farley
Jun Wu writes: > Excerpts from Sean Farley's message of 2017-03-09 18:49:18 -0800: >> Kevin Bullock writes: >> >> >> On Mar 8, 2017, at 18:06, Jun Wu wrote: >> >> >> >> A "sysdefault" section sounds a bit weird. Usually files

Re: [PATCH RFC] ui: introduce sysdefault section for pager and editor configuration

2017-03-09 Thread Sean Farley
Kevin Bullock writes: >> On Mar 8, 2017, at 18:06, Jun Wu wrote: >> >> A "sysdefault" section sounds a bit weird. Usually files under "/etc" are >> defining "system defaults". A new section also makes it harder to see what >> configs they are

Re: [PATCH] localrepo: rename proxycls to filteredrepo

2017-03-09 Thread Sean Farley
Jun Wu writes: > # HG changeset patch > # User Jun Wu > # Date 1489101027 28800 > # Thu Mar 09 15:10:27 2017 -0800 > # Node ID 4e98743085e0706c827e786930c817d79256c8b6 > # Parent 1871a1ee64ed49172b1568b89cdbab126284b309 > # Available At

Re: [PATCH 4 of 7] color: move the dict with terminfo parameters on the ui object

2017-03-08 Thread Sean Farley
Martin von Zweigbergk via Mercurial-devel writes: > On Mon, Feb 27, 2017 at 7:00 AM, Pierre-Yves David > wrote: >> # HG changeset patch >> # User Pierre-Yves David >> # Date 1488031251 -3600 >> #

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

2017-03-07 Thread Sean Farley
Kevin Bullock writes: >> 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

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

2017-03-07 Thread Sean Farley
Anton Shestakov writes: > 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 2017 -0800 >> # Node ID

Re: [PATCH] wix: add censor docs to installer script

2017-03-06 Thread Sean Farley
Augie Fackler writes: > # HG changeset patch > # User Augie Fackler > # Date 1488843756 18000 > # Mon Mar 06 18:42:36 2017 -0500 > # Node ID e38801a054eb3e95564c3a373bc320ae1349b0a6 > # Parent 41a9edc5d00f2b5744e1edaf2edaa10084099f53 > wix: add censor

Re: Better release notes

2017-02-21 Thread Sean Farley
timeless <timel...@gmail.com> writes: > Sean Farley wrote: >> I assume that these commit messages were from employees with commit >> access? If that's true, then that's a bit different than patch-based >> review where we can edit and review the commit message / notes. &

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

2017-02-21 Thread Sean Farley
Yuya Nishihara writes: > On Tue, 14 Feb 2017 15:53:24 +0100, David Demelier wrote: >> Le 14/02/2017 à 14:34, Yuya Nishihara a écrit : >> > On Mon, 13 Feb 2017 09:37:48 -0800, Jun Wu wrote: >> >> Excerpts from David Demelier's message of 2017-02-13 15:43:45 +0100: >> >>> Le

Re: [PATCH] transaction: enable hardlink backups for non-windows systems

2017-02-21 Thread Sean Farley
Augie Fackler writes: > On Tue, Feb 14, 2017 at 01:31:02AM -0800, Jeroen Vaelen wrote: >> # HG changeset patch >> # User Jeroen Vaelen >> # Date 1487064458 28800 >> # Tue Feb 14 01:27:38 2017 -0800 >> # Node ID c7fb7ac39a12c8683518bb7db7e1a93346e017e0 >> #

Re: RFC: bitmap storage for precursors and phases

2017-02-21 Thread Sean Farley
Augie Fackler writes: > On Fri, Feb 17, 2017 at 07:14:12PM -0800, Jun Wu wrote: >> Excerpts from Bryan O'Sullivan's message of 2017-02-17 13:29:58 -0800: >> > I think there are multiple topics being discussed: >> > >> > 1. How to solve the overhead loading hiddenrevs with

Re: RFC: bitmap storage for precursors and phases

2017-02-21 Thread Sean Farley
Jun Wu writes: > Excerpts from Bryan O'Sullivan's message of 2017-02-17 13:29:58 -0800: >> On Fri, Feb 17, 2017 at 10:30 AM, Jun Wu wrote: >> >> > Excerpts from Stanislau Hlebik's message of 2017-02-17 11:24:34 +: >> > > As I said before we will load all

Re: RFC: bitmap storage for precursors and phases

2017-02-13 Thread Sean Farley
Jun Wu writes: > Excerpts from Sean Farley's message of 2017-02-13 17:04:35 -0800: >> I was thinking about a more high-level approach (please feel free to >> pick apart): >> >> r = repo.filtered("bitmap1") >> r2 = r.filtered("bitmap2") >> >> So that r2 would be an intersection of

Re: RFC: bitmap storage for precursors and phases

2017-02-13 Thread Sean Farley
Jun Wu writes: > In general, I think this is a good direction. Some random thoughts: > > - general purposed > > I think the bitmap is not always a cache, so it should only have > operations like set/unset/readfromdisk/writetodisk. Practically, I won't > couple cache

Re: [PATCH remotenames] remotenames: be compatible with upstream change about smartset

2017-02-13 Thread Sean Farley
Jun Wu writes: > # HG changeset patch > # User Jun Wu > # Date 1486761243 28800 > # Fri Feb 10 13:14:03 2017 -0800 > # Node ID cefa2cc8e03941120286a1c8819dd7d5d62ae84b > # Parent 18f8e0f8ba54270bf158734c781327581cf43634 > remotenames: be compatible with

Re: [PATCH 5 of 5 v2] profiling: add statprof support for Chrome trace viewer rendering

2017-02-13 Thread Sean Farley
Bryan O'Sullivan writes: > On Sun, Feb 12, 2017 at 10:39 PM, Bryan O'Sullivan > wrote: > >> profiling: add statprof support for Chrome trace viewer rendering >> > > Here's an example screenshot of the Chrome trace viewer: > >

Re: [PATCH RFC] contrib: script to generate release notes from commit messages

2017-02-13 Thread Sean Farley
Augie Fackler writes: > On Thu, Feb 02, 2017 at 11:56:29PM -0800, Gregory Szorc wrote: >> # HG changeset patch >> # User Gregory Szorc >> # Date 1486108530 28800 >> # Thu Feb 02 23:55:30 2017 -0800 >> # Node ID

Re: Better release notes

2017-02-13 Thread Sean Farley
timeless writes: > FWIW, @nokia, I looked at our commit message based changelog and > decided it wasn't useful, so I maintained a curated list. I assume that these commit messages were from employees with commit access? If that's true, then that's a bit different than

Re: Gardening extensions

2017-02-13 Thread Sean Farley
Augie Fackler writes: > On Mon, Feb 06, 2017 at 02:58:29PM -0800, Bryan O'Sullivan wrote: >> On Mon, Feb 6, 2017 at 1:45 PM, Kevin Bullock < >> kbullock+mercur...@ringworld.org> wrote: >> >> > >> > Both of these are still extensions because they enable history editing. I >> >

Re: [PATCH 08 of 10 shelve-ext v3] shelve: add obs-based unshelve functionality

2017-02-13 Thread Sean Farley
Jun Wu writes: > Excerpts from Sean Farley's message of 2017-02-06 11:41:55 -0800: >> Perhaps I'm the only one worried about adding all these markers. To me, >> it would make more sense to delete these markers since we're never going >> to push these shelved changesets. > > You are

Re: [PATCH 10 of 10 shelve-ext v3] shelve: disable inhibit for shelving period

2017-02-13 Thread Sean Farley
Kostia Balytskyi writes: > # HG changeset patch > # User Kostia Balytskyi > # Date 1484838335 28800 > # Thu Jan 19 07:05:35 2017 -0800 > # Node ID 6a7e7659886d35dfdc4d7d5efb3ef8479ae35367 > # Parent 088c9191d662d5c0003310119c51540926a815f7 > shelve: disable

Re: [PATCH 09 of 10 shelve-ext v3] shelve: add logic to preserve active bookmarks

2017-02-13 Thread Sean Farley
Kostia Balytskyi writes: > # HG changeset patch > # User Kostia Balytskyi > # Date 1484740179 28800 > # Wed Jan 18 03:49:39 2017 -0800 > # Node ID 088c9191d662d5c0003310119c51540926a815f7 > # Parent 94a237a046059ef246aacb2c3ad809c9f0bdbe70 > shelve: add

Re: [PATCH 08 of 10 shelve-ext v3] shelve: add obs-based unshelve functionality

2017-02-13 Thread Sean Farley
Kostia Balytskyi writes: > # HG changeset patch > # User Kostia Balytskyi > # Date 1484835394 28800 > # Thu Jan 19 06:16:34 2017 -0800 > # Node ID 94a237a046059ef246aacb2c3ad809c9f0bdbe70 > # Parent abdf9565fdce15604ea4abf013cb7c98a11f70ca > shelve: add

Re: [PATCH 07 of 10 shelve-ext v3] shelve: migrate config overrides to ui.configoverride

2017-02-13 Thread Sean Farley
Kostia Balytskyi writes: > # HG changeset patch > # User Kostia Balytskyi > # Date 1484740179 28800 > # Wed Jan 18 03:49:39 2017 -0800 > # Node ID abdf9565fdce15604ea4abf013cb7c98a11f70ca > # Parent 149fc6d767ce3502528b43b0e209eb411dd6e842 > shelve: migrate

Re: [PATCH 06 of 10 shelve-ext v3] shelve: add shelve type saving and loading

2017-02-13 Thread Sean Farley
Kostia Balytskyi writes: > # HG changeset patch > # User Kostia Balytskyi > # Date 1484740179 28800 > # Wed Jan 18 03:49:39 2017 -0800 > # Node ID 149fc6d767ce3502528b43b0e209eb411dd6e842 > # Parent 44425c4e86b2589184e23bed798999c15788b54b > shelve: add

Re: [PATCH 03 of 10 shelve-ext v3] shelve: move node-pruning functionality to be member of shelvedstate

2017-02-13 Thread Sean Farley
Kostia Balytskyi writes: > # HG changeset patch > # User Kostia Balytskyi > # Date 1484740179 28800 > # Wed Jan 18 03:49:39 2017 -0800 > # Node ID 249273f6db8bf0fdfbbf36bcbd9e3553e5715212 > # Parent 155f97b77a4866075fa709daa3bef6dac9108e81 > shelve: move

Re: [PATCH 02 of 10 shelve-ext v3] shelve: rename stripnodes to nodestoprune

2017-02-13 Thread Sean Farley
Kostia Balytskyi writes: > # HG changeset patch > # User Kostia Balytskyi > # Date 1484740179 28800 > # Wed Jan 18 03:49:39 2017 -0800 > # Node ID 155f97b77a4866075fa709daa3bef6dac9108e81 > # Parent d904df83e9ead56f65104e10d765c0157d647401 > shelve: rename

Re: [PATCH V2] merge: print status message before launching external merge tool

2017-02-10 Thread Sean Farley
Martin von Zweigbergk via Mercurial-devel writes: > # HG changeset patch > # User Martin von Zweigbergk > # Date 1486661545 28800 > # Thu Feb 09 09:32:25 2017 -0800 > # Node ID a5615bea1858aca891fcd3d7da6a477fc183f478 > # Parent

Re: Is hg-git still alive

2017-02-08 Thread Sean Farley
Bob Hood writes: > On 2/8/2017 8:16 PM, Jesus Cea wrote: >> No traffic in the mailing list and current hg-git doesn't work with >> recent versions of mercurial. > > Thanks for pointing that out, Jesus. Guess I'll be sticking with 3.9.2 for > some time to come. :) You

Re: Does chg need to be its own program?

2017-02-08 Thread Sean Farley
Gregory Szorc writes: > Currently, chg is its own standalone C program. When invoked, it spawns a > Python/hg process (if necessary) then talks to it. > > A major disadvantage of this approach is that users need to install chg > (currently separately) and alias it to

Re: [PATCH v3 rebased] pager: migrate heavily-used extension into core

2017-02-06 Thread Sean Farley
Augie Fackler writes: >> On Feb 6, 2017, at 14:47, Bryan O'Sullivan wrote: >> >> # HG changeset patch >> # User Bryan O'Sullivan >> # Date 1486160890 28800 >> # Fri Feb 03 14:28:10 2017 -0800 >> # Node ID

Re: [PATCH v2] pager: migrate heavily-used extension into core

2017-02-06 Thread Sean Farley
Augie Fackler <r...@durin42.com> writes: >> On Feb 6, 2017, at 18:32, Sean Farley <s...@farley.io> wrote: >> >> Augie Fackler <r...@durin42.com> writes: >> >>>> On Feb 6, 2017, at 18:04, Sean Farley <s...@farley.io> wrote: >>>

Re: [PATCH] check-code: permit functools.reduce

2017-02-06 Thread Sean Farley
Yedidya Feldblum writes: > # HG changeset patch > # User Yedidya Feldblum > # Date 1485038593 28800 > # Sat Jan 21 14:43:13 2017 -0800 > # Node ID 47d8e895ccb734f0219dd046795b042da002b06b > # Parent 036c37bd3ec189480647ff568cee9e0b43a5bc81 > check-code:

Re: [PATCH v2] pager: migrate heavily-used extension into core

2017-02-06 Thread Sean Farley
Augie Fackler <r...@durin42.com> writes: >> On Feb 6, 2017, at 18:04, Sean Farley <s...@farley.io> wrote: >> >> Augie Fackler <r...@durin42.com> writes: >> >>> (sending again because this seems to have gotten stuck somewhere...) >>>

Re: [PATCH 08 of 10 shelve-ext v3] shelve: add obs-based unshelve functionality

2017-02-06 Thread Sean Farley
Kostia Balytskyi <kobal...@outlook.com> writes: > On 06/02/2017 19:41, Sean Farley wrote: > >> Kostia Balytskyi <kobal...@outlook.com> writes: >> >>> On 03/02/2017 23:17, Sean Farley wrote: >>> >>>> Kostia Balytskyi <ikos...@fb.c

Re: [PATCH v2] pager: migrate heavily-used extension into core

2017-02-06 Thread Sean Farley
Augie Fackler writes: > (sending again because this seems to have gotten stuck somewhere...) > (+yuya explicitly for chg thoughts, +smf so someone else can forward to the > list if it's stuck again) > > On Fri, Feb 03, 2017 at 04:16:09PM -0800, Bryan O'Sullivan wrote: >> # HG

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

2017-02-06 Thread Sean Farley
Bryan O'Sullivan writes: > On Sun, Feb 5, 2017 at 7:24 PM, Augie Fackler wrote: > >> >> > I'm inclined to *not* add special code to see if the old pager extension >> has been disabled. That's achievable by disabling the pager instead. This >> would require

Re: for 4.2 sprint, accommodations around Moutain View

2017-02-06 Thread Sean Farley
Martin von Zweigbergk via Mercurial-devel writes: > On Fri, Feb 3, 2017 at 10:15 AM FUJIWARA Katsunori > wrote: > >> Hi, devels >> >> Now, I'm looking for accommodations for upcoming 4.2 sprint, and >> surprised by high price hotel fee

Re: [PATCH RFC] contrib: script to generate release notes from commit messages

2017-02-06 Thread Sean Farley
Gregory Szorc writes: > On Fri, Feb 3, 2017 at 12:40 AM, Denis Laxalde > wrote: > >> Gregory Szorc a écrit : >> >>> # HG changeset patch >>> # User Gregory Szorc >>> # Date 1486108530 28800 >>> # Thu Feb 02

Re: Evolve naming troubles

2017-02-06 Thread Sean Farley
Pierre-Yves David <pierre-yves.da...@ens-lyon.org> writes: > On 01/20/2017 07:11 PM, Sean Farley wrote: >> While we are in a freeze and have some time to think about things >> outside of features, I'd like to bring up naming evolution terms before >> they are permanen

<    1   2   3   4   5   6   >