mercurial at 35162: 51 new changesets

Mercurial Commits hg at intevation.de
Thu Nov 30 20:16:00 UTC 2017


51 new changesets in mercurial:

https://www.mercurial-scm.org/repo/hg/rev/073eec083e25
changeset:   35112:073eec083e25
parent:      35109:e96613048bdd
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Nov 13 19:22:11 2017 -0800
summary:     bundle2: extract logic for seeking bundle2 part into own class

https://www.mercurial-scm.org/repo/hg/rev/8aa43ff9c12c
changeset:   35113:8aa43ff9c12c
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Sun Nov 12 19:46:15 2017 -0800
summary:     bundle2: implement generic part payload decoder

https://www.mercurial-scm.org/repo/hg/rev/db5038525718
changeset:   35114:db5038525718
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Nov 13 20:03:02 2017 -0800
summary:     bundle2: implement consume() API on unbundlepart

https://www.mercurial-scm.org/repo/hg/rev/2b72bc88043f
changeset:   35115:2b72bc88043f
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Nov 13 20:12:00 2017 -0800
summary:     bundle2: only seek to beginning of part in bundlerepo

https://www.mercurial-scm.org/repo/hg/rev/da91e7309daf
changeset:   35116:da91e7309daf
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Nov 13 21:10:37 2017 -0800
summary:     bundle2: don't use seekable bundle2 parts by default (issue5691)

https://www.mercurial-scm.org/repo/hg/rev/589eed45a452
changeset:   35117:589eed45a452
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Nov 13 22:05:54 2017 -0800
summary:     bundle2: inline debug logging

https://www.mercurial-scm.org/repo/hg/rev/1fb0846ad792
changeset:   35118:1fb0846ad792
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Nov 13 21:48:35 2017 -0800
summary:     bundle2: inline changegroup.readexactly()

https://www.mercurial-scm.org/repo/hg/rev/764e3ad1cf54
changeset:   35119:764e3ad1cf54
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Nov 13 21:54:46 2017 -0800
summary:     bundle2: inline struct operations

https://www.mercurial-scm.org/repo/hg/rev/699b2a759319
changeset:   35120:699b2a759319
user:        Gregory Szorc <gregory.szorc at gmail.com>
date:        Mon Nov 13 22:20:12 2017 -0800
summary:     bundle2: avoid unbound read when seeking

https://www.mercurial-scm.org/repo/hg/rev/ebabc4a805c4
changeset:   35121:ebabc4a805c4
user:        Augie Fackler <augie at google.com>
date:        Fri Nov 03 17:07:29 2017 -0400
summary:     localrepo: specify optional callback parameter to pathauditor as a keyword

https://www.mercurial-scm.org/repo/hg/rev/ff80efc8f3e4
changeset:   35122:ff80efc8f3e4
user:        Augie Fackler <augie at google.com>
date:        Fri Nov 03 17:19:56 2017 -0400
summary:     localrepo: update comments around path auditors

https://www.mercurial-scm.org/repo/hg/rev/7a58608281dd
changeset:   35123:7a58608281dd
user:        pavanpc at fb.com
date:        Fri Nov 17 22:52:40 2017 +0000
summary:     remove: print message for each file in verbose mode only while using `-A` (BC)

https://www.mercurial-scm.org/repo/hg/rev/c157bb0120a9
changeset:   35124:c157bb0120a9
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Thu Nov 09 20:06:30 2017 +0530
summary:     tests: add test for rebase template showing wrong behavior

https://www.mercurial-scm.org/repo/hg/rev/f56a30b844aa
changeset:   35125:f56a30b844aa
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Oct 28 17:50:25 2017 +0530
summary:     rebase: use fm.formatlist() and fm.formatdict() to support user template

https://www.mercurial-scm.org/repo/hg/rev/a9cc233de513
changeset:   35126:a9cc233de513
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Sat Oct 28 19:03:23 2017 +0530
summary:     histedit: add support to output nodechanges using formatter

https://www.mercurial-scm.org/repo/hg/rev/fa2395db68c6
changeset:   35127:fa2395db68c6
user:        Kyle Lippincott <spectral at google.com>
date:        Wed Nov 22 19:24:22 2017 -0800
summary:     develwarn: do not emit warning if "config" is unspecified

https://www.mercurial-scm.org/repo/hg/rev/fd8b6b183073
changeset:   35128:fd8b6b183073
user:        David Soria Parra <davidsp at fb.com>
date:        Thu Nov 23 14:11:27 2017 -0800
summary:     hbisect: pass repo into hbisect.bisect

