Re: [PATCH] test-bdiff: move import inside the function to avoid test failure

2017-02-13 Thread Kyle Lippincott via Mercurial-devel
On Mon, Feb 13, 2017 at 2:29 PM, Augie Fackler wrote: > On Tue, Feb 14, 2017 at 01:59:48AM +0530, Pulkit Goyal wrote: > > # HG changeset patch > > # User Pulkit Goyal <7895pul...@gmail.com> > > # Date 1487017336 -19800 > > # Tue Feb 14 01:52:16 2017 +0530 > > # Node ID

[PATCH] ui: remove urllib2 from being imported early

2017-02-14 Thread Kyle Lippincott via Mercurial-devel
# HG changeset patch # User Kyle Lippincott # Date 1486897598 28800 # Sun Feb 12 03:06:38 2017 -0800 # Node ID 1f3234760225170767d10bfcd9cc5b2431b65471 # Parent 72f25e17af9d6a206ea374c30f229ae9513f3f23 ui: remove urllib2 from being imported early Before this change,

Re: [PATCH 5 of 5 v4] changegroup3: enable on 'lfs' repo requirements

2016-11-29 Thread Kyle Lippincott via Mercurial-devel
On Tue, Nov 29, 2016 at 9:37 AM, Augie Fackler wrote: > On Tue, Nov 29, 2016 at 07:59:11AM +0100, Pierre-Yves David wrote: > > [cc martin because I've a question about some code mentioning > 'treemanifest' > > > > On 11/23/2016 06:39 PM, Remi Chaintron wrote: > > ># HG

[PATCH] debuglabelcomplete: fix to call debugnamecomplete in new location

2017-03-14 Thread Kyle Lippincott via Mercurial-devel
# HG changeset patch # User Kyle Lippincott # Date 1489522230 25200 # Tue Mar 14 13:10:30 2017 -0700 # Node ID 8148b77193f29b1cd8c4c5b95456eaace6ff6bfc # Parent b6f5af372c0c047340e3c6bdd27b87207b9cec92 debuglabelcomplete: fix to call debugnamecomplete in new location

[PATCH v2] debuglabelcomplete: fix to call debugnamecomplete in new location

2017-03-14 Thread Kyle Lippincott via Mercurial-devel
# HG changeset patch # User Kyle Lippincott # Date 1489522230 25200 # Tue Mar 14 13:10:30 2017 -0700 # Node ID 71dc279eeafbfd9c61aeeec7b8b81148c57d7f4e # Parent b6f5af372c0c047340e3c6bdd27b87207b9cec92 debuglabelcomplete: fix to call debugnamecomplete in new location

[PATCH] zsh_completion: install as _hg not hg

2017-05-26 Thread Kyle Lippincott via Mercurial-devel
# HG changeset patch # User Kyle Lippincott # Date 1495830247 25200 # Fri May 26 13:24:07 2017 -0700 # Branch stable # Node ID 77fa50376abeb18871edcf69b9a4282067afda0f # Parent f928d53b687cb5738528d2eae97f58da10ca8bae zsh_completion: install as _hg not hg The

[PATCH 2 of 2] keepalive: set buffering=True to do more efficient reads of headers

2017-06-02 Thread Kyle Lippincott via Mercurial-devel
# HG changeset patch # User Kyle Lippincott # Date 1496437706 25200 # Fri Jun 02 14:08:26 2017 -0700 # Node ID daeaaad7839bb72ab48a09638ee4f1e8a089ca9d # Parent 80511f08c101eae26b774a9759da271807e4bf0b keepalive: set buffering=True to do more efficient reads of headers

[PATCH 1 of 2] keepalive: pass the correct arguments to HTTPResponse

2017-06-02 Thread Kyle Lippincott via Mercurial-devel
# HG changeset patch # User Kyle Lippincott # Date 1496366600 25200 # Thu Jun 01 18:23:20 2017 -0700 # Node ID 80511f08c101eae26b774a9759da271807e4bf0b # Parent 5d44d7d4076e5a96001b0f88c730fa7ea24a9e02 keepalive: pass the correct arguments to HTTPResponse python2.7's

[PATCH evolve-ext] evolve: fix typo: -list -> --list

2017-06-06 Thread Kyle Lippincott via Mercurial-devel
# HG changeset patch # User Kyle Lippincott # Date 1496787013 25200 # Tue Jun 06 15:10:13 2017 -0700 # Node ID ff53569086ad8e729e2c43346a27c91efcefceca # Parent 3e62042a6bb76c01c71685e24b8900b8c502c598 evolve: fix typo: -list -> --list diff --git

[PATCH evolve-ext] typos: fix typos in several locations

2017-12-04 Thread Kyle Lippincott via Mercurial-devel
# HG changeset patch # User Kyle Lippincott # Date 1512426447 28800 # Mon Dec 04 14:27:27 2017 -0800 # Node ID c7efdd5d0edec14d00538cf2487a005cc7c3cbb3 # Parent adbae782aac7387d35781816cb015c8d6b845329 typos: fix typos in several locations A user at Google attempted to

[PATCH evolve-ext] help: fix output for `hg help -e evolve` wrt 'touch' command

2017-12-05 Thread Kyle Lippincott via Mercurial-devel
# HG changeset patch # User Kyle Lippincott # Date 1512519068 28800 # Tue Dec 05 16:11:08 2017 -0800 # Node ID d584dfa21ea0bfa8a0fde0800978e8e682fa7544 # Parent 21abe1e218b87428e4249e67990c345c63d521f6 help: fix output for `hg help -e evolve` wrt 'touch' command

[PATCH 1 of 2 evolve-ext V2] help: remove a few commands from `hg` (no args) command list

2017-12-05 Thread Kyle Lippincott via Mercurial-devel
# HG changeset patch # User Kyle Lippincott # Date 1512518930 28800 # Tue Dec 05 16:08:50 2017 -0800 # Node ID 21abe1e218b87428e4249e67990c345c63d521f6 # Parent 28fb347a5bf8cce93ebdfd0cc64a818e335804f9 help: remove a few commands from `hg` (no args) command list

[PATCH 2 of 2 evolve-ext V2] help: fix output for `hg help -e evolve` wrt 'touch' command

2017-12-05 Thread Kyle Lippincott via Mercurial-devel
# HG changeset patch # User Kyle Lippincott # Date 1512519068 28800 # Tue Dec 05 16:11:08 2017 -0800 # Node ID d584dfa21ea0bfa8a0fde0800978e8e682fa7544 # Parent 21abe1e218b87428e4249e67990c345c63d521f6 help: fix output for `hg help -e evolve` wrt 'touch' command

Re: [PATCH STABLE] hghave: don't claim we have `tic` if it's NetBSD's binary (issue5698)

2018-06-25 Thread Kyle Lippincott via Mercurial-devel
Looks good to me, though I don't have a NetBSD system to test. :) On Mon, Jun 25, 2018 at 6:28 AM, Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1529932907 14400 > # Mon Jun 25 09:21:47 2018 -0400 > # Branch stable > # Node ID

Re: [PATCH STABLE] hghave: don't claim we have `tic` if it's NetBSD's binary (issue5698)

2018-06-26 Thread Kyle Lippincott via Mercurial-devel
Add the test name to the end (`run-tests.py test-foo.t`) On Mon, Jun 25, 2018, 23:12 Thomas Klausner wrote: > On Mon, Jun 25, 2018 at 09:28:04AM -0400, Augie Fackler wrote: > > # HG changeset patch > > # User Augie Fackler > > # Date 1529932907 14400 > > # Mon Jun 25 09:21:47 2018 -0400 >

Re: [PATCH] color: issue warning in yellow

2018-08-20 Thread Kyle Lippincott via Mercurial-devel
Bright/bold yellow should be considered unavailable. "Normal" yellow, which is closer to brown or maybe gold on many screens, is fine. At Google, and I think other tools like clang, generally use magenta I believe, but I have no strong preference. Keep in mind that ui.prompt is also yellow a

[PATCH] evolve: do not exit 1 when there are no troubled changesets (issue5823)

2018-03-29 Thread Kyle Lippincott via Mercurial-devel
# HG changeset patch # User Kyle Lippincott # Date 1522353665 25200 # Thu Mar 29 13:01:05 2018 -0700 # Node ID 1607ec1973108d156e41aa75db6fc571fa99c0ac # Parent 9ad461df4d4d1696fe15086f6afea9cebb24a617 evolve: do not exit 1 when there are no troubled changesets

Re: An extension to log through standard logging module

2019-07-18 Thread Kyle Lippincott via Mercurial-devel
On Thu, Jul 18, 2019 at 11:16 AM Augie Fackler wrote: > > > > On Jul 16, 2019, at 13:27, Georges Racinet > wrote: > > > > Hi there, > > > > for the needs of Heptapod [1], I ended up writing a small extension to > > divert all possible console output to the standard logging module, with > > the