mercurial at 32878: 42 new changesets

Mercurial Commits hg at intevation.de
Mon Jun 19 03:16:20 UTC 2017


42 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/50586a0a946f
changeset:   32837:50586a0a946f
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 22 18:42:03 2017 +0900
summary:     cmdutil: factor out helper to create changeset_templater with literal template

https://www.mercurial-scm.org/repo/hg/rev/615ec3f14aa9
changeset:   32838:615ec3f14aa9
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 22 18:48:38 2017 +0900
summary:     formatter: wrap (tmpl, mapfile) by named tuple

https://www.mercurial-scm.org/repo/hg/rev/b425ec7fb7f6
changeset:   32839:b425ec7fb7f6
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 22 19:02:47 2017 +0900
summary:     cmdutil: pass templatespec tuple directly to changeset_templater (API)

https://www.mercurial-scm.org/repo/hg/rev/57c13c0d1cde
changeset:   32840:57c13c0d1cde
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 22 19:07:00 2017 +0900
summary:     formatter: put topic in templatespec tuple

https://www.mercurial-scm.org/repo/hg/rev/883adaea9e80
changeset:   32841:883adaea9e80
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 22 19:29:41 2017 +0900
summary:     formatter: render template specified by templatespec tuple

https://www.mercurial-scm.org/repo/hg/rev/97a4d09f5140
changeset:   32842:97a4d09f5140
user:        Yuya Nishihara <yuya at tcha.org>
date:        Tue Apr 11 21:38:24 2017 +0900
summary:     changeset_templater: render template specified by templatespec tuple

https://www.mercurial-scm.org/repo/hg/rev/a470bbb4e3af
changeset:   32843:a470bbb4e3af
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Jun 15 17:00:32 2017 -0700
summary:     clonebundle: use context managers for lock and transaction

https://www.mercurial-scm.org/repo/hg/rev/76bb53f8d374
changeset:   32844:76bb53f8d374
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Jun 15 14:47:18 2017 -0700
summary:     unbundle: use context manager for transaction

https://www.mercurial-scm.org/repo/hg/rev/58a6f64a7018
changeset:   32845:58a6f64a7018
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Jun 15 22:57:20 2017 -0700
summary:     exchange: use context manager for bundle1 unbundling

https://www.mercurial-scm.org/repo/hg/rev/7c11869cf23a
changeset:   32846:7c11869cf23a
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Jun 15 10:46:39 2017 -0700
summary:     tests: add test coverage for check-config

https://www.mercurial-scm.org/repo/hg/rev/e5a6a540ae63
changeset:   32847:e5a6a540ae63
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Jun 15 10:36:23 2017 -0700
summary:     check-config: use compiled regexp

https://www.mercurial-scm.org/repo/hg/rev/485b8e87e244
changeset:   32848:485b8e87e244
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Jun 15 10:38:19 2017 -0700
summary:     check-config: use named groups in regexp

https://www.mercurial-scm.org/repo/hg/rev/e9fc5550be46
changeset:   32849:e9fc5550be46
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Jun 15 10:58:36 2017 -0700
summary:     check-config: look for ui.configwith

https://www.mercurial-scm.org/repo/hg/rev/e33c9a47b0db
changeset:   32850:e33c9a47b0db
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Jun 15 11:04:46 2017 -0700
summary:     config: document profiling.show{min,max}

https://www.mercurial-scm.org/repo/hg/rev/cb6436e051ca
changeset:   32851:cb6436e051ca
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Jun 15 11:10:51 2017 -0700
summary:     profiling: allow configuring minimum display threshold for hotpath

https://www.mercurial-scm.org/repo/hg/rev/3a64ac39b893
changeset:   32852:3a64ac39b893
user:        Augie Fackler <augie at google.com>
date:        Thu Jun 15 12:49:13 2017 -0400
summary:     md5sum: adapt for python 3 support

https://www.mercurial-scm.org/repo/hg/rev/3139a7a1e7d4
changeset:   32853:3139a7a1e7d4
user:        Augie Fackler <augie at google.com>
date:        Thu Jun 15 13:13:36 2017 -0400
summary:     tests: try and fail more gracefully with broken unicode escapes

https://www.mercurial-scm.org/repo/hg/rev/7a877e569ed6
changeset:   32854:7a877e569ed6
user:        Augie Fackler <augie at google.com>
date:        Thu Jun 15 10:59:48 2017 -0400
summary:     contrib: check in a whitelist of passing tests in Python 3

https://www.mercurial-scm.org/repo/hg/rev/28f429d19a71
changeset:   32855:28f429d19a71
user:        Augie Fackler <augie at google.com>
date:        Thu Jun 15 11:00:29 2017 -0400
summary:     contrib: add a ratchet for tests in Python 3

https://www.mercurial-scm.org/repo/hg/rev/41f99a90675d
changeset:   32856:41f99a90675d
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun May 07 14:58:40 2017 -0400
summary:     hghave: enable 'serve' on Windows

https://www.mercurial-scm.org/repo/hg/rev/d644e859d9da
changeset:   32857:d644e859d9da
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Tue Jun 06 20:18:06 2017 -0400
summary:     killdaemons: explicitly set the ctypes signatures

