mercurial at 35590: 49 new changesets

Mercurial Commits hg at intevation.de
Tue Jan 16 18:15:47 UTC 2018


49 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/beb667c9880f
changeset:   35542:beb667c9880f
parent:      35537:58fda95a0202
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Dec 30 17:55:23 2017 +0900
summary:     revset: parse x^:: as (x^):: (issue5764)

https://www.mercurial-scm.org/repo/hg/rev/a7f7eff4ec08
changeset:   35543:a7f7eff4ec08
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Jan 04 10:51:41 2018 +0900
summary:     log: merge getlogrevs() and getgraphlogrevs()

https://www.mercurial-scm.org/repo/hg/rev/8494944940e5
changeset:   35544:8494944940e5
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Oct 22 23:04:07 2017 +0900
summary:     log: use smartset.slice() to limit number of revisions to be displayed

https://www.mercurial-scm.org/repo/hg/rev/349bcd7fa670
changeset:   35545:349bcd7fa670
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Oct 22 22:38:16 2017 +0900
summary:     log: remove redundant handling of --limit

https://www.mercurial-scm.org/repo/hg/rev/5e1d4ccab455
changeset:   35546:5e1d4ccab455
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Oct 22 22:52:36 2017 +0900
summary:     graphlog: remove redundant check for empty revs

https://www.mercurial-scm.org/repo/hg/rev/b6dbc860570d
changeset:   35547:b6dbc860570d
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Jan 04 12:00:18 2018 +0900
summary:     log: don't expand aliases in revset built from command options

https://www.mercurial-scm.org/repo/hg/rev/b14c8bcfbad9
changeset:   35548:b14c8bcfbad9
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sun Oct 22 22:49:11 2017 +0900
summary:     log: drop unused expr from return value of getlogrevs()

https://www.mercurial-scm.org/repo/hg/rev/94a127152e25
changeset:   35549:94a127152e25
user:        Yuya Nishihara <yuya at tcha.org>
date:        Tue Jan 02 12:02:25 2018 +0900
summary:     win32: allocate buffer of maximum length for GetVolumeInformation()

https://www.mercurial-scm.org/repo/hg/rev/ed30934165c9
changeset:   35550:ed30934165c9
user:        Yuya Nishihara <yuya at tcha.org>
date:        Tue Jan 02 12:14:08 2018 +0900
summary:     win32: do not call GetVolumePathName() with the minimum buffer length

https://www.mercurial-scm.org/repo/hg/rev/fa9dd53eb23e
changeset:   35551:fa9dd53eb23e
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Thu Dec 21 18:56:04 2017 -0500
summary:     lfs: introduce a localstore method for downloading from remote stores

https://www.mercurial-scm.org/repo/hg/rev/fd610befc37f
changeset:   35552:fd610befc37f
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Thu Dec 21 21:20:00 2017 -0500
summary:     lfs: use the localstore download method to transfer from remote stores

https://www.mercurial-scm.org/repo/hg/rev/a77418095530
changeset:   35553:a77418095530
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Jan 07 01:14:52 2018 -0500
summary:     lfs: remove the verification option when writing to the local store

https://www.mercurial-scm.org/repo/hg/rev/99a25bde65a3
changeset:   35554:99a25bde65a3
user:        Yuya Nishihara <yuya at tcha.org>
date:        Wed Jan 03 17:09:16 2018 +0900
summary:     test-glog: drop uninteresting nodes from AST output

https://www.mercurial-scm.org/repo/hg/rev/d984d9b3411e
changeset:   35555:d984d9b3411e
user:        Yuya Nishihara <yuya at tcha.org>
date:        Wed Jan 03 17:12:30 2018 +0900
summary:     test-glog: dump computed set

https://www.mercurial-scm.org/repo/hg/rev/b58964b9b541
changeset:   35556:b58964b9b541
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu Jan 04 12:30:55 2018 +0900
summary:     test-glog: hook cmdutil.getlogrevs() so -frREV is rewritten accordingly

https://www.mercurial-scm.org/repo/hg/rev/2df8d12f23bc
changeset:   35557:2df8d12f23bc
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 01 16:50:11 2017 +0900
summary:     revsetlang: avoid string concatenation in formatspec()

