mercurial at 30117: 40 new changesets

Mercurial Commits hg at intevation.de
Tue Oct 11 05:15:53 UTC 2016


40 new changesets in mercurial:

http://selenic.com/repo/hg//rev/173bdb502503
changeset:   30078:173bdb502503
user:        Ryan McElroy <rmcelroy at fb.com>
date:        Sat Oct 08 05:26:58 2016 -0700
summary:     import: abort instead of crashing when copy source does not exist (issue5375)

http://selenic.com/repo/hg//rev/84debea79903
changeset:   30079:84debea79903
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 18:04:57 2016 +0200
summary:     manifest: drop Py_TPFLAGS_HAVE_SEQUENCE_IN from tp_flags in Python 3

http://selenic.com/repo/hg//rev/33e8a5a00007
changeset:   30080:33e8a5a00007
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Tue Oct 04 20:49:59 2016 +0800
summary:     zsh_completion: update some option usage flags ('+', '=' and ':')

http://selenic.com/repo/hg//rev/dd0ff715a82c
changeset:   30081:dd0ff715a82c
user:        Jun Wu <quark at fb.com>
date:        Sat Oct 08 16:10:34 2016 +0100
summary:     hgweb: make fctx.annotate a separated function so it could be wrapped

http://selenic.com/repo/hg//rev/ebc03e64548a
changeset:   30082:ebc03e64548a
user:        Martijn Pieters <mjpieters at fb.com>
date:        Sat Oct 08 19:11:19 2016 +0200
summary:     hgweb: fix the MRO in Python 3

http://selenic.com/repo/hg//rev/bd1f043d1ea3
changeset:   30083:bd1f043d1ea3
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Oct 08 15:24:26 2016 +0200
summary:     templater: add relpath() to convert repo path to relative path (issue5394)

http://selenic.com/repo/hg//rev/a492610a2fc1
changeset:   30084:a492610a2fc1
user:        Augie Fackler <augie at google.com>
date:        Sat Oct 08 10:39:00 2016 -0400
summary:     contributing: add new file with a pointer to the wiki

http://selenic.com/repo/hg//rev/2bde971474d2
changeset:   30085:2bde971474d2
user:        Augie Fackler <augie at google.com>
date:        Sat Oct 08 05:26:18 2016 -0400
summary:     i18n: make the locale directory name the same string type as the datapath

http://selenic.com/repo/hg//rev/f3a1089654e3
changeset:   30086:f3a1089654e3
user:        Augie Fackler <augie at google.com>
date:        Sat Oct 08 08:35:43 2016 -0400
summary:     pycompat: when setting attrs, ensure we use sysstr

http://selenic.com/repo/hg//rev/9b230a8e6008
changeset:   30087:9b230a8e6008
user:        Augie Fackler <augie at google.com>
date:        Sat Oct 08 08:36:39 2016 -0400
summary:     util: ensure forwarded attrs are set in globals() as sysstr

http://selenic.com/repo/hg//rev/d1f5f158768e
changeset:   30088:d1f5f158768e
user:        Simon Farnsworth <simonfar at fb.com>
date:        Sat Oct 08 02:26:48 2016 -0700
summary:     template: provide a termwidth keyword (issue5395)

http://selenic.com/repo/hg//rev/040f23ed6963
changeset:   30089:040f23ed6963
user:        Gábor Stefanik <gabor.stefanik at nng.com>
date:        Wed Oct 05 13:45:22 2016 +0200
summary:     mail: take --encoding and HGENCODING into account

http://selenic.com/repo/hg//rev/8abe9264c73a
changeset:   30090:8abe9264c73a
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 17:51:29 2016 +0200
summary:     parsers: return NULL from PyInit_parsers on Python 3

http://selenic.com/repo/hg//rev/d576b7394646
changeset:   30091:d576b7394646
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 19:02:44 2016 +0200
summary:     util: define PyInt_Type on Python 3

http://selenic.com/repo/hg//rev/67b0484c9ce4
changeset:   30092:67b0484c9ce4
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 19:16:50 2016 +0200
summary:     util: document we want Python type mapping to be temporary

http://selenic.com/repo/hg//rev/68010ed1636d
changeset:   30093:68010ed1636d
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Oct 09 08:31:39 2016 +0200
summary:     py3: include module filename in check-py3-compat.py output

http://selenic.com/repo/hg//rev/f701fffd21d8
changeset:   30094:f701fffd21d8
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Oct 08 17:22:07 2016 +0200
summary:     py3: make check-py3-compat.py load modules in standard manner

http://selenic.com/repo/hg//rev/e8aeeb28e35e
changeset:   30095:e8aeeb28e35e
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Oct 08 17:22:40 2016 +0200
summary:     py3: remove superfluous indent from check-py3-compat.py

http://selenic.com/repo/hg//rev/98d3d8108db0
changeset:   30096:98d3d8108db0
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Oct 02 17:31:32 2016 +0900
summary:     merge: update doc of manifestmerge() per 18c2184c27dc

