mercurial at 37339: 52 new changesets

Mercurial Commits hg at intevation.de
Sun Apr 8 03:15:56 UTC 2018


52 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/9bfcbe4f4745
changeset:   37288:9bfcbe4f4745
parent:      37285:3ed344546d9e
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Mar 26 11:00:16 2018 -0700
summary:     wireproto: add streams to frame-based protocol

https://www.mercurial-scm.org/repo/hg/rev/5fadc63ac99f
changeset:   37289:5fadc63ac99f
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Mar 26 13:59:56 2018 -0700
summary:     wireproto: explicit API to create outgoing streams

https://www.mercurial-scm.org/repo/hg/rev/cc5a040fe150
changeset:   37290:cc5a040fe150
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Mar 28 15:05:39 2018 -0700
summary:     wireproto: syntax for encoding CBOR into frames

https://www.mercurial-scm.org/repo/hg/rev/b0041036214e
changeset:   37291:b0041036214e
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Mar 26 10:50:36 2018 -0700
summary:     wireproto: define frame to represent progress updates

https://www.mercurial-scm.org/repo/hg/rev/3d0e2cd86e05
changeset:   37292:3d0e2cd86e05
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Mar 26 14:34:32 2018 -0700
summary:     wireproto: use CBOR for command requests

https://www.mercurial-scm.org/repo/hg/rev/d5d665f6615a
changeset:   37293:d5d665f6615a
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Mar 28 14:05:29 2018 -0700
summary:     wireproto: stop aliasing wire protocol types (API)

https://www.mercurial-scm.org/repo/hg/rev/27527d8cff5c
changeset:   37294:27527d8cff5c
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Mar 28 10:12:02 2018 -0700
summary:     wireproto: mark SSHv2 as a version 1 transport

https://www.mercurial-scm.org/repo/hg/rev/45b39c69fae0
changeset:   37295:45b39c69fae0
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Mar 28 10:40:41 2018 -0700
summary:     wireproto: separate commands tables for version 1 and 2 commands

https://www.mercurial-scm.org/repo/hg/rev/78103e4138b1
changeset:   37296:78103e4138b1
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Fri Mar 23 16:24:53 2018 -0700
summary:     wireproto: port protocol handler to zope.interface

https://www.mercurial-scm.org/repo/hg/rev/97eedbd5a56c
changeset:   37297:97eedbd5a56c
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Mar 28 12:44:35 2018 -0700
summary:     keepalive: implement readinto()

https://www.mercurial-scm.org/repo/hg/rev/5ef2da00e935
changeset:   37298:5ef2da00e935
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Mar 28 13:01:28 2018 -0700
summary:     wireproto: implement custom __repr__ for frame

https://www.mercurial-scm.org/repo/hg/rev/e9aadee698cf
changeset:   37299:e9aadee698cf
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Mar 28 13:30:24 2018 -0700
summary:     wireproto: add frame flag to denote payloads as CBOR

https://www.mercurial-scm.org/repo/hg/rev/2f859ad7ed8c
changeset:   37300:2f859ad7ed8c
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Mar 28 14:52:57 2018 -0700
summary:     stringutil: add function to pretty print an object

https://www.mercurial-scm.org/repo/hg/rev/a494cccb673e
changeset:   37301:a494cccb673e
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Tue Apr 03 08:46:58 2018 -0700
summary:     bookmarks: switch from repo.changectx('.') to repo['.']

https://www.mercurial-scm.org/repo/hg/rev/00f18dd1d3d6
changeset:   37302:00f18dd1d3d6
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Tue Apr 03 08:55:16 2018 -0700
summary:     verify: remove dependence on repo.changectx()

https://www.mercurial-scm.org/repo/hg/rev/8823615f68a5
changeset:   37303:8823615f68a5
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Tue Apr 03 08:55:49 2018 -0700
summary:     log: remove dependence on repo.changectx()

https://www.mercurial-scm.org/repo/hg/rev/feced1629f48
changeset:   37304:feced1629f48
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Tue Apr 03 09:12:15 2018 -0700
summary:     tests: remove dependence on repo.changectx()

https://www.mercurial-scm.org/repo/hg/rev/611e466662af
changeset:   37305:611e466662af
user:        Augie Fackler <augie at google.com>
date:        Tue Apr 03 13:37:57 2018 -0400
summary:     setup: add overlooked hgext.infinitepush package declaration

