D1270: help: adding a topic on flags

2017-11-02 Thread av6 (Anton Shestakov)
av6 added inline comments. INLINE COMMENTS > flags.txt:7 > +Mercurial command-line flags can be strings, numbers, booleans, or lists of > +strings. > + This "lists of strings" caught my attention, but it took me some time to figure out what's the matter. I don't feel strongly, but here are

Re: D1167: makefile: add target to apply clang-format in-place

2017-10-27 Thread Anton Shestakov
On Thu, 26 Oct 2017 21:14:27 -0400 "Matt Harbison" <mharbiso...@gmail.com> wrote: > On Wed, 25 Oct 2017 23:42:04 -0400, av6 (Anton Shestakov) > <phabrica...@mercurial-scm.org> wrote: > > > av6 added a comment. > > > > > > I'm a bit late

D1167: makefile: add target to apply clang-format in-place

2017-10-25 Thread av6 (Anton Shestakov)
av6 added a comment. Yep, mailed. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D1167 To: durin42, #hg-reviewers, indygreg Cc: av6, mercurial-devel ___ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org

[PATCH stable] makefile: put format-c into .PHONY targets

2017-10-25 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1508990335 -28800 # Thu Oct 26 11:58:55 2017 +0800 # Branch stable # Node ID 8ed12ff6d0edcb3f28d2d88ddb63397ea9539ba5 # Parent f7e4d6c20095d67857c912bd44bb45073ced6f2f makefile: put format-c into .PHONY targets

D1167: makefile: add target to apply clang-format in-place

2017-10-25 Thread av6 (Anton Shestakov)
av6 added a comment. I'm a bit late to the party, but wanted to remind people that targets that are not actual files (in this case, a file named "format-c") should also go into .PHONY list. Nothing bad will happen right now (unless such file appears at some point), but adding it to "phony"

Re: DNS manipulation for SPF and DMARC

2017-10-12 Thread Anton Shestakov
On Thu, 12 Oct 2017 11:03:01 -0400 Augie Fackler wrote: > I've done some sniffing around, and it looks like we could at least start > figuring out *why* we're getting on this spamhaus list if we would enable > DMARC in notify-only mode, and it would definitely help our IP

D970: hgweb: extract function for loading style from request context

2017-10-06 Thread av6 (Anton Shestakov)
av6 accepted this revision. av6 added a comment. LGTM. REPOSITORY rHG Mercurial REVISION DETAIL https://phab.mercurial-scm.org/D970 To: durin42, #hg-reviewers, av6 Cc: av6, mercurial-devel ___ Mercurial-devel mailing list

[PATCH evolve-ext] legacy: rename lookup_errors to not be in all caps (flake8 warning)

2017-10-03 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1507042260 -28800 # Tue Oct 03 22:51:00 2017 +0800 # Node ID 1353e4a44cebc36ba8e1caf67804b2ca6a8a8239 # Parent 2d42bd025754427cae1ba18f43a64c692d9c67dd legacy: rename lookup_errors to not be in all caps (flake8 w

[PATCH 3 of 4] make: templatize Debian build target a la e63dfbbdbd07

2017-06-22 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1498194526 -28800 # Fri Jun 23 13:08:46 2017 +0800 # Node ID 198409fdaca73f5cc176c3bce6b3992b47e83012 # Parent 31014b392b537d7eb0c756b24f334a97536cde3c make: templatize Debian build target a la e63dfbbdbd07 diff

[PATCH 1 of 4] docker: install less as a build-time dependency in deb-based distros

2017-06-22 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1498183501 -28800 # Fri Jun 23 10:05:01 2017 +0800 # Node ID 8d8b512ac6bc39fd1d887840a85bbf37f088c250 # Parent 573baab2a7972a4ff8afa28d7792056727965c56 docker: install less as a build-time dependency in deb-based d

[PATCH 4 of 4] make: add Debian 9 (Stretch) docker target

2017-06-22 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1498196021 -28800 # Fri Jun 23 13:33:41 2017 +0800 # Node ID c123ce14d4518bae8baab87a6e8e1460f27e6257 # Parent 198409fdaca73f5cc176c3bce6b3992b47e83012 make: add Debian 9 (Stretch) docker target diff --git a/Make

[PATCH 2 of 4] make: add Ubuntu Zesty docker targets (.deb and ppa)

2017-06-22 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1498190652 -28800 # Fri Jun 23 12:04:12 2017 +0800 # Node ID 31014b392b537d7eb0c756b24f334a97536cde3c # Parent 8d8b512ac6bc39fd1d887840a85bbf37f088c250 make: add Ubuntu Zesty docker targets (.deb and ppa) Zesty

Re: Dropping Support for Python 2.6

