mercurial at 39791: 33 new changesets

Mercurial Commits hg at intevation.de
Tue Sep 25 04:15:57 UTC 2018


33 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/aeb2812f304d
changeset:   39759:aeb2812f304d
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Fri Sep 21 00:37:03 2018 -0400
summary:     py3: fix a type error in hghave.has_hardlink

https://www.mercurial-scm.org/repo/hg/rev/7e99b02768ef
changeset:   39760:7e99b02768ef
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Thu Sep 20 21:35:01 2018 -0700
summary:     debugdirstate: deprecate --nodates in favor of --no-dates

https://www.mercurial-scm.org/repo/hg/rev/4675c122157e
changeset:   39761:4675c122157e
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sat Sep 22 12:11:48 2018 -0400
summary:     tests: stabilize test-shelve.t#phasebased for #no-symlink and #no-execbit

https://www.mercurial-scm.org/repo/hg/rev/edaa40dc5fe5
changeset:   39762:edaa40dc5fe5
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Fri Sep 21 21:44:27 2018 -0400
summary:     py3: create built in exceptions with str type messages in win32.py

https://www.mercurial-scm.org/repo/hg/rev/5ccd791344f3
changeset:   39763:5ccd791344f3
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 15:15:24 2018 -0700
summary:     localrepo: pass root manifest into manifestlog.__init__

https://www.mercurial-scm.org/repo/hg/rev/e4e881572382
changeset:   39764:e4e881572382
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 15:29:42 2018 -0700
summary:     localrepo: iteratively derive local repository type

https://www.mercurial-scm.org/repo/hg/rev/3e801ffd7269
changeset:   39765:3e801ffd7269
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Sep 13 16:02:22 2018 -0700
summary:     filelog: custom filelog to be used with narrow repos

https://www.mercurial-scm.org/repo/hg/rev/9358f5066811
changeset:   39766:9358f5066811
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Sep 05 12:44:25 2018 -0700
summary:     narrow: remove custom filelog type

https://www.mercurial-scm.org/repo/hg/rev/db088e133e91
changeset:   39767:db088e133e91
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Wed Sep 05 13:29:22 2018 -0700
summary:     revlog: define ellipsis flag processors in core

https://www.mercurial-scm.org/repo/hg/rev/7b2b42fc377a
changeset:   39768:7b2b42fc377a
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Sep 13 15:48:53 2018 -0700
summary:     revlog: store flag processors per revlog

https://www.mercurial-scm.org/repo/hg/rev/ba0e0c6b7b61
changeset:   39769:ba0e0c6b7b61
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Sep 13 15:52:42 2018 -0700
summary:     revlog: add opener option to enable ellipsis flag processor

https://www.mercurial-scm.org/repo/hg/rev/7aa440222323
changeset:   39770:7aa440222323
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Thu Sep 13 15:57:18 2018 -0700
summary:     localrepo: enable ellipsis flag on revlogs when repo is narrow

https://www.mercurial-scm.org/repo/hg/rev/a063786c89fb
changeset:   39771:a063786c89fb
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 15:32:11 2018 -0700
summary:     narrow: remove narrowrevlog

https://www.mercurial-scm.org/repo/hg/rev/ae531f5e583c
changeset:   39772:ae531f5e583c
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 16:52:11 2018 -0700
summary:     testing: add interface unit tests for file storage

https://www.mercurial-scm.org/repo/hg/rev/2cd93a8d4bde
changeset:   39773:2cd93a8d4bde
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 16:18:37 2018 -0700
summary:     revlog: drop RevlogError alias (API)

https://www.mercurial-scm.org/repo/hg/rev/4a2466b2a434
changeset:   39774:4a2466b2a434
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 16:24:36 2018 -0700
summary:     revlog: drop some more error aliases (API)

https://www.mercurial-scm.org/repo/hg/rev/974592474dee
changeset:   39775:974592474dee
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 16:28:17 2018 -0700
summary:     revlog: drop LookupError alias (API)

