mercurial at 38171: 72 new changesets

Mercurial Commits hg at intevation.de
Fri Jun 1 17:15:38 UTC 2018


72 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/18424aeece7f
changeset:   38100:18424aeece7f
user:        Augie Fackler <augie at google.com>
date:        Mon May 14 22:01:27 2018 -0400
summary:     status: add a config knob for setting default of --terse

https://www.mercurial-scm.org/repo/hg/rev/6acf41bb8d40
changeset:   38101:6acf41bb8d40
user:        Augie Fackler <augie at google.com>
date:        Mon May 14 22:02:44 2018 -0400
summary:     status: add default of --terse=u to tweakdefaults (BC)

https://www.mercurial-scm.org/repo/hg/rev/9bf0bd4d7a2e
changeset:   38102:9bf0bd4d7a2e
user:        Paul Morelle <paul.morelle at octobus.net>
date:        Mon May 14 13:05:14 2018 +0200
summary:     revlog: suggest other parent when a parent was refused for a delta (issue5481)

https://www.mercurial-scm.org/repo/hg/rev/a2f83661f721
changeset:   38103:a2f83661f721
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Feb 21 17:20:22 2018 +0530
summary:     state: import the file to write state files from evolve extension

https://www.mercurial-scm.org/repo/hg/rev/36a5a1239a15
changeset:   38104:36a5a1239a15
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Mar 28 16:31:16 2018 +0530
summary:     state: don't have a dict like interface for cmdstate class

https://www.mercurial-scm.org/repo/hg/rev/18c6d8b565bf
changeset:   38105:18c6d8b565bf
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri May 18 16:34:19 2018 +0530
summary:     state: set canonical=True to write deterministically

https://www.mercurial-scm.org/repo/hg/rev/a0e4d654bceb
changeset:   38106:a0e4d654bceb
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri May 18 16:28:45 2018 +0530
summary:     state: write the version number in plain text on top of state files

https://www.mercurial-scm.org/repo/hg/rev/44ef9bb7ccd9
changeset:   38107:44ef9bb7ccd9
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun May 20 17:33:18 2018 +0530
summary:     py3: add b'' prefixes in contrib/hg-ssh

https://www.mercurial-scm.org/repo/hg/rev/e69628f36196
changeset:   38108:e69628f36196
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun May 20 17:34:53 2018 +0530
summary:     py3: add b'' prefixes in tests/test-ssh.t and tests/test-ssh-bundle1.t

https://www.mercurial-scm.org/repo/hg/rev/666d90ace0bb
changeset:   38109:666d90ace0bb
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun May 20 17:35:57 2018 +0530
summary:     py3: use pycompat.fsencode to convert path to bytes

https://www.mercurial-scm.org/repo/hg/rev/b0144fc8b681
changeset:   38110:b0144fc8b681
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun May 20 17:37:07 2018 +0530
summary:     py3: use stringutil.pprint() to prevent b'' prefixes in output

https://www.mercurial-scm.org/repo/hg/rev/bacbe829c2bf
changeset:   38111:bacbe829c2bf
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun May 20 17:39:09 2018 +0530
summary:     py3: use bytes in tests/printenv.py

https://www.mercurial-scm.org/repo/hg/rev/d7cecea0b254
changeset:   38112:d7cecea0b254
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun May 20 18:41:24 2018 +0530
summary:     py3: add r'' prefixes to fix kwargs handling in hgext/sparse.py

https://www.mercurial-scm.org/repo/hg/rev/f7a0398996ad
changeset:   38113:f7a0398996ad
user:        Augie Fackler <augie at google.com>
date:        Sat May 19 14:24:36 2018 -0400
summary:     pathencode: remove unused variable

https://www.mercurial-scm.org/repo/hg/rev/f79ba1d1b4b1
changeset:   38114:f79ba1d1b4b1
user:        Paul Morelle <paul.morelle at octobus.net>
date:        Fri May 04 15:00:55 2018 +0200
summary:     revlog: in _getcandidaterevs, shorten revlog._generaldelta to gdelta

