mercurial at 30188: 25 new changesets

Mercurial Commits hg at intevation.de
Mon Oct 17 21:16:02 UTC 2016


25 new changesets in mercurial:

http://selenic.com/repo/hg//rev/1c518d69d994
changeset:   30164:1c518d69d994
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Thu Oct 13 13:47:47 2016 +0200
summary:     eol: make sure we always release the wlock when writing cache

http://selenic.com/repo/hg//rev/423377290a3a
changeset:   30165:423377290a3a
user:        Martijn Pieters <mjpieters at fb.com>
date:        Fri Oct 14 17:55:02 2016 +0100
summary:     py3: refactor token parsing to handle call args properly

http://selenic.com/repo/hg//rev/102e6ef5bb3a
changeset:   30166:102e6ef5bb3a
user:        Martijn Pieters <mjpieters at fb.com>
date:        Thu Oct 13 09:27:37 2016 +0100
summary:     py3: use namedtuple._replace to produce new tokens

http://selenic.com/repo/hg//rev/1e5ff5ae1d2b
changeset:   30167:1e5ff5ae1d2b
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Oct 13 13:14:14 2016 +0200
summary:     dirs: use PyVarObject_HEAD_INIT

http://selenic.com/repo/hg//rev/1a327889c13c
changeset:   30168:1a327889c13c
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Oct 13 13:17:23 2016 +0200
summary:     manifest: use PyVarObject_HEAD_INIT

http://selenic.com/repo/hg//rev/5f7151e6de85
changeset:   30169:5f7151e6de85
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Oct 13 13:22:40 2016 +0200
summary:     parsers: alias more PyInt* symbols on Python 3

http://selenic.com/repo/hg//rev/15635d8b17e0
changeset:   30170:15635d8b17e0
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Oct 13 13:27:14 2016 +0200
summary:     bdiff: include util.h

http://selenic.com/repo/hg//rev/7a3b59f0329a
changeset:   30171:7a3b59f0329a
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Oct 13 13:34:53 2016 +0200
summary:     parsers: avoid PySliceObject cast on Python 3

http://selenic.com/repo/hg//rev/90a6c18a7c1d
changeset:   30172:90a6c18a7c1d
user:        Stanislau Hlebik <stash at fb.com>
date:        Tue Oct 04 04:06:48 2016 -0700
summary:     update: warn if cwd was deleted

http://selenic.com/repo/hg//rev/f34a8cff51d9
changeset:   30173:f34a8cff51d9
user:        Danek Duvall <danek.duvall at oracle.com>
date:        Thu Oct 13 11:48:17 2016 -0700
summary:     color: allow for user-configurable terminfo codes for effects

http://selenic.com/repo/hg//rev/5d777fe4615d
changeset:   30174:5d777fe4615d
user:        Danek Duvall <danek.duvall at oracle.com>
date:        Thu Oct 13 12:01:41 2016 -0700
summary:     color: ignore effects missing from terminfo

http://selenic.com/repo/hg//rev/8915c68f3eba
changeset:   30175:8915c68f3eba
user:        Danek Duvall <danek.duvall at oracle.com>
date:        Thu Oct 13 13:10:01 2016 -0700
summary:     color: debugcolor should emit the user-defined colors

http://selenic.com/repo/hg//rev/9f41b66cffc0
changeset:   30176:9f41b66cffc0
user:        Danek Duvall <danek.duvall at oracle.com>
date:        Sat Oct 15 15:01:14 2016 -0700
summary:     color: add some documentation for custom terminfo codes

http://selenic.com/repo/hg//rev/9626022feaa4
changeset:   30177:9626022feaa4
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sat Oct 15 17:10:53 2016 -0700
summary:     bundle2: only emit compressed chunks if they have data

http://selenic.com/repo/hg//rev/d61c42c1a35c
changeset:   30178:d61c42c1a35c
user:        Yuya Nishihara <yuya at tcha.org>
date:        Mon Oct 10 22:30:09 2016 +0200
summary:     revset: make follow() reject more than one start revisions

http://selenic.com/repo/hg//rev/cdef35b38026
changeset:   30179:cdef35b38026
user:        Yuya Nishihara <yuya at tcha.org>
date:        Fri Oct 14 23:33:00 2016 +0900
summary:     revset: for x^2, do not take null as a valid p2 revision

http://selenic.com/repo/hg//rev/736f92c44656
changeset:   30180:736f92c44656
user:        Mads Kiilerich <madski at unity3d.com>
date:        Wed Oct 12 12:22:18 2016 +0200
summary:     largefiles: always use filechunkiter when iterating files

http://selenic.com/repo/hg//rev/7356e6b1f5b8
changeset:   30181:7356e6b1f5b8
user:        Mads Kiilerich <madski at unity3d.com>
date:        Fri Oct 14 01:53:15 2016 +0200
summary:     util: increase filechunkiter size to 128k

http://selenic.com/repo/hg//rev/144d8fe266d9
changeset:   30182:144d8fe266d9
user:        Mads Kiilerich <madski at unity3d.com>
date:        Fri Oct 14 01:53:15 2016 +0200
summary:     cmdutil: satisfy expections in dirstateguard.__del__, even if __init__ fails

http://selenic.com/repo/hg//rev/0106f93ca1d5
changeset:   30183:0106f93ca1d5
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Tue Oct 11 02:15:23 2016 +0200
summary:     checkcopies: move 'movewithdir' initialisation right before its usage

http://selenic.com/repo/hg//rev/7321c6b0c9fd
changeset:   30184:7321c6b0c9fd
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Tue Oct 11 02:21:42 2016 +0200
summary:     checkcopies: pass data as a dictionary of dictionaries

http://selenic.com/repo/hg//rev/e2bfe2d52d7a
changeset:   30185:e2bfe2d52d7a
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Thu Oct 13 01:26:33 2016 +0200
summary:     copies: move variable document from checkcopies to mergecopies

http://selenic.com/repo/hg//rev/f7ed5af31242
changeset:   30186:f7ed5af31242
user:        Pierre-Yves David <pierre-yves.david at ens-lyon.org>
date:        Thu Oct 13 01:30:14 2016 +0200
summary:     mergecopies: rename 'ca' to 'base'

http://selenic.com/repo/hg//rev/3e86261bf110
changeset:   30187:3e86261bf110
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Oct 16 10:38:52 2016 -0700
summary:     exchange: refactor APIs to obtain bundle data (API)

http://selenic.com/repo/hg//rev/8a864844d5a0
changeset:   30188:8a864844d5a0
bookmark:    @
tag:         tip
user:        Gábor Stefanik <gabor.stefanik at nng.com>
date:        Wed Oct 12 21:33:45 2016 +0200
summary:     checkcopies: add a sanity check against false-positive copies

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


More information about the Mercurial-devel mailing list