2017-05-04 Thread Anton Shestakov
On Tue, 2 May 2017 20:30:07 +0200 Pierre-Yves David wrote: > So, we are already operating a repository at: > >https://www.mercurial-scm.org/release/ > > And we already have all the necessary bits in our current make file to > create and update it such

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

2017-04-22 Thread Anton Shestakov
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 ad14d79e419fb860ee59071d7c557810f913a4cc > # Parent

Re: [PATCH stable] tests: work around flaky test failure on FreeBSD and relatives

2017-04-22 Thread Anton Shestakov
On Sat, 22 Apr 2017 14:30:27 -0400 Augie Fackler wrote: > # HG changeset patch > # User Augie Fackler > # Date 1492878287 14400 > # Sat Apr 22 12:24:47 2017 -0400 > # Branch stable > # Node ID af4f0c00735ad4d734407c627bb3e1c080d583ad > # Parent

Re: [PATCH] record: update help to describe ui.interface

2017-02-26 Thread Anton Shestakov
On Fri, 24 Feb 2017 08:22:02 -0800 Eloi Morlaas wrote: > # HG changeset patch > # User eloimorlaas > # Date 1487877797 28800 > # Thu Feb 23 11:23:17 2017 -0800 > # Node ID c870e1aa3828c0aaca3d1d56d758e09a66788bc9 > # Parent

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

2017-02-26 Thread Anton Shestakov
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 b91f88bda2404c91722a62a2eb9afc63867a172b > # Parent

[PATCH stable] make: update .PHONY targets

2017-02-15 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1487141373 -28800 # Wed Feb 15 14:49:33 2017 +0800 # Branch stable # Node ID 8e70ce179fc3b418023213ecae804b8825d04331 # Parent aa25989b0658dcefbd4c1bce7c389f006f22af30 make: update .PHONY targets diff --git a/Make

Re: Mercurial version on hgweb & IIS

2017-02-13 Thread Anton Shestakov
Due to a decision from a long time ago, there's no version string anywhere in hgweb. But you can find something in https://www.mercurial-scm.org/wiki/WhatsNew that's supposed to work only in newly upgraded version and check if it works. For 4.1 it would be Content Security Policy, so you can

[PATCH 2 of 2 stable] debian: update copyright years

2017-02-04 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1486211374 -28800 # Sat Feb 04 20:29:34 2017 +0800 # Branch stable # Node ID af3b5aa61fc05a124697809bf472a5592f38489c # Parent dc22729b4ebd0a8b4d9a747c1b346a71b55bdd0f debian: update copyright years diff --git a/c

[PATCH] tests: test experimental.spacemovesdown config for commit -i

2017-01-17 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1484631893 -28800 # Tue Jan 17 13:44:53 2017 +0800 # Node ID a1f5ccddc1c0822ae12d380b7a91728ab8267a78 # Parent 4c0a5a256ae806fab18d56b3c44a8d1c98a40ce0 tests: test experimental.spacemovesdown config for com

Re: [PATCH RFC] crecord: make an option for space key to move cursor down (issue5159) (RFC)

2017-01-16 Thread Anton Shestakov
On Fri, 13 Jan 2017 22:25:24 -0800 Martin von Zweigbergk <martinv...@google.com> wrote: > On Fri, Jan 13, 2017, 15:43 Sean Farley <s...@farley.io> wrote: > > > Anton Shestakov <a...@dwimlabs.net> writes: > > > > > On Tue, 10 Jan 2017 17:27:32 +0100 &

Re: [PATCH] shelve: allow multiple shelves with --patch and --stat

2017-01-13 Thread Anton Shestakov
On Sat, 14 Jan 2017 01:27:13 +0530 Pulkit Goyal <7895pul...@gmail.com> wrote: > # HG changeset patch > # User Pulkit Goyal <7895pul...@gmail.com> > # Date 1484337187 -19800 > # Sat Jan 14 01:23:07 2017 +0530 > # Node ID 9dc4d056d85a041b2b28587b3b84608b1f0903a5 > # Parent

Re: [PATCH RFC] crecord: make an option for space key to move cursor down (issue5159) (RFC)

2017-01-12 Thread Anton Shestakov
On Tue, 10 Jan 2017 17:27:32 +0100 Pierre-Yves David <pierre-yves.da...@ens-lyon.org> wrote: > > > On 01/08/2017 03:19 AM, Anton Shestakov wrote: > > # HG changeset patch > > # User Anton Shestakov <a...@dwimlabs.net> > > # Date 1483841309 -28800 &g

Re: [PATCH] hgweb: call process_dates() via DOM event listener

2017-01-11 Thread Anton Shestakov
On Wed, 11 Jan 2017 19:38:17 -0800 Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1484110068 28800 > # Tue Jan 10 20:47:48 2017 -0800 > # Node ID 79314c9a79b3aa033b6f79d066b97d7157ecac33 > # Parent