https://www.mercurial-scm.org/repo/hg/rev/dfc628611144
changeset:   35558:dfc628611144
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 01 16:55:28 2017 +0900
summary:     revsetlang: use str.find() to scan expr in formatspec()

https://www.mercurial-scm.org/repo/hg/rev/a480551bd1b4
changeset:   35559:a480551bd1b4
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 01 16:56:47 2017 +0900
summary:     revsetlang: unnest "if True" in formatrevspec()

https://www.mercurial-scm.org/repo/hg/rev/3a8810c1b9bc
changeset:   35560:3a8810c1b9bc
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 01 17:04:49 2017 +0900
summary:     revsetlang: use iterator to track current argument in formatspec()

https://www.mercurial-scm.org/repo/hg/rev/4c3a4bb31c0e
changeset:   35561:4c3a4bb31c0e
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat Apr 01 17:12:48 2017 +0900
summary:     revsetlang: raise ParseError to report invalid format character

https://www.mercurial-scm.org/repo/hg/rev/6580cf751418
changeset:   35562:6580cf751418
user:        Boris Feld <boris.feld at octobus.net>
date:        Fri Dec 15 09:30:16 2017 +0100
summary:     debug: add a 'debugdownload' command

https://www.mercurial-scm.org/repo/hg/rev/4aa6ed598323
changeset:   35563:4aa6ed598323
user:        Boris Feld <boris.feld at octobus.net>
date:        Thu Dec 21 13:53:26 2017 +0100
summary:     largefiles: add a 'debuglfput' command to put largefile into the store

https://www.mercurial-scm.org/repo/hg/rev/cf841f2b5a72
changeset:   35564:cf841f2b5a72
user:        Boris Feld <boris.feld at octobus.net>
date:        Thu Dec 21 13:57:57 2017 +0100
summary:     largefiles: add support for 'largefiles://' url scheme

https://www.mercurial-scm.org/repo/hg/rev/bdae51a83dfb
changeset:   35565:bdae51a83dfb
user:        Boris Feld <boris.feld at octobus.net>
date:        Thu Dec 21 13:58:11 2017 +0100
summary:     clonebundle: make it possible to retrieve the initial bundle through largefile

https://www.mercurial-scm.org/repo/hg/rev/baca93a47992
changeset:   35566:baca93a47992
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Tue Dec 19 20:41:25 2017 +0800
summary:     hgweb: make different kinds of commits look differently on /graph

https://www.mercurial-scm.org/repo/hg/rev/07769a04bc66
changeset:   35567:07769a04bc66
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Jan 07 15:01:59 2018 -0500
summary:     filelog: add the ability to report the user facing name

https://www.mercurial-scm.org/repo/hg/rev/ebf14075a5c1
changeset:   35568:ebf14075a5c1
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun Jan 07 15:21:16 2018 -0500
summary:     lfs: improve the error message for a missing remote blob

https://www.mercurial-scm.org/repo/hg/rev/964212780daf
changeset:   35569:964212780daf
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Jan 10 08:53:22 2018 -0800
summary:     rust: implementation of `hg`

https://www.mercurial-scm.org/repo/hg/rev/3e3f4c03876b
changeset:   35570:3e3f4c03876b
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Dec 29 03:37:36 2017 +0530
summary:     tests: add b'' to string literals where bytes are required

https://www.mercurial-scm.org/repo/hg/rev/265cd9e19d26
changeset:   35571:265cd9e19d26
user:        Boris Feld <boris.feld at octobus.net>
date:        Fri Jan 05 09:12:08 2018 +0100
summary:     visibility: improve the message when accessing filtered obsolete rev

https://www.mercurial-scm.org/repo/hg/rev/8b729856ca03
changeset:   35572:8b729856ca03
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Jan 10 10:30:51 2018 -0800
summary:     obsolete: use context manager for transaction in createmarkers()

https://www.mercurial-scm.org/repo/hg/rev/5574629d5d45
changeset:   35573:5574629d5d45
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Jan 10 10:32:16 2018 -0800
summary:     obsolete: use context manager for lock in pushmarker()