https://www.mercurial-scm.org/repo/hg/rev/6942c73f0733
changeset:   37306:6942c73f0733
user:        Yuya Nishihara <yuya at tcha.org>
date:        Tue Apr 03 22:24:50 2018 +0900
summary:     addremove: pass command-level similarity value down to scmutil.addremove()

https://www.mercurial-scm.org/repo/hg/rev/4d69668a65d8
changeset:   37307:4d69668a65d8
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Tue Apr 03 14:39:21 2018 -0700
summary:     push: avoid using repo.lookup() for converting to nodeid

https://www.mercurial-scm.org/repo/hg/rev/0b4692b9646d
changeset:   37308:0b4692b9646d
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Mon Apr 02 15:10:41 2018 -0700
summary:     bundle: avoid repo.lookup() for converting revnum to nodeid

https://www.mercurial-scm.org/repo/hg/rev/88a056437061
changeset:   37309:88a056437061
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Mon Apr 02 15:14:31 2018 -0700
summary:     bundle: consistently keep a list of stringified revisions in "revs"

https://www.mercurial-scm.org/repo/hg/rev/5da299dabdc1
changeset:   37310:5da299dabdc1
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Sun Apr 01 23:10:25 2018 -0700
summary:     tests: avoid repo.lookup() for converting revnum to nodeid

https://www.mercurial-scm.org/repo/hg/rev/2a8939e25d07
changeset:   37311:2a8939e25d07
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Sun Apr 01 23:19:37 2018 -0700
summary:     transplant: avoid repo.lookup() for converting revnum to nodeid

https://www.mercurial-scm.org/repo/hg/rev/e47bd4c71c5e
changeset:   37312:e47bd4c71c5e
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Sun Apr 01 23:21:17 2018 -0700
summary:     bisect: avoid repo.lookup() for converting revnum to nodeid

https://www.mercurial-scm.org/repo/hg/rev/70c52800940b
changeset:   37313:70c52800940b
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Sun Apr 01 23:27:50 2018 -0700
summary:     outgoing: avoid repo.lookup() for converting revnum to nodeid

https://www.mercurial-scm.org/repo/hg/rev/8474005fcfe2
changeset:   37314:8474005fcfe2
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Sun Apr 01 23:29:51 2018 -0700
summary:     histedit: avoid repo.lookup() for converting revnum to nodeid

https://www.mercurial-scm.org/repo/hg/rev/0a1fb171dc1d
changeset:   37315:0a1fb171dc1d
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Tue Apr 03 15:08:09 2018 -0700
summary:     localrepo: use revsymbol() in lookup()

https://www.mercurial-scm.org/repo/hg/rev/836867586b83
changeset:   37316:836867586b83
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Tue Apr 03 13:19:35 2018 -0700
summary:     repo: remove now-unused changectx() method (API)

https://www.mercurial-scm.org/repo/hg/rev/14da486e820d
changeset:   37317:14da486e820d
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Mon Mar 19 12:46:56 2018 +0530
summary:     py3: use print as a function in tests/test-walk.t

https://www.mercurial-scm.org/repo/hg/rev/9954d0e2ad00
changeset:   37318:9954d0e2ad00
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Mon Apr 02 17:06:42 2018 +0530
summary:     py3: use pycompat.bytestr() intsead of str

https://www.mercurial-scm.org/repo/hg/rev/36d17f37db91
changeset:   37319:36d17f37db91
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Fri Mar 30 14:52:32 2018 -0700
summary:     wireproto: convert human output frames to CBOR

https://www.mercurial-scm.org/repo/hg/rev/39f7d4ee8bcd
changeset:   37320:39f7d4ee8bcd
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Fri Mar 30 18:53:17 2018 -0700
summary:     repository: port peer interfaces to zope.interface

https://www.mercurial-scm.org/repo/hg/rev/e826fe7a08c7
changeset:   37321:e826fe7a08c7
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Fri Mar 30 18:57:13 2018 -0700
summary:     peer: make ui an attribute

