Sun, 04 Mar 2018 16:48:17 -0500 |
Yuya Nishihara |
py3: fix int formatting of "incoming changes" log
|
changeset |
files
|
Sun, 04 Mar 2018 16:48:01 -0500 |
Augie Fackler |
largefiles: use %d instead of %s to process ints
|
changeset |
files
|
Sun, 04 Mar 2018 16:11:15 -0500 |
Augie Fackler |
transaction: fix an error string with bytestr() on a repr()d value
|
changeset |
files
|
Sun, 04 Mar 2018 16:23:10 -0500 |
Yuya Nishihara |
py3: work around comparison between int and None in tagmerge
|
changeset |
files
|
Sun, 04 Mar 2018 16:13:46 -0500 |
Yuya Nishihara |
py3: do not mutate dict while iterating in tagmerge
|
changeset |
files
|
Sun, 04 Mar 2018 16:01:18 -0500 |
Yuya Nishihara |
py3: fix type of ui.configitems(ignoresub=True) result
|
changeset |
files
|
Sun, 04 Mar 2018 15:53:10 -0500 |
Yuya Nishihara |
py3: don't use str() to stringify pushloc
|
changeset |
files
|
Sun, 04 Mar 2018 15:26:26 -0500 |
Yuya Nishihara |
py3: byte-stringify test-config.t and test-config-env.py
|
changeset |
files
|
Sun, 04 Mar 2018 15:24:45 -0500 |
Yuya Nishihara |
py3: use startswith() instead of slicing to detect leading whitespace
|
changeset |
files
|
Sun, 04 Mar 2018 16:06:47 -0500 |
Augie Fackler |
archival: use py3 friendly replacements for chr() and long()
|
changeset |
files
|
Sun, 04 Mar 2018 16:06:27 -0500 |
Augie Fackler |
archival: ensure file mode for gzipfile is sysstr
|
changeset |
files
|
Sun, 04 Mar 2018 16:06:10 -0500 |
Augie Fackler |
archival: fix a missing r'' on a kwargs check
|
changeset |
files
|
Sun, 04 Mar 2018 16:05:44 -0500 |
Augie Fackler |
py3: more passing tests (ten this time)
|
changeset |
files
|
Sun, 04 Mar 2018 15:55:55 -0500 |
Augie Fackler |
util: fix unsafe url abort with bytestr() on url
|
changeset |
files
|
Sun, 04 Mar 2018 15:16:42 -0500 |
Matt Harbison |
xdiff: fix builds on Windows
|
changeset |
files
|
Mon, 05 Mar 2018 01:08:40 +0530 |
Pulkit Goyal |
py3: use bytes() instead of str()
|
changeset |
files
|
Mon, 05 Mar 2018 01:05:54 +0530 |
Pulkit Goyal |
py3: use b"%d" instead of str() to convert integers to bytes
|
changeset |
files
|
Mon, 05 Mar 2018 01:03:23 +0530 |
Pulkit Goyal |
py3: use util.forcebytestr to convert testedwith value to bytes
|
changeset |
files
|
Sun, 04 Mar 2018 22:33:59 +0530 |
Pulkit Goyal |
py3: use pycompat.bytestr instead of str
|
changeset |
files
|
Sun, 04 Mar 2018 07:40:21 -0800 |
Martin von Zweigbergk |
setdiscovery: avoid a Yoda condition
|
changeset |
files
|
Sun, 04 Mar 2018 07:40:11 -0800 |
Martin von Zweigbergk |
setdiscovery: remove unnecessary sample size limiting
|
changeset |
files
|
Sun, 04 Mar 2018 07:39:46 -0800 |
Martin von Zweigbergk |
setdiscovery: remove initialsamplesize from a condition
|
changeset |
files
|
Sun, 04 Mar 2018 07:37:08 -0800 |
Martin von Zweigbergk |
setdiscovery: back out changeset 5cfdf6137af8 (issue5809)
|
changeset |
files
|
Sun, 04 Mar 2018 13:04:12 -0500 |
Augie Fackler |
hgweb: fix up trailing slash detection on Python 3
|
changeset |
files
|
Sun, 04 Mar 2018 13:03:22 -0500 |
Augie Fackler |
hgweb: convert req.form to bytes for all keys and values
|
changeset |
files
|
Sun, 04 Mar 2018 12:33:15 -0500 |
Augie Fackler |
templater: show repr of string we're rejecting
|
changeset |
files
|
Sun, 04 Mar 2018 12:21:01 -0500 |
Augie Fackler |
webutil: some %d instead of %s love on ints
|
changeset |
files
|
Sun, 04 Mar 2018 12:17:02 -0500 |
Augie Fackler |
py3: whitelist three more cases
|
changeset |
files
|
Sun, 04 Mar 2018 12:08:53 -0500 |
Augie Fackler |
archival: our filenames are bytes, not strs
|
changeset |
files
|
Sun, 04 Mar 2018 12:08:37 -0500 |
Augie Fackler |
archival: tar file modes need to be sysstrs
|
changeset |
files
|