mercurial at 37608: 52 new changesets

Mercurial Commits hg at intevation.de
Mon Apr 16 19:15:38 UTC 2018


52 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/734515aca84d
changeset:   37557:734515aca84d
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Apr 10 14:29:15 2018 -0700
summary:     wireproto: define and implement HTTP handshake to upgrade protocol

https://www.mercurial-scm.org/repo/hg/rev/8a73132214a3
changeset:   37558:8a73132214a3
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Apr 10 18:16:47 2018 -0700
summary:     httppeer: support protocol upgrade

https://www.mercurial-scm.org/repo/hg/rev/c4a0626f6b6e
changeset:   37559:c4a0626f6b6e
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Apr 11 14:35:37 2018 +0530
summary:     py3: use pycompat.bytestr() where repr in involved

https://www.mercurial-scm.org/repo/hg/rev/41ba336d9f1e
changeset:   37560:41ba336d9f1e
user:        Danny Hooper <hooper at google.com>
date:        Fri Mar 30 17:01:12 2018 -0700
summary:     fix: use a portable python script instead of sed in test

https://www.mercurial-scm.org/repo/hg/rev/8478b198af9c
changeset:   37561:8478b198af9c
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Apr 04 17:37:35 2018 +0530
summary:     tests: add tests showing pulling from infinitepush works over wire

https://www.mercurial-scm.org/repo/hg/rev/e5cd8d1a094d
changeset:   37562:e5cd8d1a094d
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Wed Apr 11 17:29:55 2018 -0400
summary:     lfs: special case the null:// usercache instead of treating it as a url

https://www.mercurial-scm.org/repo/hg/rev/be1cc65bdb1c
changeset:   37563:be1cc65bdb1c
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Apr 08 01:23:39 2018 -0400
summary:     lfs: infer the blob store URL from an explicit pull source

https://www.mercurial-scm.org/repo/hg/rev/31a4ea773369
changeset:   37564:31a4ea773369
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Apr 08 14:22:12 2018 -0400
summary:     lfs: infer the blob store URL from an explicit push dest or default-push

https://www.mercurial-scm.org/repo/hg/rev/9c7a25ef5b49
changeset:   37565:9c7a25ef5b49
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Wed Apr 11 18:23:29 2018 -0400
summary:     lfs: handle paths that don't end with '/' when inferring the blob store

https://www.mercurial-scm.org/repo/hg/rev/f53b55b162f4
changeset:   37566:f53b55b162f4
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Apr 09 20:44:41 2018 +0900
summary:     py3: get rid of character access from pure.diffhelpers

https://www.mercurial-scm.org/repo/hg/rev/53021c4ef0b2
changeset:   37567:53021c4ef0b2
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Apr 09 20:47:43 2018 +0900
summary:     diffhelpers: port docstrings from cext to pure

https://www.mercurial-scm.org/repo/hg/rev/f5833651ad07
changeset:   37568:f5833651ad07
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Apr 09 20:49:39 2018 +0900
summary:     patch: stop using cext.diffhelpers

https://www.mercurial-scm.org/repo/hg/rev/2025bf60adb2
changeset:   37569:2025bf60adb2
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Apr 09 20:51:23 2018 +0900
summary:     diffhelpers: remove C implementation in favor of pure Python version

https://www.mercurial-scm.org/repo/hg/rev/c4c8d0d1267f
changeset:   37570:c4c8d0d1267f
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Apr 09 20:52:54 2018 +0900
summary:     diffhelpers: naming and whitespace cleanup

https://www.mercurial-scm.org/repo/hg/rev/0ea8b9576d7c
changeset:   37571:0ea8b9576d7c
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Apr 09 20:54:00 2018 +0900
summary:     diffhelpers: move out of pure package

https://www.mercurial-scm.org/repo/hg/rev/c6b8d614690a
changeset:   37572:c6b8d614690a
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Apr 09 20:55:05 2018 +0900
summary:     diffhelpers: remove unused return value from fixnewline() and addlines()

https://www.mercurial-scm.org/repo/hg/rev/49b82cdb5983
changeset:   37573:49b82cdb5983
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Apr 09 21:06:46 2018 +0900
summary:     patch: error out if reached to EOF while reading hunk

https://www.mercurial-scm.org/repo/hg/rev/a1bcc7ff0eac
changeset:   37574:a1bcc7ff0eac
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Apr 09 21:08:52 2018 +0900
summary:     diffhelpers: make return value of testhunk() more Pythonic