https://www.mercurial-scm.org/repo/hg/rev/b17fa9041695
changeset:   38115:b17fa9041695
user:        Paul Morelle <paul.morelle at octobus.net>
date:        Thu Apr 19 07:57:06 2018 +0200
summary:     debugdeltachain: r.start and r.length can be retrieved outside the loop

https://www.mercurial-scm.org/repo/hg/rev/bf59f95583c1
changeset:   38116:bf59f95583c1
user:        Paul Morelle <paul.morelle at octobus.net>
date:        Wed Mar 07 12:00:07 2018 +0100
summary:     revlog: make variable name 'd' more explicit in _isgooddeltainfo

https://www.mercurial-scm.org/repo/hg/rev/69ec6f98cfa6
changeset:   38117:69ec6f98cfa6
user:        Paul Morelle <paul.morelle at octobus.net>
date:        Wed Mar 07 12:00:58 2018 +0100
summary:     revlog: isgooddeltainfo takes the whole revinfo object

https://www.mercurial-scm.org/repo/hg/rev/d8bd6a9c64a5
changeset:   38118:d8bd6a9c64a5
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Mon May 21 22:32:15 2018 -0400
summary:     githelp: fail gracefully in a couple cases where arguments are missing

https://www.mercurial-scm.org/repo/hg/rev/ee96458afdb6
changeset:   38119:ee96458afdb6
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Mon May 21 22:41:55 2018 -0400
summary:     githelp: cleanly abort if the `svn` command is unknown

https://www.mercurial-scm.org/repo/hg/rev/16463278e7f4
changeset:   38120:16463278e7f4
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Mon May 21 22:55:17 2018 -0400
summary:     githelp: make several strings localizable

https://www.mercurial-scm.org/repo/hg/rev/10befe8e8b59
changeset:   38121:10befe8e8b59
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Mon May 21 22:57:05 2018 -0400
summary:     githelp: rewrite a Yoda conditional

https://www.mercurial-scm.org/repo/hg/rev/26b73fad45d9
changeset:   38122:26b73fad45d9
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Mon May 21 23:04:28 2018 -0400
summary:     githelp: lowercase the start of output messages for consistency

https://www.mercurial-scm.org/repo/hg/rev/f44306940c94
changeset:   38123:f44306940c94
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Sun May 20 23:05:18 2018 -0400
summary:     tests: stabilize test-patch.t on Windows

https://www.mercurial-scm.org/repo/hg/rev/282f3daac1d7
changeset:   38124:282f3daac1d7
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Mon May 21 23:26:53 2018 +0530
summary:     py3: use encoding.strfromlocal() instead of pycompat.sysstr()

https://www.mercurial-scm.org/repo/hg/rev/6ef01102ebff
changeset:   38125:6ef01102ebff
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sun May 20 18:53:03 2018 +0530
summary:     py3: add b'' prefixes in tests/test-revset2.t

https://www.mercurial-scm.org/repo/hg/rev/bdc4079ceb16
changeset:   38126:bdc4079ceb16
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Tue May 22 00:22:23 2018 +0530
summary:     state: fix usage of an unassigned variable

https://www.mercurial-scm.org/repo/hg/rev/b7e5c53a779e
changeset:   38127:b7e5c53a779e
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Tue May 22 00:25:18 2018 +0530
summary:     state: temporary silence pyflakes warning by removing variable assignment

https://www.mercurial-scm.org/repo/hg/rev/1cba497491be
changeset:   38128:1cba497491be
user:        Kyle Lippincott <spectral at google.com>
date:        Wed May 16 14:59:32 2018 -0700
summary:     narrow: only wrap dirstate functions once, instead of per-reposetup

https://www.mercurial-scm.org/repo/hg/rev/c65931d23baf
changeset:   38129:c65931d23baf
user:        Yuya Nishihara <yuya at tcha.org>
date:        Tue May 22 20:43:42 2018 +0900
summary:     githelp: do not concatenate i18n messages dynamically so they can be collected

