mercurial at 34339: 25 new changesets

Mercurial Commits hg at intevation.de
Fri Sep 29 22:16:08 UTC 2017


25 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/98b359216915
changeset:   34315:98b359216915
user:        Jun Wu <quark at fb.com>
date:        Thu Sep 28 10:37:53 2017 -0700
summary:     test-patchbomb: fix the test

https://www.mercurial-scm.org/repo/hg/rev/12b355964de8
changeset:   34316:12b355964de8
user:        Jun Wu <quark at fb.com>
date:        Fri Sep 29 11:41:24 2017 -0700
summary:     test-patchbomb: use mocktime

https://www.mercurial-scm.org/repo/hg/rev/e45ec589f962
changeset:   34317:e45ec589f962
user:        Boris Feld <boris.feld at octobus.net>
date:        Wed Sep 20 05:47:33 2017 +0200
summary:     discovery: avoid dropping remote heads hidden locally

https://www.mercurial-scm.org/repo/hg/rev/4fbbdd9b04f1
changeset:   34318:4fbbdd9b04f1
user:        Boris Feld <boris.feld at octobus.net>
date:        Tue Sep 19 22:08:09 2017 +0200
summary:     phases: use a Struct object for binary encoding and decoding

https://www.mercurial-scm.org/repo/hg/rev/5779d096a696
changeset:   34319:5779d096a696
user:        Boris Feld <boris.feld at octobus.net>
date:        Tue Sep 19 22:01:31 2017 +0200
summary:     phases: move binary encoding into a reusable function

https://www.mercurial-scm.org/repo/hg/rev/12c42bcd4133
changeset:   34320:12c42bcd4133
user:        Boris Feld <boris.feld at octobus.net>
date:        Tue Sep 19 22:23:41 2017 +0200
summary:     phases: move the binary decoding function in the phases module

https://www.mercurial-scm.org/repo/hg/rev/4ef472b975ff
changeset:   34321:4ef472b975ff
user:        Boris Feld <boris.feld at octobus.net>
date:        Wed Sep 20 18:29:10 2017 +0200
summary:     bundle2: only grab a transaction when 'phase-heads' affect the repository

https://www.mercurial-scm.org/repo/hg/rev/10e162bb9bf5
changeset:   34322:10e162bb9bf5
user:        Boris Feld <boris.feld at octobus.net>
date:        Sun Sep 24 21:27:18 2017 +0200
summary:     pull: use 'phase-heads' to retrieve phase information

https://www.mercurial-scm.org/repo/hg/rev/6c7aaf59b21e
changeset:   34323:6c7aaf59b21e
user:        Boris Feld <boris.feld at octobus.net>
date:        Tue Sep 26 15:55:01 2017 +0200
summary:     pull: remove inadequate use of operations records to update stepdone

https://www.mercurial-scm.org/repo/hg/rev/e473f482b9b3
changeset:   34324:e473f482b9b3
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Sep 09 19:01:18 2017 +0900
summary:     templater: use helper function to get name of non-iterable keyword

https://www.mercurial-scm.org/repo/hg/rev/86d050abd5c1
changeset:   34325:86d050abd5c1
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Sep 02 23:09:34 2017 +0900
summary:     templater: do not destructure operands in buildmap()

https://www.mercurial-scm.org/repo/hg/rev/e60c601953d7
changeset:   34326:e60c601953d7
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Sep 02 23:13:54 2017 +0900
summary:     templater: extract helper to just evaluate template expression

https://www.mercurial-scm.org/repo/hg/rev/4647e0a8d3d7
changeset:   34327:4647e0a8d3d7
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Sep 24 12:43:57 2017 +0900
summary:     scmutil: extract helper functions that returns human-readable change id

https://www.mercurial-scm.org/repo/hg/rev/dd28b1f55eb8
changeset:   34328:dd28b1f55eb8
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Sep 24 15:22:46 2017 +0900
summary:     templatekw: just pass underlying value (or key) to joinfmt() function

https://www.mercurial-scm.org/repo/hg/rev/6367318327f0
changeset:   34329:6367318327f0
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Apr 24 21:37:11 2017 +0900
summary:     templater: adjust binding strength of '%' and '|' operators (BC)

https://www.mercurial-scm.org/repo/hg/rev/89aec1834a86
changeset:   34330:89aec1834a86
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Apr 24 18:41:23 2016 +0900
summary:     templatekw: add new-style template expansion to {manifest}

https://www.mercurial-scm.org/repo/hg/rev/531332502568
changeset:   34331:531332502568
user:        Alex Gaynor <agaynor at mozilla.com>
date:        Fri Sep 29 15:49:43 2017 +0000
summary:     style: always use `x is not None` instead of `not x is None`

https://www.mercurial-scm.org/repo/hg/rev/b36881c68569
changeset:   34332:b36881c68569
user:        Durham Goode <durham at fb.com>
date:        Tue Sep 26 03:56:20 2017 -0700
summary:     dirstate: create new dirstatemap class

https://www.mercurial-scm.org/repo/hg/rev/4ac04418ce66
changeset:   34333:4ac04418ce66
user:        Durham Goode <durham at fb.com>
date:        Tue Sep 26 03:56:20 2017 -0700
summary:     dirstate: move nonnormalentries to dirstatemap

https://www.mercurial-scm.org/repo/hg/rev/d8b35920b7b1
changeset:   34334:d8b35920b7b1
user:        Durham Goode <durham at fb.com>
date:        Tue Sep 26 03:56:20 2017 -0700
summary:     dirstate: move filefoldmap to dirstatemap

https://www.mercurial-scm.org/repo/hg/rev/af9722412ac3
changeset:   34335:af9722412ac3
user:        Durham Goode <durham at fb.com>
date:        Tue Sep 26 03:56:20 2017 -0700
summary:     dirstate: move _dirs to dirstatemap

https://www.mercurial-scm.org/repo/hg/rev/0865d25e8a8a
changeset:   34336:0865d25e8a8a
user:        Durham Goode <durham at fb.com>
date:        Tue Sep 26 03:56:20 2017 -0700
summary:     dirstate: move _copymap to dirstatemap

https://www.mercurial-scm.org/repo/hg/rev/c36c3fa7d35b
changeset:   34337:c36c3fa7d35b
user:        Durham Goode <durham at fb.com>
date:        Tue Sep 26 03:56:20 2017 -0700
summary:     dirstate: move opendirstatefile to dirstatemap

https://www.mercurial-scm.org/repo/hg/rev/0c3e3810cdb6
changeset:   34338:0c3e3810cdb6
user:        Durham Goode <durham at fb.com>
date:        Tue Sep 26 03:56:20 2017 -0700
summary:     dirstate: move parent reading to the dirstatemap class

https://www.mercurial-scm.org/repo/hg/rev/ec769bba34d3
changeset:   34339:ec769bba34d3
bookmark:    @
tag:         tip
user:        Durham Goode <durham at fb.com>
date:        Tue Sep 26 03:56:20 2017 -0700
summary:     dirstate: move parents source of truth to dirstatemap

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


More information about the Mercurial-devel mailing list