https://www.mercurial-scm.org/repo/hg/rev/230eb9594150
changeset:   37575:230eb9594150
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 07 01:37:25 2018 +0900
summary:     diffhelpers: be more tolerant for stripped empty lines of CRLF ending

https://www.mercurial-scm.org/repo/hg/rev/6ef94f24aa82
changeset:   37576:6ef94f24aa82
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Apr 11 22:36:16 2018 +0530
summary:     py3: make sure we open file in bytes mode

https://www.mercurial-scm.org/repo/hg/rev/e7eea8582afa
changeset:   37577:e7eea8582afa
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Thu Apr 12 14:26:31 2018 +0530
summary:     py3: use pycompat.{strkwargs|byteskwargs} in infinitepush

https://www.mercurial-scm.org/repo/hg/rev/56df2ca5c032
changeset:   37578:56df2ca5c032
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Thu Apr 12 14:28:08 2018 +0530
summary:     py3: prevent transformer from adding b'' by adding r'' prefix

https://www.mercurial-scm.org/repo/hg/rev/ce566e0f73d0
changeset:   37579:ce566e0f73d0
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Thu Apr 12 14:30:37 2018 +0530
summary:     py3: use '%d' for integers instead of '%s'

https://www.mercurial-scm.org/repo/hg/rev/1c3c9211a40e
changeset:   37580:1c3c9211a40e
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Thu Apr 12 15:03:15 2018 +0530
summary:     py3: use print as a function in test-convert-git.t

https://www.mercurial-scm.org/repo/hg/rev/5b836a4c9a1f
changeset:   37581:5b836a4c9a1f
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Thu Apr 12 15:22:56 2018 +0530
summary:     py3: use b'%d' to convert int to bytes instead of str()

https://www.mercurial-scm.org/repo/hg/rev/39ced3ef586d
changeset:   37582:39ced3ef586d
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Thu Apr 12 15:23:36 2018 +0530
summary:     py3: add b'' prefix to make the regex bytes

https://www.mercurial-scm.org/repo/hg/rev/6939b6ac960a
changeset:   37583:6939b6ac960a
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Thu Apr 12 16:52:32 2018 +0530
summary:     py3: add b'' prefixes in tests/test-linerange.py

https://www.mercurial-scm.org/repo/hg/rev/fd0e6678ba0f
changeset:   37584:fd0e6678ba0f
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Thu Apr 12 08:06:39 2018 -0700
summary:     py3: suppress the return value of write() in tests/test-subrepo-missing.t

https://www.mercurial-scm.org/repo/hg/rev/df4fd29c0854
changeset:   37585:df4fd29c0854
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Thu Apr 12 17:21:56 2018 +0530
summary:     py3: use stringutil.forcebytestr() to convert error messages to bytes

https://www.mercurial-scm.org/repo/hg/rev/b94fecf4cd8c
changeset:   37586:b94fecf4cd8c
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Thu Apr 12 17:22:59 2018 +0530
summary:     py3: use bytes() instead of str() on util.url()

https://www.mercurial-scm.org/repo/hg/rev/192b7ad06932
changeset:   37587:192b7ad06932
user:        Augie Fackler <augie at google.com>
date:        Wed Apr 11 14:39:49 2018 -0400
summary:     keepalive: rewrite readinto() to not use read()

https://www.mercurial-scm.org/repo/hg/rev/165a77f7ec13
changeset:   37588:165a77f7ec13
user:        Augie Fackler <augie at google.com>
date:        Wed Apr 11 14:57:11 2018 -0400
summary:     tests: load showstack in test-pull-http.t so network hangs are easier to find

https://www.mercurial-scm.org/repo/hg/rev/e320d9405bba
changeset:   37589:e320d9405bba
user:        Augie Fackler <augie at google.com>
date:        Wed Apr 11 16:09:23 2018 -0400
summary:     hgweb: put response headers back into str for Python 3

https://www.mercurial-scm.org/repo/hg/rev/9170df9106a8
changeset:   37590:9170df9106a8
user:        Augie Fackler <augie at google.com>
date:        Wed Apr 11 16:10:02 2018 -0400
summary:     wireprotoserver: headers are bytes for us internally, use bytes

https://www.mercurial-scm.org/repo/hg/rev/b5ca5d34fe8d
changeset:   37591:b5ca5d34fe8d
user:        Augie Fackler <augie at google.com>
date:        Wed Apr 11 16:26:40 2018 -0400
summary:     hgweb: use native strings when interfacing with stdlib headers