http://selenic.com/repo/hg//rev/3bf4b762537e
changeset:   30097:3bf4b762537e
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 21:57:55 2016 +0200
summary:     manifest: convert PyString* to PyBytes*

http://selenic.com/repo/hg//rev/301ef65e8ebb
changeset:   30098:301ef65e8ebb
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 21:58:55 2016 +0200
summary:     osutil: convert PyString* to PyBytes*

http://selenic.com/repo/hg//rev/e60de7fcad29
changeset:   30099:e60de7fcad29
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 22:01:07 2016 +0200
summary:     pathencode: convert PyString* to PyBytes*

http://selenic.com/repo/hg//rev/c5afe5531709
changeset:   30100:c5afe5531709
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 22:02:29 2016 +0200
summary:     parsers: convert PyString* to PyBytes*

http://selenic.com/repo/hg//rev/b6f78a72c4a4
changeset:   30101:b6f78a72c4a4
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 22:04:56 2016 +0200
summary:     util: remove PyString* aliases on Python 3

http://selenic.com/repo/hg//rev/a8c948ee3668
changeset:   30102:a8c948ee3668
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 22:21:22 2016 +0200
summary:     pathencode: use Py_SIZE directly

http://selenic.com/repo/hg//rev/74cd33c9be76
changeset:   30103:74cd33c9be76
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 22:44:02 2016 +0200
summary:     parsers: use PyVarObject_HEAD_INIT

http://selenic.com/repo/hg//rev/63e1dca2d6a4
changeset:   30104:63e1dca2d6a4
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 16:02:51 2016 +0200
summary:     dirs: inline string macros

http://selenic.com/repo/hg//rev/b2f90d8878ac
changeset:   30105:b2f90d8878ac
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 14:31:59 2016 +0200
summary:     dirs: convert PyString to PyBytes

http://selenic.com/repo/hg//rev/cb3048746dae
changeset:   30106:cb3048746dae
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 16:20:21 2016 +0200
summary:     dirs: port PyInt code to work on Python 3

http://selenic.com/repo/hg//rev/da08f4707282
changeset:   30107:da08f4707282
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 08 16:51:18 2016 +0200
summary:     dirs: document performance reasons for bypassing Python C API

http://selenic.com/repo/hg//rev/e1e7190457cf
changeset:   30108:e1e7190457cf
user:        Martijn Pieters <mjpieters at fb.com>
date:        Sun Oct 09 12:58:22 2016 +0200
summary:     store: py26 compat, don't use a dict comprehension

http://selenic.com/repo/hg//rev/96a2278ee732
changeset:   30109:96a2278ee732
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun Oct 09 12:37:10 2016 +0200
summary:     py3: use encoding.environ instead of os.environ

http://selenic.com/repo/hg//rev/79f438f5dd02
changeset:   30110:79f438f5dd02
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Oct 09 13:41:18 2016 +0200
summary:     osutil: use PyLongObject in recvfds

http://selenic.com/repo/hg//rev/a989fa78dafa
changeset:   30111:a989fa78dafa
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Oct 09 13:47:46 2016 +0200
summary:     osutil: use PyLongObject on Python 3 for listdir_slot

http://selenic.com/repo/hg//rev/9b6ff0f940ed
changeset:   30112:9b6ff0f940ed
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Oct 09 13:50:53 2016 +0200
summary:     parsers: move PyInt aliasing out of util.h

http://selenic.com/repo/hg//rev/ffb682412b98
changeset:   30113:ffb682412b98
user:        Mads Kiilerich <madski at unity3d.com>
date:        Sun Oct 09 15:42:42 2016 +0200
summary:     eol: fix variable naming - call it _eolmatch instead of _eolfile

http://selenic.com/repo/hg//rev/ad43458d3529
changeset:   30114:ad43458d3529
user:        Mads Kiilerich <madski at unity3d.com>
date:        Sun Oct 09 15:54:42 2016 +0200
summary:     eol: store and reuse pattern matchers instead of creating in tight loop

http://selenic.com/repo/hg//rev/8e42dfde93d1
changeset:   30115:8e42dfde93d1
user:        Simon Farnsworth <simonfar at fb.com>
date:        Sun Oct 09 05:51:04 2016 -0700
summary:     templater: provide arithmetic operations on integers

http://selenic.com/repo/hg//rev/1c01fa29630f
changeset:   30116:1c01fa29630f
user:        Simon Farnsworth <simonfar at fb.com>
date:        Sun Oct 09 08:09:20 2016 -0700
summary:     templater: handle division by zero in arithmetic

http://selenic.com/repo/hg//rev/b85fa6bf298b
changeset:   30117:b85fa6bf298b
bookmark:    @
tag:         tip
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Oct 09 17:02:34 2016 +0200
summary:     py3: make check-py3-compat.py import importlib only if necessary

-- 
Repository URL: http://selenic.com/repo/hg/


More information about the Mercurial-devel mailing list