https://www.mercurial-scm.org/repo/hg/rev/a67fd1fe5109
changeset:   37322:a67fd1fe5109
user:        Yuya Nishihara <yuya at tcha.org>
date:        Wed Apr 04 23:26:49 2018 +0900
summary:     stringutil: drop escapedata() in favor of escapestr()

https://www.mercurial-scm.org/repo/hg/rev/8c31b434697f
changeset:   37323:8c31b434697f
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Mar 17 21:21:50 2018 +0900
summary:     templater: define interface for objects which act as iterator of mappings

https://www.mercurial-scm.org/repo/hg/rev/c2f74b8f6b7f
changeset:   37324:c2f74b8f6b7f
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Mar 18 23:24:50 2018 +0900
summary:     templater: pass context to itermaps() for future extension

https://www.mercurial-scm.org/repo/hg/rev/41a5d815d2c1
changeset:   37325:41a5d815d2c1
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Mar 17 21:42:27 2018 +0900
summary:     templater: factor out generator of join()-ed items

https://www.mercurial-scm.org/repo/hg/rev/9cd88dd3bf64
changeset:   37326:9cd88dd3bf64
user:        Yuya Nishihara <yuya at tcha.org>
date:        Tue Mar 20 23:16:28 2018 +0900
summary:     templater: micro-optimize join() with empty separator

https://www.mercurial-scm.org/repo/hg/rev/ebf139cbd4a1
changeset:   37327:ebf139cbd4a1
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Mar 17 22:06:31 2018 +0900
summary:     templater: abstract away from joinfmt

https://www.mercurial-scm.org/repo/hg/rev/11d51e518808
changeset:   37328:11d51e518808
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Mar 19 20:32:06 2018 +0900
summary:     obsutil: make obsfateprinter() less dependent on templater

https://www.mercurial-scm.org/repo/hg/rev/676664592313
changeset:   37329:676664592313
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Mar 17 22:30:25 2018 +0900
summary:     templater: mark .joinfmt as a private attribute

https://www.mercurial-scm.org/repo/hg/rev/db06c4bb2158
changeset:   37330:db06c4bb2158
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Apr 03 18:20:10 2018 -0700
summary:     tests: remove superfluous config setting

https://www.mercurial-scm.org/repo/hg/rev/c68262401c8c
changeset:   37331:c68262401c8c
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Apr 03 13:16:12 2018 -0700
summary:     bundlerepo: use super() when calling file()

https://www.mercurial-scm.org/repo/hg/rev/b48b7b130d08
changeset:   37332:b48b7b130d08
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Apr 04 10:32:48 2018 -0700
summary:     rebase: use single transaction when running in memory

https://www.mercurial-scm.org/repo/hg/rev/44f3b60deafb
changeset:   37333:44f3b60deafb
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Tue Apr 03 21:50:42 2018 -0700
summary:     hgweb: drop support for "manifest" parameter

https://www.mercurial-scm.org/repo/hg/rev/6407507e12b6
changeset:   37334:6407507e12b6
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Tue Apr 03 23:00:41 2018 -0700
summary:     hgweb: inline changeidctx()

https://www.mercurial-scm.org/repo/hg/rev/956260cbc564
changeset:   37335:956260cbc564
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Apr 04 09:41:18 2018 -0700
summary:     hgweb: use revsymbol() for creating context from changeid

https://www.mercurial-scm.org/repo/hg/rev/5d10f41ddcc4
changeset:   37336:5d10f41ddcc4
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Apr 03 13:56:09 2018 -0700
summary:     tests: use `hg unbundle` instead of `hg pull` in some tests

https://www.mercurial-scm.org/repo/hg/rev/d257c5f2a940
changeset:   37337:d257c5f2a940
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Apr 04 11:37:07 2018 -0700
summary:     tests: add test extension implementing custom filelog storage

https://www.mercurial-scm.org/repo/hg/rev/cbc4425e81b5
changeset:   37338:cbc4425e81b5
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Apr 03 18:15:24 2018 -0700
summary:     tests: conditionalize tests based on presence of revlogs for files

https://www.mercurial-scm.org/repo/hg/rev/5859800edfc5
changeset:   37339:5859800edfc5
bookmark:    @
tag:         tip
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Apr 03 10:15:21 2018 -0700
summary:     changegroup: remove "revlog" from error message

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


More information about the Mercurial-devel mailing list