https://www.mercurial-scm.org/repo/hg/rev/a40cc6d7d8c3
changeset:   38130:a40cc6d7d8c3
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Tue May 22 23:48:08 2018 -0400
summary:     githelp: cleanup one more abort message

https://www.mercurial-scm.org/repo/hg/rev/46c2b19a1263
changeset:   38131:46c2b19a1263
user:        David Demelier <markand at malikania.fr>
date:        Tue May 15 14:35:41 2018 +0200
summary:     scmutil: move repair.stripbmrevset as scmutil.bookmarkrevs (API)

https://www.mercurial-scm.org/repo/hg/rev/2b8cb0ab231c
changeset:   38132:2b8cb0ab231c
user:        Kyle Lippincott <spectral at google.com>
date:        Tue May 22 11:20:55 2018 -0700
summary:     localrepo: add docstring to _makedirstate to make it less likely to be removed

https://www.mercurial-scm.org/repo/hg/rev/dce718404ce6
changeset:   38133:dce718404ce6
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed May 23 03:13:04 2018 +0530
summary:     state: raise CorruptedState error isntead of ProgrammingError

https://www.mercurial-scm.org/repo/hg/rev/edacd831afab
changeset:   38134:edacd831afab
user:        Yuya Nishihara <yuya at tcha.org>
date:        Wed Apr 04 20:19:51 2018 +0900
summary:     hgweb: wrap {entries}* of bookmarks with mappinggenerator

https://www.mercurial-scm.org/repo/hg/rev/5e94d07b290a
changeset:   38135:5e94d07b290a
user:        Yuya Nishihara <yuya at tcha.org>
date:        Wed Apr 04 20:21:29 2018 +0900
summary:     hgweb: wrap {lastchange} of bookmarks with mappinglist

https://www.mercurial-scm.org/repo/hg/rev/e4a43d261715
changeset:   38136:e4a43d261715
user:        Yuya Nishihara <yuya at tcha.org>
date:        Wed Apr 04 20:24:04 2018 +0900
summary:     hgweb: wrap {bookmarks} of summary with mappinggenerator

https://www.mercurial-scm.org/repo/hg/rev/3e6253438bf9
changeset:   38137:3e6253438bf9
user:        Yuya Nishihara <yuya at tcha.org>
date:        Wed Apr 04 20:28:51 2018 +0900
summary:     hgweb: wrap {annotate} with mappinggenerator

https://www.mercurial-scm.org/repo/hg/rev/8e9ce73ceb15
changeset:   38138:8e9ce73ceb15
user:        Yuya Nishihara <yuya at tcha.org>
date:        Wed Apr 04 20:29:58 2018 +0900
summary:     hgweb: wrap {parents} of {annotate} with mappinggenerator

https://www.mercurial-scm.org/repo/hg/rev/d32f07069dd1
changeset:   38139:d32f07069dd1
user:        Yuya Nishihara <yuya at tcha.org>
date:        Wed Apr 04 20:31:16 2018 +0900
summary:     hgweb: wrap {diffopts} of annotate by hybriddict()

https://www.mercurial-scm.org/repo/hg/rev/220058198be6
changeset:   38140:220058198be6
user:        Yuya Nishihara <yuya at tcha.org>
date:        Wed Apr 04 20:37:03 2018 +0900
summary:     hgweb: don't use dict(key=value) to build a mapping dict in filelog

https://www.mercurial-scm.org/repo/hg/rev/53cc81a8caf6
changeset:   38141:53cc81a8caf6
user:        Yuya Nishihara <yuya at tcha.org>
date:        Wed Apr 04 20:37:52 2018 +0900
summary:     hgweb: wrap {entries}* of filelog with mappinglist