https://www.mercurial-scm.org/repo/hg/rev/09285733ad71
changeset:   35574:09285733ad71
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Jan 10 10:33:11 2018 -0800
summary:     obsolete: use context manager for transaction in pushmarker()

https://www.mercurial-scm.org/repo/hg/rev/dda3cae3c9c5
changeset:   35575:dda3cae3c9c5
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Jan 10 10:44:21 2018 -0800
summary:     phase: use context managers for lock and transaction

https://www.mercurial-scm.org/repo/hg/rev/b9a0de08110e
changeset:   35576:b9a0de08110e
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Jan 10 10:47:13 2018 -0800
summary:     bookmarks: use context managers for lock and transaction in update()

https://www.mercurial-scm.org/repo/hg/rev/ac7ee75ee664
changeset:   35577:ac7ee75ee664
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Jan 10 10:49:12 2018 -0800
summary:     bookmarks: use context managers for locks and transaction in pushbookmark()

https://www.mercurial-scm.org/repo/hg/rev/86f9aabed67b
changeset:   35578:86f9aabed67b
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Jan 10 11:02:20 2018 -0800
summary:     exchange: use context manager for locks and transaction in unbundle()

https://www.mercurial-scm.org/repo/hg/rev/15ddf83fbf84
changeset:   35579:15ddf83fbf84
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Dec 29 05:35:57 2017 +0530
summary:     py3: use bytes and open() instead of file() in test-diff-upgrade.t

https://www.mercurial-scm.org/repo/hg/rev/cb0db11f392d
changeset:   35580:cb0db11f392d
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Dec 29 03:32:04 2017 +0530
summary:     py3: use pycompat.ziplist instead of inbuilt zip

https://www.mercurial-scm.org/repo/hg/rev/154754d1f137
changeset:   35581:154754d1f137
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Dec 29 05:22:06 2017 +0530
summary:     tests: make autodiff.py work on Python 3

https://www.mercurial-scm.org/repo/hg/rev/72b91f905065
changeset:   35582:72b91f905065
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Dec 29 05:25:27 2017 +0530
summary:     py3: use node.hex(h.digest()) instead of h.hexdigest()

https://www.mercurial-scm.org/repo/hg/rev/2f123f309f61
changeset:   35583:2f123f309f61
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Dec 29 05:27:00 2017 +0530
summary:     py3: slice on bytes instead of indexing

https://www.mercurial-scm.org/repo/hg/rev/6f62a1c3e11d
changeset:   35584:6f62a1c3e11d
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Dec 29 05:28:05 2017 +0530
summary:     py3: make regular expressions bytes by prepending b''

https://www.mercurial-scm.org/repo/hg/rev/35fb3367f72d
changeset:   35585:35fb3367f72d
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Dec 29 05:29:04 2017 +0530
summary:     py3: use pycompat.bytestr() instead of str()

https://www.mercurial-scm.org/repo/hg/rev/fbf1a5d680ea
changeset:   35586:fbf1a5d680ea
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Dec 29 05:47:17 2017 +0530
summary:     py3: don't use dict.iterkeys()

https://www.mercurial-scm.org/repo/hg/rev/f2f0a777b2e2
changeset:   35587:f2f0a777b2e2
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Dec 29 05:29:57 2017 +0530
summary:     py3: make sure we open the file to write in bytes mode

https://www.mercurial-scm.org/repo/hg/rev/dadbf213a765
changeset:   35588:dadbf213a765
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Dec 29 05:31:27 2017 +0530
summary:     py3: convert dict keys' to str before passing as kwargs

https://www.mercurial-scm.org/repo/hg/rev/3328d53254d9
changeset:   35589:3328d53254d9
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Dec 29 05:33:36 2017 +0530
summary:     py3: use list() to get a list of items using dict.items()

https://www.mercurial-scm.org/repo/hg/rev/aaeba70d5cbe
changeset:   35590:aaeba70d5cbe
bookmark:    @
tag:         tip
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri Dec 29 06:32:17 2017 +0530
summary:     py3: add 8 new passing tests to the whitelist

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


More information about the Mercurial-devel mailing list