mercurial at 36607: 28 new changesets
Mercurial Commits
hg at intevation.de
Sat Mar 3 21:16:10 UTC 2018
28 new changesets in mercurial:
https://www.mercurial-scm.org/repo/hg/rev/04e50037d957
changeset: 36580:04e50037d957
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 11:37:21 2018 -0500
summary: revset: use {force,}bytestr to fix some %r formatting issues
https://www.mercurial-scm.org/repo/hg/rev/b755eab7e677
changeset: 36581:b755eab7e677
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 11:37:41 2018 -0500
summary: revset: use %d to turn an int into a bytestr
https://www.mercurial-scm.org/repo/hg/rev/27911e0fb50e
changeset: 36582:27911e0fb50e
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 11:38:16 2018 -0500
summary: tests: add missing b prefixes and fix a %s to %d in test-revset.t
https://www.mercurial-scm.org/repo/hg/rev/edf736c3c064
changeset: 36583:edf736c3c064
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 13:47:49 2018 -0500
summary: tests: add some re and globs for test-revset on python3
https://www.mercurial-scm.org/repo/hg/rev/f5427483eebe
changeset: 36584:f5427483eebe
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 14:09:20 2018 -0500
summary: util: add missing r prefix on some __setattr__ calls
https://www.mercurial-scm.org/repo/hg/rev/26a6b62919e2
changeset: 36585:26a6b62919e2
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 14:09:50 2018 -0500
summary: util: work around Python 3 returning None at EOF instead of ''
https://www.mercurial-scm.org/repo/hg/rev/ff6b8484400b
changeset: 36586:ff6b8484400b
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 14:10:34 2018 -0500
summary: debugcommands: add an r prefix to make file mode for fdopen a sysstr
https://www.mercurial-scm.org/repo/hg/rev/dfcf589a4031
changeset: 36587:dfcf589a4031
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 14:12:17 2018 -0500
summary: debugcommands: add some strkwargs love to some **args calls
https://www.mercurial-scm.org/repo/hg/rev/281f66777ff0
changeset: 36588:281f66777ff0
user: Yuya Nishihara <yuya at tcha.org>
date: Thu Mar 01 18:22:36 2018 -0500
summary: py3: silence "bad escape" warning emitted by re.sub()
https://www.mercurial-scm.org/repo/hg/rev/3790610c2793
changeset: 36589:3790610c2793
user: Kevin Bullock <kbullock+mercurial at ringworld.org>
date: Fri Mar 02 15:37:57 2018 -0500
summary: py3: bail on ratcheting tests forward on 3.6.0 and 3.6.1
https://www.mercurial-scm.org/repo/hg/rev/0083e373e5f5
changeset: 36590:0083e373e5f5
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Feb 25 16:22:55 2018 +0900
summary: templatekw: switch showdict template keywords to new API
https://www.mercurial-scm.org/repo/hg/rev/121a20e5da56
changeset: 36591:121a20e5da56
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Feb 25 16:45:44 2018 +0900
summary: templatekw: switch most of showlist template keywords to new API (issue5779)
https://www.mercurial-scm.org/repo/hg/rev/b0054f3c055a
changeset: 36592:b0054f3c055a
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Feb 25 18:56:06 2018 +0900
summary: namespace: use registrar to add template keyword
https://www.mercurial-scm.org/repo/hg/rev/900e5ee44307
changeset: 36593:900e5ee44307
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Feb 25 18:52:51 2018 +0900
summary: templatekw: switch namespace template keywords to new API
https://www.mercurial-scm.org/repo/hg/rev/59ee648870a7
changeset: 36594:59ee648870a7
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Feb 25 19:05:57 2018 +0900
summary: templatekw: switch obsfate-related template keywords to new API
https://www.mercurial-scm.org/repo/hg/rev/2da414105809
changeset: 36595:2da414105809
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Feb 25 19:08:02 2018 +0900
summary: templatekw: switch revset() to new API
https://www.mercurial-scm.org/repo/hg/rev/b5d39a09656a
changeset: 36596:b5d39a09656a
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Feb 25 19:23:06 2018 +0900
summary: templatekw: switch latesttags template keywords to new API
https://www.mercurial-scm.org/repo/hg/rev/d57f383516f6
changeset: 36597:d57f383516f6
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Feb 25 20:55:53 2018 +0900
summary: templatekw: switch manifest template keyword to new API
https://www.mercurial-scm.org/repo/hg/rev/c3f9d0c303e8
changeset: 36598:c3f9d0c303e8
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Feb 25 19:25:14 2018 +0900
summary: templatekw: switch remainder of _showlist template keywords to new API
https://www.mercurial-scm.org/repo/hg/rev/c9dcc379e2dc
changeset: 36599:c9dcc379e2dc
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Feb 25 19:34:35 2018 +0900
summary: templatekw: deprecate showdict() and showlist() (API)
https://www.mercurial-scm.org/repo/hg/rev/95bd9e396774
changeset: 36600:95bd9e396774
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 11:05:53 2018 -0500
summary: lfs: add missing b prefixes on some regular expressions
https://www.mercurial-scm.org/repo/hg/rev/4da09b46451e
changeset: 36601:4da09b46451e
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 11:06:37 2018 -0500
summary: lfs: add some bytestring wrappers in blobstore.py
https://www.mercurial-scm.org/repo/hg/rev/e30be4d2ac60
changeset: 36602:e30be4d2ac60
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 11:07:07 2018 -0500
summary: lfs: use byteskwargs() on some **kwargs for python 3 compat
https://www.mercurial-scm.org/repo/hg/rev/dcb6fbaa43a8
changeset: 36603:dcb6fbaa43a8
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 11:07:25 2018 -0500
summary: lfs: use %d to encode int, not str()
https://www.mercurial-scm.org/repo/hg/rev/f6b9f9ddd0de
changeset: 36604:f6b9f9ddd0de
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 11:07:42 2018 -0500
summary: lfs: convert hexdigest to bytes using sysbytes
https://www.mercurial-scm.org/repo/hg/rev/d549cfeb5bf7
changeset: 36605:d549cfeb5bf7
user: Augie Fackler <augie at google.com>
date: Fri Mar 02 15:48:31 2018 -0500
summary: py3: whitelist more passing tests
https://www.mercurial-scm.org/repo/hg/rev/4de15c54e59f
changeset: 36606:4de15c54e59f
user: Sangeet Kumar Mishra <mail2sangeetmishra at gmail.com>
date: Thu Feb 08 23:27:24 2018 +0530
summary: clone: updates the help text for hg clone -{r,b} (issue5654)
https://www.mercurial-scm.org/repo/hg/rev/c6061cadb400
changeset: 36607:c6061cadb400
bookmark: @
tag: tip
user: Boris Feld <boris.feld at octobus.net>
date: Thu Feb 15 17:18:26 2018 +0100
summary: util: extract all date-related utils in utils/dateutil module
--
Repository URL: https://www.mercurial-scm.org/repo/hg
More information about the Mercurial-devel
mailing list