https://www.mercurial-scm.org/repo/hg/rev/cfa93fbbe9b4
changeset:   38142:cfa93fbbe9b4
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Wed May 23 22:17:04 2018 -0400
summary:     githelp: drop the trailing period from single sentence output for consistency

https://www.mercurial-scm.org/repo/hg/rev/c3960c7e66fa
changeset:   38143:c3960c7e66fa
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Wed May 23 22:25:00 2018 -0400
summary:     py3: replace str.format(x) with `str % x` in githelp

https://www.mercurial-scm.org/repo/hg/rev/bd7a3fa71a72
changeset:   38144:bd7a3fa71a72
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu May 24 23:26:28 2018 +0900
summary:     help: mention pattern syntax of latesttag() template function

https://www.mercurial-scm.org/repo/hg/rev/6f67bfe4b82f
changeset:   38145:6f67bfe4b82f
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri May 25 01:46:06 2018 +0530
summary:     state: removing remaining instances of opts class variable

https://www.mercurial-scm.org/repo/hg/rev/009aa4af5093
changeset:   38146:009aa4af5093
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri May 25 01:15:30 2018 +0530
summary:     graft: factor out function to read graft state in separate function

https://www.mercurial-scm.org/repo/hg/rev/58b08f4ce5f5
changeset:   38147:58b08f4ce5f5
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri May 25 01:25:31 2018 +0530
summary:     graft: use state.cmdstate() to check whether graftstate exists

https://www.mercurial-scm.org/repo/hg/rev/476324a304b2
changeset:   38148:476324a304b2
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri May 25 01:53:30 2018 +0530
summary:     graft: start using the cmdstate class to read and write data to graftstate

https://www.mercurial-scm.org/repo/hg/rev/d1690a64268e
changeset:   38149:d1690a64268e
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Feb 28 03:07:48 2018 +0530
summary:     graft: add test for reading old graftstate files with new mechanism

https://www.mercurial-scm.org/repo/hg/rev/24e517600b29
changeset:   38150:24e517600b29
user:        John Stiles <johnstiles at gmail.com>
date:        Thu May 24 23:05:12 2018 -0700
summary:     graph: add outputgraph() function, called by ascii() to print

https://www.mercurial-scm.org/repo/hg/rev/0dfa27e53c57
changeset:   38151:0dfa27e53c57
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri May 25 16:00:37 2018 +0530
summary:     graft: use cmdstate.delete() to delete the state file

https://www.mercurial-scm.org/repo/hg/rev/63553c2bef7e
changeset:   38152:63553c2bef7e
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri May 25 16:14:15 2018 +0530
summary:     graft: store user passed date and user information in graftstate

https://www.mercurial-scm.org/repo/hg/rev/108ebd8eff5c
changeset:   38153:108ebd8eff5c
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat May 26 01:52:42 2018 +0530
summary:     tests: add test showing --continue not preserving --date and --user flags

https://www.mercurial-scm.org/repo/hg/rev/decdb587ea12
changeset:   38154:decdb587ea12
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Fri May 25 17:21:01 2018 +0530
summary:     graft: reuse --user and --date values in `hg graft --continue` (BC)

https://www.mercurial-scm.org/repo/hg/rev/5736570718fe
changeset:   38155:5736570718fe
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat May 26 02:11:09 2018 +0530
summary:     graft: drop --user and --date values info from hint in case of conflicts

https://www.mercurial-scm.org/repo/hg/rev/5b592ac502ef
changeset:   38156:5b592ac502ef
user:        Boris Feld <boris.feld at octobus.net>
date:        Mon May 21 17:33:50 2018 +0200
summary:     repoview: use 'phasecache.getrevset' when computing 'unserved' filter

https://www.mercurial-scm.org/repo/hg/rev/02f992ac26e9
changeset:   38157:02f992ac26e9
user:        Boris Feld <boris.feld at octobus.net>
date:        Tue May 22 18:10:00 2018 +0200
summary:     phases: define an official tuple of mutable phases