https://www.mercurial-scm.org/repo/hg/rev/ec25c8275cfa
changeset:   35129:ec25c8275cfa
user:        David Soria Parra <davidsp at fb.com>
date:        Thu Nov 23 14:12:55 2017 -0800
summary:     hbisect: use a revset for ancestor calculation

https://www.mercurial-scm.org/repo/hg/rev/8287df8b7be5
changeset:   35130:8287df8b7be5
user:        David Soria Parra <davidsp at fb.com>
date:        Thu Nov 23 14:13:14 2017 -0800
summary:     hbisect: use a defaultdict to avoid large allocations for a large changelogs

https://www.mercurial-scm.org/repo/hg/rev/f38c91c74294
changeset:   35131:f38c91c74294
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Sun Nov 26 13:29:18 2017 +0800
summary:     hgweb: rename the main attribute of instabilities

https://www.mercurial-scm.org/repo/hg/rev/34de38f996b9
changeset:   35132:34de38f996b9
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Sat Nov 25 15:01:47 2017 +0800
summary:     paper: remove css hack that made .branchname look like .branchhead

https://www.mercurial-scm.org/repo/hg/rev/cb31d1567394
changeset:   35133:cb31d1567394
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Sat Nov 25 15:23:07 2017 +0800
summary:     monoblue: also highlight target line on annotate and comparison pages

https://www.mercurial-scm.org/repo/hg/rev/bd957ee85a6b
changeset:   35134:bd957ee85a6b
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Sat Nov 25 15:42:24 2017 +0800
summary:     gitweb: remove unused css classes

https://www.mercurial-scm.org/repo/hg/rev/e46f0b653002
changeset:   35135:e46f0b653002
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Sat Nov 25 16:01:27 2017 +0800
summary:     hgweb: remove unused Graph() properties

https://www.mercurial-scm.org/repo/hg/rev/82680919d75e
changeset:   35136:82680919d75e
user:        Boris Feld <boris.feld at octobus.net>
date:        Sun Nov 19 05:23:12 2017 +0100
summary:     obsolete: drop usage of changectx in '_computephasedivergentset'

https://www.mercurial-scm.org/repo/hg/rev/5cd6682b5a90
changeset:   35137:5cd6682b5a90
user:        Boris Feld <boris.feld at octobus.net>
date:        Sun Nov 19 05:34:50 2017 +0100
summary:     obsolete: drop usage of changectx in '_computecontentdivergentset'

https://www.mercurial-scm.org/repo/hg/rev/e397f8585953
changeset:   35138:e397f8585953
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Tue Nov 21 20:28:57 2017 +0800
summary:     hgweb: show changeset age in more places (gitweb and monoblue)

https://www.mercurial-scm.org/repo/hg/rev/a2e927ded455
changeset:   35139:a2e927ded455
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Tue Nov 14 22:35:42 2017 -0500
summary:     hghave: add a check for lfs-test-server

https://www.mercurial-scm.org/repo/hg/rev/5be1a5e869c1
changeset:   35140:5be1a5e869c1
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Tue Nov 14 22:53:52 2017 -0500
summary:     test-lfs: perform the `chmod +x` command in a manner compatible with Windows

https://www.mercurial-scm.org/repo/hg/rev/32bb27dd5282
changeset:   35141:32bb27dd5282
user:        Matt Harbison <matt_harbison at yahoo.com>
date:        Tue Nov 21 00:24:09 2017 -0500
summary:     test-lfs: allow the test server to be killed on Windows

https://www.mercurial-scm.org/repo/hg/rev/3d6cac7e528c
changeset:   35142:3d6cac7e528c
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Nov 29 06:48:52 2017 +0530
summary:     py3: remove test-terse-status.t from python3 whitelist as it was renamed

https://www.mercurial-scm.org/repo/hg/rev/6fe99a8e266d
changeset:   35143:6fe99a8e266d
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Nov 29 04:41:48 2017 +0530
summary:     py3: fix args handling for obsfate template

https://www.mercurial-scm.org/repo/hg/rev/8f6641fa7c89
changeset:   35144:8f6641fa7c89
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Nov 29 04:41:19 2017 +0530
summary:     py3: use '%d' for integers rather than '%s'

https://www.mercurial-scm.org/repo/hg/rev/25c543944bc0
changeset:   35145:25c543944bc0
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Nov 29 04:47:27 2017 +0530
summary:     py3: add b'' to regular expressions which are raw strings

