mercurial at 36332: 89 new changesets
Mercurial Commits
hg at intevation.de
Wed Feb 21 03:15:44 UTC 2018
89 new changesets in mercurial:
https://www.mercurial-scm.org/repo/hg/rev/18bdfad8506e
changeset: 36244:18bdfad8506e
parent: 36239:428de1a59f2d
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Jan 07 11:04:53 2018 +0900
summary: templater: extract function scanning template string
https://www.mercurial-scm.org/repo/hg/rev/c6ce479f7a28
changeset: 36245:c6ce479f7a28
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Jan 07 11:21:25 2018 +0900
summary: templater: add function to help substituting patterns in template string
https://www.mercurial-scm.org/repo/hg/rev/9ee10b3284da
changeset: 36246:9ee10b3284da
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Jan 07 12:09:33 2018 +0900
summary: templatefilters: add dirname() filter
https://www.mercurial-scm.org/repo/hg/rev/48a6b1a22ccf
changeset: 36247:48a6b1a22ccf
user: Yuya Nishihara <yuya at tcha.org>
date: Mon Jan 08 11:11:06 2018 +0900
summary: templatekw: add {reporoot} keyword
https://www.mercurial-scm.org/repo/hg/rev/0ef50a5e3ae1
changeset: 36248:0ef50a5e3ae1
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Dec 27 13:08:51 2015 +0900
summary: hgweb: translate Abort in help command to 404 error
https://www.mercurial-scm.org/repo/hg/rev/c792f7c64f0c
changeset: 36249:c792f7c64f0c
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Dec 27 14:13:27 2015 +0900
summary: help: list deprecated and experimental extensions if --verbose
https://www.mercurial-scm.org/repo/hg/rev/4174970c9147
changeset: 36250:4174970c9147
user: Yuya Nishihara <yuya at tcha.org>
date: Mon Jan 08 12:09:43 2018 +0900
summary: help: use cmdutil.parsealiases() to resolve command name
https://www.mercurial-scm.org/repo/hg/rev/c2c5f9f6fa21
changeset: 36251:c2c5f9f6fa21
user: Martin von Zweigbergk <martinvonz at google.com>
date: Fri Feb 16 11:33:56 2018 -0800
summary: tests: avoid referring to pvec in demandimport test
https://www.mercurial-scm.org/repo/hg/rev/e37be270e163
changeset: 36252:e37be270e163
user: Augie Fackler <augie at google.com>
date: Wed Feb 14 23:23:57 2018 -0500
summary: remotenames: port partway to python3 by using collections.MutableMapping
https://www.mercurial-scm.org/repo/hg/rev/fbc29d9f552f
changeset: 36253:fbc29d9f552f
user: Augie Fackler <augie at google.com>
date: Thu Feb 15 09:18:20 2018 -0500
summary: py3: whitelist another eight passing tests
https://www.mercurial-scm.org/repo/hg/rev/84a6e39bc723
changeset: 36254:84a6e39bc723
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 00:28:24 2018 -0500
summary: printenv: port to python3
https://www.mercurial-scm.org/repo/hg/rev/a0a004b29a51
changeset: 36255:a0a004b29a51
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 00:28:55 2018 -0500
summary: hgweb: correctly bytes-ify status, not string-ify
https://www.mercurial-scm.org/repo/hg/rev/f718e8ec1c82
changeset: 36256:f718e8ec1c82
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 00:29:46 2018 -0500
summary: tests: add some b prefixes in test-http-bundle1.t
https://www.mercurial-scm.org/repo/hg/rev/46c97973ee46
changeset: 36257:46c97973ee46
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 01:09:56 2018 -0500
summary: hgweb: open server logs in binary mode
https://www.mercurial-scm.org/repo/hg/rev/af0a19d8812b
changeset: 36258:af0a19d8812b
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 01:11:48 2018 -0500
summary: py3: get bytes-repr of network errors portably
https://www.mercurial-scm.org/repo/hg/rev/2892c1d47f30
changeset: 36259:2892c1d47f30
user: Sushil khanchi <sushilkhanchi97 at gmail.com>
date: Thu Feb 15 12:45:46 2018 +0530
summary: bundle: updates the help text for hg bundle (issue5744)
https://www.mercurial-scm.org/repo/hg/rev/9a1df91429af
changeset: 36260:9a1df91429af
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 11 17:17:56 2018 +0530
summary: py3: replace file() with open() in test-convert-git.t
https://www.mercurial-scm.org/repo/hg/rev/c69e78ef2b54
changeset: 36261:c69e78ef2b54
user: Gregory Szorc <gregory.szorc at gmail.com>
date: Sat Feb 17 13:55:12 2018 -0700
summary: py3: port f to Python 3
https://www.mercurial-scm.org/repo/hg/rev/2b00dda6dad9
changeset: 36262:2b00dda6dad9
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 00:29:23 2018 -0500
summary: scmutil: bytes-ify IOErrors before wrapping them in abort message
https://www.mercurial-scm.org/repo/hg/rev/d3fa5e106e65
changeset: 36263:d3fa5e106e65
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 01:41:08 2018 -0500
summary: py3: whitelist test-pull-http.t
https://www.mercurial-scm.org/repo/hg/rev/18e29c65bc5c
changeset: 36264:18e29c65bc5c
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Thu Feb 15 17:14:45 2018 +0530
summary: remotenames: don't use the default value of logfmt for namespaces
https://www.mercurial-scm.org/repo/hg/rev/b44fac3a49fb
changeset: 36265:b44fac3a49fb
user: Yuya Nishihara <yuya at tcha.org>
date: Sat Feb 17 18:09:56 2018 +0900
summary: py3: factor out byterepr() which returns an asciified value on py3
https://www.mercurial-scm.org/repo/hg/rev/1fa33bd848ee
changeset: 36266:1fa33bd848ee
user: Yuya Nishihara <yuya at tcha.org>
date: Sat Feb 17 18:14:51 2018 +0900
summary: py3: fix bytes-unicode dance while building docstring of extdiff
https://www.mercurial-scm.org/repo/hg/rev/08f061a48a8f
changeset: 36267:08f061a48a8f
user: Yuya Nishihara <yuya at tcha.org>
date: Sat Feb 17 18:15:37 2018 +0900
summary: py3: make regexp patterns bytes in extdiff
https://www.mercurial-scm.org/repo/hg/rev/be5a6fe3643a
changeset: 36268:be5a6fe3643a
user: Yuya Nishihara <yuya at tcha.org>
date: Sat Feb 17 18:20:15 2018 +0900
summary: py3: make test-extdiff.t pass on Python 3
https://www.mercurial-scm.org/repo/hg/rev/4088e568a411
changeset: 36269:4088e568a411
user: Yuya Nishihara <yuya at tcha.org>
date: Sat Feb 17 17:24:29 2018 +0900
summary: extensions: reject any unicode strings in tables before loading
https://www.mercurial-scm.org/repo/hg/rev/2d513ab7ce94
changeset: 36270:2d513ab7ce94
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 21:25:14 2018 -0500
summary: httppeer: use %d to format int
https://www.mercurial-scm.org/repo/hg/rev/53be14874ee8
changeset: 36271:53be14874ee8
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 21:47:26 2018 -0500
summary: rebase: sort roots by revision
https://www.mercurial-scm.org/repo/hg/rev/164ed6d54fdf
changeset: 36272:164ed6d54fdf
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 21:47:49 2018 -0500
summary: tests: add b prefixes to test-rebase-dest.t
https://www.mercurial-scm.org/repo/hg/rev/1ec6fd26f841
changeset: 36273:1ec6fd26f841
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 22:37:35 2018 -0500
summary: bundle2: use pycompat.strkwargs as needed
https://www.mercurial-scm.org/repo/hg/rev/a748a5d1d7c3
changeset: 36274:a748a5d1d7c3
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 22:38:25 2018 -0500
summary: webcommands: unpack contents of length-1 dict portably
https://www.mercurial-scm.org/repo/hg/rev/0cacd4df6eb0
changeset: 36275:0cacd4df6eb0
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 22:38:53 2018 -0500
summary: webcommands: use pycompat.strkwargs as needed
https://www.mercurial-scm.org/repo/hg/rev/c95c8ab2e7ec
changeset: 36276:c95c8ab2e7ec
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 22:39:12 2018 -0500
summary: tests: fix get-with-headers.py on python3 when writing to stdout
https://www.mercurial-scm.org/repo/hg/rev/18106c3bc94a
changeset: 36277:18106c3bc94a
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 22:39:38 2018 -0500
summary: tags: don't feed both int and None to min()
https://www.mercurial-scm.org/repo/hg/rev/a87093e2805d
changeset: 36278:a87093e2805d
user: Augie Fackler <augie at google.com>
date: Sat Feb 17 22:52:24 2018 -0500
summary: hgweb_mod: partially undo 8afc25e7effc to fix py3
https://www.mercurial-scm.org/repo/hg/rev/1e0c9f9f6f36
changeset: 36279:1e0c9f9f6f36
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 00:01:43 2018 -0500
summary: tests: port inline Python in test-http-branchmap.t to Python 3
https://www.mercurial-scm.org/repo/hg/rev/685bcdd236b5
changeset: 36280:685bcdd236b5
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 00:02:33 2018 -0500
summary: wireprotoserver: py3 helpfully calls adds HTTP_ to CONTENT_LENGTH
https://www.mercurial-scm.org/repo/hg/rev/d822f3fb6be8
changeset: 36281:d822f3fb6be8
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 17:35:13 2018 +0530
summary: py3: use pycompat.byteskwargs() to convert opts keys to bytes
https://www.mercurial-scm.org/repo/hg/rev/3e1139b7d617
changeset: 36282:3e1139b7d617
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 17:35:44 2018 +0530
summary: py3: explicitly convert result of dict.items() into list
https://www.mercurial-scm.org/repo/hg/rev/a67b144ef74f
changeset: 36283:a67b144ef74f
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 17:36:52 2018 +0530
summary: py3: add b'' prefixes in test-mq-eol.t
https://www.mercurial-scm.org/repo/hg/rev/d157b5bfaef0
changeset: 36284:d157b5bfaef0
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 17:37:47 2018 +0530
summary: py3: add b'' prefix in test-mq-qrefresh-replace-log-message.t
https://www.mercurial-scm.org/repo/hg/rev/3ec9afb951a0
changeset: 36285:3ec9afb951a0
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 17:41:56 2018 +0530
summary: py3: use range instead on xrange on py3 in tests/test-atomictempfile.py
https://www.mercurial-scm.org/repo/hg/rev/daa5f47558cf
changeset: 36286:daa5f47558cf
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 17:42:33 2018 +0530
summary: py3: use range instead of xrange on py3 in tests/test-filecache.py
https://www.mercurial-scm.org/repo/hg/rev/065445b44724
changeset: 36287:065445b44724
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 17:43:12 2018 +0530
summary: py3: use range instead of xrange in tests/test-mq-missingfiles.t
https://www.mercurial-scm.org/repo/hg/rev/217b08b1de28
changeset: 36288:217b08b1de28
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 18:07:12 2018 +0530
summary: py3: use range instead of xrange in tests/test-walk.t
https://www.mercurial-scm.org/repo/hg/rev/257071fd3357
changeset: 36289:257071fd3357
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 18:28:45 2018 +0530
summary: py3: use range instead of xrange in tests/test-commandserver.t
https://www.mercurial-scm.org/repo/hg/rev/2b7318db0a89
changeset: 36290:2b7318db0a89
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 18:18:24 2018 +0530
summary: py3: use range instead of xrange in tests/test-convert-mtn.t
https://www.mercurial-scm.org/repo/hg/rev/57c671cf7a69
changeset: 36291:57c671cf7a69
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 18:19:10 2018 +0530
summary: py3: use range instead of xrange in tests/test-issue4074.t
https://www.mercurial-scm.org/repo/hg/rev/b543b3ce608b
changeset: 36292:b543b3ce608b
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 18:20:21 2018 +0530
summary: py3: use range instead of xrange in tests/test-mq-qimport.t
https://www.mercurial-scm.org/repo/hg/rev/8591d6afc629
changeset: 36293:8591d6afc629
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 18:20:57 2018 +0530
summary: py3: use range instead of xrange in tests/test-revset2.t
https://www.mercurial-scm.org/repo/hg/rev/2507bf180413
changeset: 36294:2507bf180413
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 18:22:15 2018 +0530
summary: py3: use range instead of xrange on py3 in tests/test-ui-verbosity.py
https://www.mercurial-scm.org/repo/hg/rev/19a04ca90413
changeset: 36295:19a04ca90413
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 00:03:05 2018 -0500
summary: keepalive: headers are native strings, mark them as such
https://www.mercurial-scm.org/repo/hg/rev/d18c0cf5f3ab
changeset: 36296:d18c0cf5f3ab
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 00:03:27 2018 -0500
summary: hgweb: header dict entries are native strings
https://www.mercurial-scm.org/repo/hg/rev/a59ff82154b8
changeset: 36297:a59ff82154b8
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 00:03:39 2018 -0500
summary: httppeer: headers are native strings
https://www.mercurial-scm.org/repo/hg/rev/b1c713ab785d
changeset: 36298:b1c713ab785d
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 00:35:37 2018 -0500
summary: py3: whitelist five more passing tests
https://www.mercurial-scm.org/repo/hg/rev/238646784294
changeset: 36299:238646784294
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 00:43:50 2018 -0500
summary: py3: use default dict iterator instead of iterkeys
https://www.mercurial-scm.org/repo/hg/rev/413c179cf7d5
changeset: 36300:413c179cf7d5
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 00:49:11 2018 -0500
summary: manifest: correct the one use of iterkeys() on a dict
https://www.mercurial-scm.org/repo/hg/rev/5245bac09e6a
changeset: 36301:5245bac09e6a
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 00:49:29 2018 -0500
summary: manifest: use list(dict) instead of dict.keys() to get a list of keys
https://www.mercurial-scm.org/repo/hg/rev/ba1807d9a846
changeset: 36302:ba1807d9a846
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 00:59:03 2018 -0500
summary: py3: whitelist another three passing tests
https://www.mercurial-scm.org/repo/hg/rev/ed95758addf3
changeset: 36303:ed95758addf3
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Sun Feb 18 18:22:40 2018 +0530
summary: py3: make sure we open the files in bytes mode
https://www.mercurial-scm.org/repo/hg/rev/6d6bc544467a
changeset: 36304:6d6bc544467a
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Mon Feb 19 00:14:33 2018 +0530
summary: py3: use "%d" for integers instead of "%s"
https://www.mercurial-scm.org/repo/hg/rev/a8bca9d0cea0
changeset: 36305:a8bca9d0cea0
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Mon Feb 19 00:15:50 2018 +0530
summary: py3: make sure regex is bytes in crecord.py
https://www.mercurial-scm.org/repo/hg/rev/3496bffe266d
changeset: 36306:3496bffe266d
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Mon Feb 19 00:31:01 2018 +0530
summary: py3: make sure we are doing integer division by using '//'
https://www.mercurial-scm.org/repo/hg/rev/37a1501cbcfd
changeset: 36307:37a1501cbcfd
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Feb 18 22:12:11 2018 +0900
summary: url: show full url of proxy server in debug message
https://www.mercurial-scm.org/repo/hg/rev/548316560a05
changeset: 36308:548316560a05
user: Yuya Nishihara <yuya at tcha.org>
date: Sun Feb 18 22:13:25 2018 +0900
summary: py3: use bytes() to byte-stringify url object in url.py
https://www.mercurial-scm.org/repo/hg/rev/94a1ff16f362
changeset: 36309:94a1ff16f362
user: Yuya Nishihara <yuya at tcha.org>
date: Sat Feb 17 13:13:04 2018 +0900
summary: debuginstall: do not parse editor command in posix way on Windows
https://www.mercurial-scm.org/repo/hg/rev/ea62c2df882d
changeset: 36310:ea62c2df882d
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 14:25:03 2018 -0500
summary: largefiles: make scheme regex a bytes regex
https://www.mercurial-scm.org/repo/hg/rev/b9da10f310f4
changeset: 36311:b9da10f310f4
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 14:28:31 2018 -0500
summary: largfiles: replace filter() with listcomp when result needs to be a list
https://www.mercurial-scm.org/repo/hg/rev/3ac8b5c1c36c
changeset: 36312:3ac8b5c1c36c
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 14:29:04 2018 -0500
summary: largefiles: mark headre as bytes regex
https://www.mercurial-scm.org/repo/hg/rev/3f98634b6572
changeset: 36313:3f98634b6572
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 14:37:36 2018 -0500
summary: scmutil: fix requires-file isalnum() check on first byte
https://www.mercurial-scm.org/repo/hg/rev/be9c497e0bfd
changeset: 36314:be9c497e0bfd
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 14:43:55 2018 -0500
summary: wireproto: fix lingering str(exception) with util.forcebytestr(exception)
https://www.mercurial-scm.org/repo/hg/rev/398e96f77aa3
changeset: 36315:398e96f77aa3
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 14:53:31 2018 -0500
summary: largefiles: give some **opts some strkwargs love
https://www.mercurial-scm.org/repo/hg/rev/759579bac31d
changeset: 36316:759579bac31d
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 14:53:55 2018 -0500
summary: merge: make a copy of dict.items() before mutating the dict during iteration
https://www.mercurial-scm.org/repo/hg/rev/f14879f61cd8
changeset: 36317:f14879f61cd8
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 15:18:07 2018 -0500
summary: tests: add missing b prefixes in test-pending.t
https://www.mercurial-scm.org/repo/hg/rev/3f67c56a5fd7
changeset: 36318:3f67c56a5fd7
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 15:23:26 2018 -0500
summary: debugbuilddag: use '%d' instead of str() to get numbered lines
https://www.mercurial-scm.org/repo/hg/rev/c303eda316be
changeset: 36319:c303eda316be
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 15:38:29 2018 -0500
summary: lock: delay is numeric, use %d for formatting
https://www.mercurial-scm.org/repo/hg/rev/9d12416a1593
changeset: 36320:9d12416a1593
user: Augie Fackler <augie at google.com>
date: Sun Feb 18 15:53:48 2018 -0500
summary: py3: whitelist another six passing tests
https://www.mercurial-scm.org/repo/hg/rev/ef7b48e6388d
changeset: 36321:ef7b48e6388d
user: Anton Shestakov <av6 at dwimlabs.net>
date: Mon Feb 19 12:30:23 2018 +0800
summary: tests: check obsolete changeset with two obsfate entries
https://www.mercurial-scm.org/repo/hg/rev/f3fd4fe0506f
changeset: 36322:f3fd4fe0506f
user: Anton Shestakov <av6 at dwimlabs.net>
date: Mon Feb 19 12:48:50 2018 +0800
summary: hgweb: show each obsfateentry on its own line
https://www.mercurial-scm.org/repo/hg/rev/920bbfb686da
changeset: 36323:920bbfb686da
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Mon Feb 19 15:26:07 2018 +0530
summary: py3: use '%d' to convert integer to bytes
https://www.mercurial-scm.org/repo/hg/rev/ac04f17b7041
changeset: 36324:ac04f17b7041
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Mon Feb 19 15:27:25 2018 +0530
summary: py3: add b'' prefixes in fakedirstatewritetime.py
https://www.mercurial-scm.org/repo/hg/rev/9a75619776ca
changeset: 36325:9a75619776ca
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Mon Feb 19 15:28:16 2018 +0530
summary: py3: add b'' prefixes in fakepatchtime.py
https://www.mercurial-scm.org/repo/hg/rev/a2cbff474821
changeset: 36326:a2cbff474821
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Mon Feb 19 15:28:54 2018 +0530
summary: py3: add b'' prefixes in test-transplant.t
https://www.mercurial-scm.org/repo/hg/rev/58c1368ab629
changeset: 36327:58c1368ab629
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Mon Feb 19 21:18:52 2018 +0530
summary: py3: use dict.items() instead of dict.iteritems() in tests
https://www.mercurial-scm.org/repo/hg/rev/8d0b0b533e09
changeset: 36328:8d0b0b533e09
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Mon Feb 19 21:45:49 2018 +0530
summary: py3: add b'' prefixes in test-mdiff.py
https://www.mercurial-scm.org/repo/hg/rev/93943eef696f
changeset: 36329:93943eef696f
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Mon Feb 19 23:44:41 2018 +0530
summary: py3: use pycompat.byteskwargs in hgext/convert/
https://www.mercurial-scm.org/repo/hg/rev/1eee42aed306
changeset: 36330:1eee42aed306
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Mon Feb 19 23:46:42 2018 +0530
summary: py3: add a r'' prefix to prevent transformer from adding b''
https://www.mercurial-scm.org/repo/hg/rev/e218830f6f0a
changeset: 36331:e218830f6f0a
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Mon Feb 19 23:47:15 2018 +0530
summary: convert: don't use bytes as a variable name
https://www.mercurial-scm.org/repo/hg/rev/aefb75730ea3
changeset: 36332:aefb75730ea3
bookmark: @
tag: tip
user: Pulkit Goyal <7895pulkit at gmail.com>
date: Mon Feb 19 23:47:53 2018 +0530
summary: convert: don't use type as a variable name
--
Repository URL: https://www.mercurial-scm.org/repo/hg
More information about the Mercurial-devel
mailing list