[PATCH 1 of 3] hgweb: test the order of archive links

2017-01-10 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1484069107 -28800 # Wed Jan 11 01:25:07 2017 +0800 # Node ID 942eaf4846b85c7baa1c0622e2db0c299296a2b9 # Parent cfd14b0508ddf8edf156d202e2c5d07b259c2f46 hgweb: test the order of archive links diff --git a/test

[PATCH 3 of 3] hgweb: use archivespecs for links on repo index page too

2017-01-10 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1484062918 -28800 # Tue Jan 10 23:41:58 2017 +0800 # Node ID e0ed84e1828ad1763c2a0e9ba4e66cf35847cf6f # Parent 371a1ab6cf5054605d63ba497153115f2117ef10 hgweb: use archivespecs for links on repo index page too

[PATCH 2 of 3] hgweb: use util.sortdict for archivespecs

2017-01-10 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1484062479 -28800 # Tue Jan 10 23:34:39 2017 +0800 # Node ID 371a1ab6cf5054605d63ba497153115f2117ef10 # Parent 942eaf4846b85c7baa1c0622e2db0c299296a2b9 hgweb: use util.sortdict for archivespecs Thus we allow dic

Re: [PATCH 2 of 2] hgweb: generate archive links in order

2017-01-10 Thread Anton Shestakov
On Tue, 10 Jan 2017 23:53:09 +0900 Yuya Nishihara <y...@tcha.org> wrote: > On Sun, 08 Jan 2017 09:52:56 +0800, Anton Shestakov wrote: > > Sadly, archivespecs is a regular unordered dict, and > > collections.OrderedDict is > > new in 2.7. > > There's util.sor

[PATCH RFC] crecord: make an option for space key to move cursor down (issue5159) (RFC)

2017-01-07 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1483841309 -28800 # Sun Jan 08 10:08:29 2017 +0800 # Node ID 1afa1ffe6984bfe0027336ce0c83486e82ba2b50 # Parent cfd14b0508ddf8edf156d202e2c5d07b259c2f46 crecord: make an option for space key to move cursor down (iss

[PATCH 2 of 2] hgweb: generate archive links in order

2017-01-07 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1483807974 -28800 # Sun Jan 08 00:52:54 2017 +0800 # Node ID cfd14b0508ddf8edf156d202e2c5d07b259c2f46 # Parent 3cecf85b42c6cf3e2d81ff5d69e9328bb204d209 hgweb: generate archive links in order It would be nice for a

[PATCH 1 of 2] hgweb: use archivespecs (dict) instead of archives (tuple) for "in" check

2017-01-07 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1483809885 -28800 # Sun Jan 08 01:24:45 2017 +0800 # Node ID 3cecf85b42c6cf3e2d81ff5d69e9328bb204d209 # Parent 3de9df6ee5bf7601aa3870f18304bbeb3ce351af hgweb: use archivespecs (dict) instead of archives

[PATCH STABLE V2] hgweb: add missing slash to file log url in rss style

2016-12-08 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1481212776 -28800 # Thu Dec 08 23:59:36 2016 +0800 # Branch stable # Node ID 8c4b72f094d3955001ee75257ba2a185c2cbbf96 # Parent 76e970c8f53071463032e9d0d81092a277b85b9a hgweb: add missing slash to file log url in rss

[PATCH STABLE] hgweb: add missing slash to file log url in rss style

2016-12-08 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1481212776 -28800 # Thu Dec 08 23:59:36 2016 +0800 # Branch stable # Node ID 7af393a85bbd43c56d0415504429895681d4a643 # Parent 76e970c8f53071463032e9d0d81092a277b85b9a hgweb: add missing slash to file log url in rss

[PATCH] zsh_completion: update some option usage flags ('+', '=' and ':')

2016-10-04 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1475585399 -28800 # Tue Oct 04 20:49:59 2016 +0800 # Node ID db6d73d5a8a419fa6eca3bf11e98370f77246ee2 # Parent 1779dde4c9ef97cb242f8d501655f236f66e5439 zsh_completion: update some option usage

[PATCH] templater: use "needle" and "haystack" as (meta-)variables for ifcontains()

2016-09-30 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1475286932 -28800 # Sat Oct 01 09:55:32 2016 +0800 # Node ID 3d02056ddf0cc2de8ab39bfcef4ca106d74e69f9 # Parent 3f4e1c033f40aaa8111de9b8212f05e8e09590aa templater: use "needle" and "haystack

[PATCH 1 of 4] paper: remove unused templates

2016-09-21 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1474521539 -28800 # Thu Sep 22 13:18:59 2016 +0800 # Node ID 266c2195651e534736aa7706db56f8556fcb1ec5 # Parent 5271ae66615207f39cc41d78f4541bc6f8ca6ff6 paper: remove unused templates diff --git a/mercurial/tem