https://www.mercurial-scm.org/repo/hg/rev/0b5716ec8500
changeset:   35146:0b5716ec8500
user:        Boris Feld <boris.feld at octobus.net>
date:        Tue Nov 28 11:00:54 2017 -0500
summary:     fsmonitor: issue debug messages when we fall back to core status

https://www.mercurial-scm.org/repo/hg/rev/3da4bd50103d
changeset:   35147:3da4bd50103d
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Nov 29 07:57:17 2017 +0530
summary:     py3: fix handling of keyword arguments in revert

https://www.mercurial-scm.org/repo/hg/rev/d2eff9d4db3f
changeset:   35148:d2eff9d4db3f
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Thu Nov 30 16:30:43 2017 +0800
summary:     tests: move JSON escape test to test-hgweb-json.t

https://www.mercurial-scm.org/repo/hg/rev/e6487522ef92
changeset:   35149:e6487522ef92
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Nov 29 08:40:58 2017 +0530
summary:     py3: use pycompat.maplist() instead of map()

https://www.mercurial-scm.org/repo/hg/rev/08b8b56bd2e8
changeset:   35150:08b8b56bd2e8
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Nov 29 08:46:37 2017 +0530
summary:     py3: alias xrange to range in tests/seq.py

https://www.mercurial-scm.org/repo/hg/rev/b45a9d121b53
changeset:   35151:b45a9d121b53
user:        Pulkit Goyal <7895pulkit at gmail.com>
date:        Wed Nov 29 08:44:06 2017 +0530
summary:     py3: make sure the first argument of time.strftime() is str

https://www.mercurial-scm.org/repo/hg/rev/c1b94f34a11a
changeset:   35152:c1b94f34a11a
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 29 17:05:51 2017 -0500
summary:     tests: re-add (glob) for $LOCALIP matches

https://www.mercurial-scm.org/repo/hg/rev/273907306a39
changeset:   35153:273907306a39
user:        Augie Fackler <augie at google.com>
date:        Wed Nov 29 17:06:45 2017 -0500
summary:     contrib: improve check-code ban on $LOCALIP in output without (glob)

https://www.mercurial-scm.org/repo/hg/rev/4c04fd032af6
changeset:   35154:4c04fd032af6
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Nov 29 10:58:32 2017 -0800
summary:     tests: fix regex in test-subrepo-git.t to match entire string

https://www.mercurial-scm.org/repo/hg/rev/6d5718e39657
changeset:   35155:6d5718e39657
user:        Martin von Zweigbergk <martinvonz at google.com>
date:        Wed Nov 29 10:34:49 2017 -0800
summary:     run-tests: make "| foo (re)" not match everything

https://www.mercurial-scm.org/repo/hg/rev/9f44d44626a0
changeset:   35156:9f44d44626a0
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Wed Nov 22 20:32:07 2017 +0800
summary:     hgweb: use strict equals, remove non-breaking space in followlines.js

https://www.mercurial-scm.org/repo/hg/rev/ccf86aa5797c
changeset:   35157:ccf86aa5797c
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Wed Nov 22 20:52:59 2017 +0800
summary:     hgweb: use strict equals in mercurial.js

https://www.mercurial-scm.org/repo/hg/rev/241da2de0e9f
changeset:   35158:241da2de0e9f
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Wed Nov 22 21:15:44 2017 +0800
summary:     hgweb: properly iterate over arrays and objects in mercurial.js

https://www.mercurial-scm.org/repo/hg/rev/018aac6d7cb0
changeset:   35159:018aac6d7cb0
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Wed Nov 22 21:32:18 2017 +0800
summary:     hgweb: rename an instance of XMLHttpRequest to xhr in mercurial.js

https://www.mercurial-scm.org/repo/hg/rev/69a865dc2ada
changeset:   35160:69a865dc2ada
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Wed Nov 22 21:49:36 2017 +0800
summary:     hgweb: define locally used variables as actually local in mercurial.js

https://www.mercurial-scm.org/repo/hg/rev/1207a50a6dc3
changeset:   35161:1207a50a6dc3
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Wed Nov 22 22:11:37 2017 +0800
summary:     hgweb: look up "URLSearchParams" in "window" to work around jshint issues

https://www.mercurial-scm.org/repo/hg/rev/bdd2e18b54c5
changeset:   35162:bdd2e18b54c5
bookmark:    @
tag:         tip
user:        Anton Shestakov <av6 at dwimlabs.net>
date:        Wed Nov 22 22:18:06 2017 +0800
summary:     hgweb: add .jshintrc with some basic rules

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


More information about the Mercurial-devel mailing list