https://www.mercurial-scm.org/repo/hg/rev/4e790f0966fc
changeset:   38158:4e790f0966fc
user:        Boris Feld <boris.feld at octobus.net>
date:        Tue May 22 18:10:37 2018 +0200
summary:     phases: define an official tuple of phases we do not share

https://www.mercurial-scm.org/repo/hg/rev/dea3903175ee
changeset:   38159:dea3903175ee
user:        hindlemail <tom_hindle at sil.org>
date:        Thu May 24 15:56:47 2018 -0600
summary:     filemerge: don't pass function name as loadpath's module_name param

https://www.mercurial-scm.org/repo/hg/rev/c974320d20b9
changeset:   38160:c974320d20b9
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Tue May 22 23:22:15 2018 -0400
summary:     terse: pconvert() entries added to the temporary terse dict for Windows

https://www.mercurial-scm.org/repo/hg/rev/aa10675c5dd6
changeset:   38161:aa10675c5dd6
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Thu Apr 26 23:00:19 2018 -0400
summary:     lfs: clarify pointer validation error messages

https://www.mercurial-scm.org/repo/hg/rev/bdf344aea0ee
changeset:   38162:bdf344aea0ee
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu May 03 18:38:02 2018 +0900
summary:     extensions: peek command table of disabled extensions without importing

https://www.mercurial-scm.org/repo/hg/rev/b39958d6b81b
changeset:   38163:b39958d6b81b
user:        Yuya Nishihara <yuya at tcha.org>
date:        Thu May 03 18:39:58 2018 +0900
summary:     extensions: remove strip_init=True from _disabledpaths()

https://www.mercurial-scm.org/repo/hg/rev/aac4be30e250
changeset:   38164:aac4be30e250
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat May 26 12:14:04 2018 +0900
summary:     py3: wrap tempfile.mkstemp() to use bytes path

https://www.mercurial-scm.org/repo/hg/rev/2ce60954b1b7
changeset:   38165:2ce60954b1b7
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat May 26 12:20:36 2018 +0900
summary:     py3: wrap tempfile.mkdtemp() to use bytes path

https://www.mercurial-scm.org/repo/hg/rev/cc9aa88792fe
changeset:   38166:cc9aa88792fe
user:        Yuya Nishihara <yuya at tcha.org>
date:        Sat May 26 12:38:07 2018 +0900
summary:     py3: wrap tempfile.NamedTemporaryFile() to return bytes fp.name

https://www.mercurial-scm.org/repo/hg/rev/ec37df9042f9
changeset:   38167:ec37df9042f9
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Mon Mar 26 10:49:01 2018 -0700
summary:     templatekw: make getrenamed() return only filename, not nodeid

https://www.mercurial-scm.org/repo/hg/rev/faa015417348
changeset:   38168:faa015417348
user:        Paul Morelle <paul.morelle at octobus.net>
date:        Wed Mar 07 11:10:22 2018 +0100
summary:     revlog: make getcandidaterevs more consistent about updating tested revs set

https://www.mercurial-scm.org/repo/hg/rev/fc72beec2a1a
changeset:   38169:fc72beec2a1a
user:        Paul Morelle <paul.morelle at octobus.net>
date:        Sat Apr 21 17:27:57 2018 +0200
summary:     revlog: make chainbase cache its result for the correct revision

https://www.mercurial-scm.org/repo/hg/rev/dfb888aae17a
changeset:   38170:dfb888aae17a
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Mon May 28 01:36:34 2018 -0400
summary:     outgoing: pay attention to `default:pushurl` for bookmarks and subrepos

https://www.mercurial-scm.org/repo/hg/rev/eb9835014d20
changeset:   38171:eb9835014d20
bookmark:    @
tag:         tip
user:        Denis Laxalde <denis.laxalde at logilab.fr>
date:        Thu May 24 12:19:50 2018 +0200
summary:     transaction-summary: show phase changes statistics in pull/unbundle

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


More information about the Mercurial-devel mailing list