https://www.mercurial-scm.org/repo/hg/rev/cb65d4b7e429
changeset:   39776:cb65d4b7e429
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 16:45:13 2018 -0700
summary:     error: introduce StorageError

https://www.mercurial-scm.org/repo/hg/rev/b63dee7bd0d9
changeset:   39777:b63dee7bd0d9
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 16:47:09 2018 -0700
summary:     global: replace most uses of RevlogError with StorageError (API)

https://www.mercurial-scm.org/repo/hg/rev/a6b3c4c1019f
changeset:   39778:a6b3c4c1019f
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 17:51:43 2018 -0700
summary:     revlog: move censor logic out of censor extension

https://www.mercurial-scm.org/repo/hg/rev/42aa61fc5544
changeset:   39779:42aa61fc5544
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 17:56:15 2018 -0700
summary:     filelog: stop proxying start(), end(), and length() (API)

https://www.mercurial-scm.org/repo/hg/rev/6d6ddcfa62a6
changeset:   39780:6d6ddcfa62a6
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 17:57:36 2018 -0700
summary:     filelog: stop proxying compress() (API)

https://www.mercurial-scm.org/repo/hg/rev/87eeb6966220
changeset:   39781:87eeb6966220
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 18:03:41 2018 -0700
summary:     filelog: stop proxying _addrevision() (API)

https://www.mercurial-scm.org/repo/hg/rev/03bedf1d09fc
changeset:   39782:03bedf1d09fc
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 18:21:47 2018 -0700
summary:     filelog: stop proxying datafile (API)

https://www.mercurial-scm.org/repo/hg/rev/76f92d208f7a
changeset:   39783:76f92d208f7a
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 18:56:02 2018 -0700
summary:     filelog: record what's using attributes

https://www.mercurial-scm.org/repo/hg/rev/be0f32ca2671
changeset:   39784:be0f32ca2671
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 19:00:17 2018 -0700
summary:     hgweb: use heads() instead of headrevs()

https://www.mercurial-scm.org/repo/hg/rev/979e9f124caa
changeset:   39785:979e9f124caa
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Tue Sep 18 19:26:44 2018 -0700
summary:     filelog: stop proxying headrevs() (API)

https://www.mercurial-scm.org/repo/hg/rev/d50125dec2c1
changeset:   39786:d50125dec2c1
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Sun Sep 23 22:57:17 2018 +0300
summary:     py3: fix kwargs handling in hgext/absorb.py

https://www.mercurial-scm.org/repo/hg/rev/e05d7c71f209
changeset:   39787:e05d7c71f209
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Sun Sep 23 23:34:22 2018 +0300
summary:     py3: add b'' prefixes in tests/test-bdiff.py

https://www.mercurial-scm.org/repo/hg/rev/69defbb83be7
changeset:   39788:69defbb83be7
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Sun Sep 23 23:35:38 2018 +0300
summary:     py3: use '%d' for integers instead of '%s'

https://www.mercurial-scm.org/repo/hg/rev/e961f18a0094
changeset:   39789:e961f18a0094
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Sun Sep 23 23:39:07 2018 +0300
summary:     tests: use assertTrue() instead of assert_() in test-bdiff.py

https://www.mercurial-scm.org/repo/hg/rev/d3e940a32be0
changeset:   39790:d3e940a32be0
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Sun Sep 23 23:59:35 2018 +0300
summary:     py3: add b'' prefixes in contrib/simplemerge

https://www.mercurial-scm.org/repo/hg/rev/1dd82ecb869b
changeset:   39791:1dd82ecb869b
bookmark:    @
tag:         tip
user:        Pulkit Goyal <pulkit at yandex-team.ru>
date:        Mon Sep 24 00:00:04 2018 +0300
summary:     py3: use pycompat.strkwargs() in contrib/simplemerge

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


More information about the Mercurial-devel mailing list