[PATCH 3 of 5] gitweb: remove unused template "changelogchild"

2016-09-21 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1474461346 -28800 # Wed Sep 21 20:35:46 2016 +0800 # Node ID 8e374684fdd1f5ff9ba92ad39c0e61bba813f9df # Parent 4745840178853f07f186762d984a6ea53189be07 gitweb: remove unused template "changelogchild&q

[PATCH 2 of 5] monoblue: tweak branch table's last row's cell colspan on summary page

2016-09-21 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1474460375 -28800 # Wed Sep 21 20:19:35 2016 +0800 # Node ID 4745840178853f07f186762d984a6ea53189be07 # Parent bfa565cda4197eb67186cf25957b4712ecaa73d1 monoblue: tweak branch table's last row's cell colspan on s

Re: Interfacing Hg with TOPdesk

2016-09-17 Thread Anton Shestakov
2016-09-02 23:13 GMT+08:00 Kevin Bullock : > a custom template on that turns the issue reference > in the commit message into a link back to Bugzilla (e.g. > ). AFAIK not a custom template, but

[PATCH 2 of 2 topics] flake8: ignore N801

2016-09-06 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1473216018 -28800 # Wed Sep 07 10:40:18 2016 +0800 # Node ID 8464a7708f9d73de1d13c2c4e5e5b6970ea0ec62 # Parent d9c1d140a831614a1a3994a0d87ec27ed3282049 flake8: ignore N801 N801 is "class names should u

[PATCH 1 of 2 topics] flake8: don't ignore E713 now that it's fixed

2016-09-06 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1473215747 -28800 # Wed Sep 07 10:35:47 2016 +0800 # Node ID d9c1d140a831614a1a3994a0d87ec27ed3282049 # Parent e3ddd696394f6d493d0181140cd9d7116be4478c flake8: don't ignore E713 now that it's fixed E713 is

Re: [PATCH 05 of 12 topics] flake8: fix W503 style

2016-08-30 Thread Anton Shestakov
On Tue, 30 Aug 2016 20:58:11 -0700 Sean Farley wrote: > # HG changeset patch > # User Sean Farley > # Date 1472595240 25200 > # Tue Aug 30 15:14:00 2016 -0700 > # Node ID 752a62b50ba31b768c52c6b423cd1a36d0c6eae2 > # Parent

Re: [PATCH 09 of 12 topics] flake8: fix E501 style

2016-08-30 Thread Anton Shestakov
On Tue, 30 Aug 2016 20:58:15 -0700 Sean Farley wrote: > diff --git a/hgext3rd/topic/evolvebits.py b/hgext3rd/topic/evolvebits.py > --- a/hgext3rd/topic/evolvebits.py > +++ b/hgext3rd/topic/evolvebits.py > @@ -40,14 +40,13 @@ def _orderrevs(repo, revs): > > def

[PATCH 5 of 5 evolve-ext stable] docs: spelling fixes

2016-08-27 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1472301435 -28800 # Sat Aug 27 20:37:15 2016 +0800 # Branch stable # Node ID ce11f721e2040aab75e48c1bee02c8386ed6a37b # Parent 91316f4826a7372afc766159c0d66fefb2f92c5c docs: spelling fixes Squashed into 1 commit b

[PATCH 4 of 5 evolve-ext stable] simple4server: update buglink to point to bz.mercurial-scm.org

2016-08-27 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1472300717 -28800 # Sat Aug 27 20:25:17 2016 +0800 # Branch stable # Node ID 91316f4826a7372afc766159c0d66fefb2f92c5c # Parent fd8dad34fd01e54cc0b164d3e3931bc6ebe5583a simple4server: update buglink to

[PATCH 1 of 5 evolve-ext stable] docs: point wiki and bz links to mercurial-scm.org

2016-08-27 Thread Anton Shestakov
# HG changeset patch # User Anton Shestakov <a...@dwimlabs.net> # Date 1472300261 -28800 # Sat Aug 27 20:17:41 2016 +0800 # Branch stable # Node ID 5228e2e98f4f5e101aeb37db6bb3082602ffdf4e # Parent 54f40b722cf981dae70c7b2806f7831ad48a767f docs: point wiki and bz links to mercurial-s

Re: [PATCH] hgweb: config option to control zlib compression level

2016-08-07 Thread Anton Shestakov
08.08.2016, 09:12, "Gregory Szorc" : > # HG changeset patch > # User Gregory Szorc > # Date 1470618598 25200 > # Sun Aug 07 18:09:58 2016 -0700 > # Node ID d5e9dedbc7f912ff2dc2e92586347250aee11ac2 > # Parent

<    1   2   3   4   5   6