https://www.mercurial-scm.org/repo/hg/rev/fb91757471b5
changeset:   37592:fb91757471b5
user:        Augie Fackler <augie at google.com>
date:        Wed Apr 11 17:07:07 2018 -0400
summary:     tests: glob away fqdn wherever we print it

https://www.mercurial-scm.org/repo/hg/rev/314f39e5fa86
changeset:   37593:314f39e5fa86
user:        Augie Fackler <augie at google.com>
date:        Wed Apr 11 17:24:38 2018 -0400
summary:     tests: use `f --newer` instead of `stat -c` in test-fix.t

https://www.mercurial-scm.org/repo/hg/rev/b1f62cd39b5c
changeset:   37594:b1f62cd39b5c
user:        Augie Fackler <augie at google.com>
date:        Sat Mar 24 14:28:24 2018 -0400
summary:     fsmonitor: layer on another hack in bser.c for os.stat() compat (issue5811)

https://www.mercurial-scm.org/repo/hg/rev/e2506748b47f
changeset:   37595:e2506748b47f
user:        Danny Hooper <hooper at google.com>
date:        Fri Mar 30 16:40:25 2018 -0700
summary:     fix: add --all flag to fix non-public non-obsolete revisions

https://www.mercurial-scm.org/repo/hg/rev/8c121a9837ca
changeset:   37596:8c121a9837ca
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Apr 12 23:24:33 2018 +0900
summary:     formatter: remove unused private attributes from baseformatter

https://www.mercurial-scm.org/repo/hg/rev/d110167610db
changeset:   37597:d110167610db
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Apr 12 23:25:58 2018 +0900
summary:     formatter: carry opts to file-based formatters by basefm

https://www.mercurial-scm.org/repo/hg/rev/7a9c905e51f9
changeset:   37598:7a9c905e51f9
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Apr 12 21:33:47 2018 +0900
summary:     export: do not start pager if output will be written to file

https://www.mercurial-scm.org/repo/hg/rev/42a91897f090
changeset:   37599:42a91897f090
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Apr 12 21:47:17 2018 +0900
summary:     export: remove unused argument 'rev' from _exportsingle()

https://www.mercurial-scm.org/repo/hg/rev/7800ed2e4980
changeset:   37600:7800ed2e4980
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Apr 12 21:56:02 2018 +0900
summary:     export: split cmdutil.export() to single-file and maybe-multiple-files cases

https://www.mercurial-scm.org/repo/hg/rev/2e0e61312a25
changeset:   37601:2e0e61312a25
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Apr 12 22:08:55 2018 +0900
summary:     export: serialize revisions to be exported per destination file

https://www.mercurial-scm.org/repo/hg/rev/52670eaa14b4
changeset:   37602:52670eaa14b4
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Apr 12 22:39:43 2018 +0900
summary:     export: port _exportsingle() to formatter

https://www.mercurial-scm.org/repo/hg/rev/678d760c71ff
changeset:   37603:678d760c71ff
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Apr 12 22:59:49 2018 +0900
summary:     export: extract function to write patch to file object (API)

https://www.mercurial-scm.org/repo/hg/rev/daafaff4e5be
changeset:   37604:daafaff4e5be
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Apr 12 23:13:55 2018 +0900
summary:     export: enable formatter support (API)

https://www.mercurial-scm.org/repo/hg/rev/74e1362585c0
changeset:   37605:74e1362585c0
user:        Augie Fackler <augie at google.com>
date:        Thu Apr 12 10:00:09 2018 -0700
summary:     wsgiheaders: import a bytes-ified fork of wsgiref.headers from cpython at 46f5072

https://www.mercurial-scm.org/repo/hg/rev/da84e26d85ed
changeset:   37606:da84e26d85ed
user:        Augie Fackler <augie at google.com>
date:        Wed Apr 11 14:01:37 2018 -0400
summary:     hgweb: use our forked wsgiheaders module instead of stdlib one

https://www.mercurial-scm.org/repo/hg/rev/e40c8494acfa
changeset:   37607:e40c8494acfa
user:        Augie Fackler <augie at google.com>
date:        Wed Apr 11 17:43:00 2018 -0400
summary:     py3: whitelist another nine passing tests

https://www.mercurial-scm.org/repo/hg/rev/fa4b39bb0a07
changeset:   37608:fa4b39bb0a07
bookmark:    @
tag:         tip
user:        Augie Fackler <augie at google.com>
date:        Thu Apr 12 13:25:54 2018 -0400
summary:     py3: whitelist another six passing tests

-- 
Repository URL: https://www.mercurial-scm.org/repo/hg


More information about the Mercurial-devel mailing list