https://www.mercurial-scm.org/repo/hg/rev/ed1f376090cd
changeset:   32858:ed1f376090cd
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Thu Jun 15 21:59:42 2017 -0400
summary:     killdaemons: fix WaitForSingleObject() error handling logic on Windows

https://www.mercurial-scm.org/repo/hg/rev/a05f3675c46a
changeset:   32859:a05f3675c46a
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Jun 16 00:32:52 2017 +0530
summary:     py3: add a new strurl() which will convert a bytes url to str

https://www.mercurial-scm.org/repo/hg/rev/f22f39d56bb5
changeset:   32860:f22f39d56bb5
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Jun 16 00:36:17 2017 +0530
summary:     py3: add a new bytesurl() to convert a str url into bytes

https://www.mercurial-scm.org/repo/hg/rev/20d70df64e93
changeset:   32861:20d70df64e93
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Jun 16 01:24:31 2017 +0530
summary:     py3: alias long to int and xrange to range in test-ancestor.py on Python 3

https://www.mercurial-scm.org/repo/hg/rev/e4a43b810528
changeset:   32862:e4a43b810528
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Jun 16 01:28:23 2017 +0530
summary:     py3: explicitly convert dict.values() to a list on py3

https://www.mercurial-scm.org/repo/hg/rev/9e3733d93f64
changeset:   32863:9e3733d93f64
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Jun 16 01:46:47 2017 +0530
summary:     py3: replace dict.iterkeys() with iter(dict)

https://www.mercurial-scm.org/repo/hg/rev/f57f1f37290d
changeset:   32864:f57f1f37290d
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Jun 16 02:48:17 2017 +0530
summary:     pycompat: move multiline comments above a function to function doc

https://www.mercurial-scm.org/repo/hg/rev/6e38b4212661
changeset:   32865:6e38b4212661
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Jun 16 03:01:22 2017 +0530
summary:     pycompat: move the queue related definitions below queue import

https://www.mercurial-scm.org/repo/hg/rev/fa247f53f647
changeset:   32866:fa247f53f647
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Jun 15 13:23:21 2017 -0700
summary:     revlog: delete dead assignment in addgroup()

https://www.mercurial-scm.org/repo/hg/rev/8e9b9f020f95
changeset:   32867:8e9b9f020f95
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Jun 15 13:25:41 2017 -0700
summary:     revlog: delete obsolete comment

https://www.mercurial-scm.org/repo/hg/rev/ef015ba5ba2e
changeset:   32868:ef015ba5ba2e
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Jun 15 13:42:35 2017 -0700
summary:     revlog: rename list of nodes from "content" to "nodes"

https://www.mercurial-scm.org/repo/hg/rev/5281129eb92c
changeset:   32869:5281129eb92c
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Jun 15 13:42:41 2017 -0700
summary:     changegroup: rename "srccontent" to "cgnodes"

https://www.mercurial-scm.org/repo/hg/rev/b441296f8e9c
changeset:   32870:b441296f8e9c
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Jun 15 13:47:54 2017 -0700
summary:     changegroup: rename "dh" to the clearer "deltaheads"

https://www.mercurial-scm.org/repo/hg/rev/6fa245f80b6f
changeset:   32871:6fa245f80b6f
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Jun 15 15:13:18 2017 -0700
summary:     localrepo: remove unused addchangegroup() (API)

https://www.mercurial-scm.org/repo/hg/rev/9fcb6df413c9
changeset:   32872:9fcb6df413c9
user:        Augie Fackler <augie at google.com>
date:        Wed Jun 14 20:56:34 2017 -0400
summary:     ui: add support for a tweakdefaults knob

https://www.mercurial-scm.org/repo/hg/rev/2ecce24dfcd3
changeset:   32873:2ecce24dfcd3
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 22 19:56:47 2017 +0900
summary:     templater: add simple interface for unnamed template (API)

https://www.mercurial-scm.org/repo/hg/rev/dddba6f3e59c
changeset:   32874:dddba6f3e59c
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat May 06 17:41:05 2017 +0900
summary:     test-command-template: rewrite recursion tests by using a map file

https://www.mercurial-scm.org/repo/hg/rev/c8f2cf18b82e
changeset:   32875:c8f2cf18b82e
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 22 20:14:55 2017 +0900
summary:     formatter: load templates section like a map file

https://www.mercurial-scm.org/repo/hg/rev/8da65da039c3
changeset:   32876:8da65da039c3
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat May 06 17:03:59 2017 +0900
summary:     formatter: always store a literal template unnamed

https://www.mercurial-scm.org/repo/hg/rev/388e1242ed9e
changeset:   32877:388e1242ed9e
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 22 15:28:29 2017 +0900
summary:     commit: do not look up committemplate in template paths (BC)

https://www.mercurial-scm.org/repo/hg/rev/a3a36bcf122e
changeset:   32878:a3a36bcf122e
bookmark:    @
tag:         tip
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 22 20:29:45 2017 +0900
summary:     commit: select template by spec.ref name

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


More information about the Mercurial-devel mailing list