Mercurial > hg
graph
-
pycompat: define urlreq.urlparse and urlreq.unparse aliasesTue, 21 Mar 2017 22:34:17 -0700, by Gregory Szorc
-
pycompat: remove urlunquote aliasTue, 21 Mar 2017 22:28:16 -0700, by Gregory Szorc
-
util: use urlreq.unquoteTue, 21 Mar 2017 22:23:11 -0700, by Gregory Szorc
-
pycompat: alias urlreq.unquote to unquote_to_bytesTue, 21 Mar 2017 22:20:11 -0700, by Gregory Szorc
-
revsetlang: portably turn int into bytestringSun, 19 Mar 2017 01:03:53 -0400, by Augie Fackler
-
osutil: export a "getfstype" methodMon, 20 Mar 2017 16:34:12 -0700, by Jun Wu
-
osutil: add a C function getting filesystem typeMon, 20 Mar 2017 16:24:59 -0700, by Jun Wu
-
setup: test some header filesMon, 20 Mar 2017 15:43:27 -0700, by Jun Wu
-
setup: detect statfsMon, 20 Mar 2017 15:11:18 -0700, by Jun Wu
-
setup: add a function to test header filesMon, 20 Mar 2017 15:31:21 -0700, by Jun Wu
-
setup: split "hasfunction" to test arbitrary codeMon, 20 Mar 2017 15:28:08 -0700, by Jun Wu
-
rebase: add flag to require destinationTue, 14 Mar 2017 17:43:44 -0700, by Ryan McElroy
-
update: add flag to require update destinationTue, 14 Mar 2017 17:43:18 -0700, by Ryan McElroy
-
mq: reject new patch name containing leading/trailing whitespaceMon, 20 Mar 2017 11:38:37 +0900, by Yuya Nishihara
-
shelve: rename stripnodes to nodestopruneFri, 10 Mar 2017 16:18:43 -0800, by Kostia Balytskyi
-
shelve: add an ability to write key-val data to a new type of shelve filesFri, 10 Mar 2017 15:03:09 -0800, by Kostia Balytskyi
-
scmutil: add a simple key-value file helperFri, 10 Mar 2017 14:33:42 -0800, by Kostia Balytskyi
-
graphlog: draw multiple edges towards null node (issue5440)Mon, 20 Mar 2017 11:50:55 +0900, by Yuya Nishihara
-
merge with stableTue, 21 Mar 2017 18:36:14 -0400, by Augie Fackler
-
localrepo: use tryunlinkTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
vfs: use tryunlinkTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
server: use tryunlinkTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
dirstate: use tryunlinkTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
debug: use tryunlinkTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
chgserver: use tryunlinkTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
bookmarks: use tryunlinkTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
shelve: use tryunlinkTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
vfs: add tryunlink methodTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
util: use tryunlink in unlinkpathTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
util: add tryunlink functionTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
util: unify unlinkpathTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
posix: use local reference to removedirsTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
posix: use local reference to unlinkTue, 21 Mar 2017 06:50:28 -0700, by Ryan McElroy
-
localrepo: improve vfs documentationTue, 21 Mar 2017 06:50:42 -0700, by Ryan McElroy
-
ui: restrict length of autogenerated blocked tagsMon, 20 Mar 2017 05:08:21 -0700, by Simon Farnsworth
-
commit: keep opts as byteskwargs as much as possibleSun, 19 Mar 2017 01:20:08 -0400, by Augie Fackler
-
util: reference __main__ in sys.modules as a sysstrSun, 19 Mar 2017 01:19:27 -0400, by Augie Fackler
-
ui: convert to/from Unicode on Python 3 in ui.editor()Sun, 19 Mar 2017 01:38:10 -0400, by Augie Fackler
-
manifest: refer to bytestrings as bytes, not strSun, 19 Mar 2017 01:12:03 -0400, by Augie Fackler
-
manifest: use node.hex instead of .encode('hex')Sun, 19 Mar 2017 01:11:37 -0400, by Augie Fackler
-
pure: use int instead of longMon, 20 Mar 2017 21:40:28 -0700, by Martin von Zweigbergk
-
histedit: inline cleanupnodeMon, 13 Mar 2017 22:30:07 -0700, by Jun Wu
-
histedit: use safecleanupnode in _aborthistedit (issue5500)Mon, 13 Mar 2017 22:22:18 -0700, by Jun Wu
-
histedit: use safecleanupnode in _finishhisteditMon, 13 Mar 2017 22:19:06 -0700, by Jun Wu
-
histedit: add a method to cleanup nodes safelyMon, 13 Mar 2017 21:10:45 -0700, by Jun Wu
-
py3: prove hg status worksTue, 21 Mar 2017 07:22:13 +0530, by Rishabh Madan
-
localrepo: use node.hex instead of awkward .encode('latin1')Mon, 20 Mar 2017 22:06:57 -0400, by Augie Fackler
-
py3: prove hg config worksTue, 21 Mar 2017 03:15:18 +0530, by Rishabh Madan
-
templater: make pad() strip color codes before computing width (issue5416)Sat, 18 Mar 2017 21:02:20 +0900, by Yuya Nishihara
-
templater: make pad() compute actual widthSat, 18 Mar 2017 20:50:15 +0900, by Yuya Nishihara
-
templater: reject bad fillchar argument passed to pad()Sat, 18 Mar 2017 20:38:44 +0900, by Yuya Nishihara
-
color: insert color code after every "\e[0m" (issue5413)Sat, 18 Mar 2017 20:11:15 +0900, by Yuya Nishihara
-
debugtemplate: pass ui to templater so label() worksSat, 18 Mar 2017 19:59:47 +0900, by Yuya Nishihara
-
subrepo: move prompts out of the if (issue5505) stableMon, 20 Mar 2017 04:36:55 -0700, by Simon Farnsworth
-
merge: remove unnecessary matcher checksSun, 19 Mar 2017 11:42:17 -0700, by Durham Goode
-
rebase: use one dirstateguard for entire rebaseSun, 19 Mar 2017 11:54:15 -0700, by Durham Goode
-
histedit: add histedit.singletransaction config optionFri, 10 Mar 2017 15:52:29 -0800, by Durham Goode
-
histedit: pop action after the action is completedFri, 10 Mar 2017 15:43:31 -0800, by Durham Goode
-
histedit: add transaction support to writing the state fileFri, 10 Mar 2017 15:43:31 -0800, by Durham Goode
-
localrepo: forcibly copy list of filecache keysSun, 19 Mar 2017 01:11:00 -0400, by Augie Fackler
-
localrepo: turn hook kwargs back into strs before calling hookSun, 19 Mar 2017 01:10:02 -0400, by Augie Fackler
-
localrepo: ensure transaction id is fully bytes on py3Sun, 19 Mar 2017 01:08:59 -0400, by Augie Fackler
-
dirstate: use future-proof next(iter) instead of iter.nextSun, 19 Mar 2017 01:08:17 -0400, by Augie Fackler
-
posix: tiptoe around tempfile module more delicatelySun, 19 Mar 2017 01:06:47 -0400, by Augie Fackler
-
posix: use open() instead of file()Sun, 19 Mar 2017 01:05:48 -0400, by Augie Fackler
-
revlog: use int instead of longSun, 19 Mar 2017 01:05:28 -0400, by Augie Fackler
-
error: use r-string to properly pop hints from **kwSun, 19 Mar 2017 01:02:42 -0400, by Augie Fackler
-
dispatch: use pycompat.maplist to allow summing with argsSun, 19 Mar 2017 14:17:07 -0400, by Augie Fackler
-
pycompat: add maplist alias for old map behaviorSun, 19 Mar 2017 14:12:38 -0400, by Augie Fackler
-
dispatch: replace mayberepr with shellquoteSun, 19 Mar 2017 14:23:30 -0400, by Augie Fackler
-
color: sync text attributes and buffered text output on Windows (issue5508)Sun, 19 Mar 2017 12:44:45 -0400, by Matt Harbison
-
test-check-help: fix to work on WindowsSun, 19 Mar 2017 14:42:45 -0400, by Matt Harbison
-
branchmap: be more careful about using %d on intsSun, 19 Mar 2017 01:01:25 -0400, by Augie Fackler
-
util: use bytes re on bytes input in fspathSun, 19 Mar 2017 00:16:39 -0400, by Augie Fackler
-
util: use pycompat.bytestr in checkwinfilenameSun, 19 Mar 2017 00:16:08 -0400, by Augie Fackler
-
dispatch: ensure repr is bytes in _maybereprSun, 19 Mar 2017 00:22:04 -0400, by Augie Fackler
-
dispatch: extract maybe-use-repr formatting to helper functionSun, 19 Mar 2017 00:21:26 -0400, by Augie Fackler
-
dispatch: consolidate formatting of argumentsSun, 19 Mar 2017 00:18:53 -0400, by Augie Fackler
-
py3: make the regular expression bytes to prevent TypeErrorFri, 17 Mar 2017 05:10:58 +0530, by Pulkit Goyal
-
pager: flush outputs before firing pager processSat, 25 Feb 2017 17:29:30 +0900, by Yuya Nishihara
-
patchbomb: use modern pager to display -n/--test result (BC)Sat, 25 Feb 2017 17:27:48 +0900, by Yuya Nishihara
-
httpconnection: make sure to clear progress of httpsendfile at EOFSat, 18 Mar 2017 16:02:14 +0900, by Yuya Nishihara
-
py3: convert log opts to bytes-key dictTue, 14 Mar 2017 18:23:59 +0900, by Yuya Nishihara
-
graphlog: pass function arguments without expansionTue, 14 Mar 2017 18:16:13 +0900, by Yuya Nishihara
-
py3: call codecs.escape_decode() directlyFri, 17 Mar 2017 23:48:22 +0900, by Yuya Nishihara
-
util: wrap s.decode('string_escape') calls for future py3 compatibilityFri, 17 Mar 2017 23:42:46 +0900, by Yuya Nishihara
-
merge with stableSat, 18 Mar 2017 12:27:52 -0400, by Augie Fackler
-
hgwebdir: add support for explicit index filesSun, 05 Mar 2017 22:22:32 -0500, by Matt Harbison
-
ui: move configlist parser to config.pyFri, 17 Mar 2017 09:19:56 -0700, by Jun Wu
-
tests: allow ModuleNotFoundError in addition to ImportErrorFri, 17 Mar 2017 09:58:49 -0700, by Martin von Zweigbergk
-
pager: skip running the pager if it's set to 'cat'Wed, 15 Mar 2017 20:34:26 -0400, by Augie Fackler
-
pager: avoid shell=True on subprocess.Popen for better errors (issue5491)Wed, 15 Mar 2017 20:33:47 -0400, by Augie Fackler
-
py3: change explicit conversion of config value from str to pycompat.bytestrFri, 17 Mar 2017 19:12:22 +0530, by Rishabh Madan
-
py3: add __bool__ to every class defining __nonzero__Mon, 13 Mar 2017 12:40:14 -0700, by Gregory Szorc
-
merge: also allow 'e' action with experimental.updatecheck=noconflictMon, 13 Mar 2017 21:58:43 -0700, by Martin von Zweigbergk
-
exchange: use v2 bundles for modern compression engines (issue5506) stableThu, 16 Mar 2017 12:33:15 -0700, by Gregory Szorc
-
exchange: reject new compression engines for v1 bundles (issue5506) stableThu, 16 Mar 2017 12:23:56 -0700, by Gregory Szorc
-
config: honour the trusted flag in ui.configbytesSun, 12 Mar 2017 11:43:31 -0700, by Martijn Pieters
-
osutil: fix potential wrong fd closeWed, 15 Mar 2017 20:43:12 -0700, by Jun Wu
-
parsers: use Python memory allocator for indexObject->offsetsThu, 09 Mar 2017 12:09:31 -0800, by Gregory Szorc
-
parsers: use Python memory allocator in commonancestorsheads()Thu, 09 Mar 2017 12:02:59 -0800, by Gregory Szorc
-
osutil: use Python memory allocator in _listdirThu, 09 Mar 2017 11:56:47 -0800, by Gregory Szorc
-
bdiff: use Python memory allocator in fixwsThu, 09 Mar 2017 11:54:25 -0800, by Gregory Szorc
-
localrepo: fix deprecation warning version of wfileThu, 16 Mar 2017 11:17:55 -0700, by Pierre-Yves David
-
util: explicitly tests for NoneWed, 15 Mar 2017 15:07:14 -0700, by Pierre-Yves David
-
context: simplify call to icase matcher in 'match()'Wed, 15 Mar 2017 15:38:02 -0700, by Pierre-Yves David
-
py3: make sure using bytes status char rather than ascii valuesThu, 16 Mar 2017 09:13:13 +0530, by Pulkit Goyal
-
shelve: get rid of ui.backupconfigThu, 16 Mar 2017 14:27:41 -0700, by Jun Wu
-
rebase: get rid of ui.backupconfigThu, 16 Mar 2017 14:40:34 -0700, by Jun Wu
-
mq: get rid of ui.backupconfigThu, 16 Mar 2017 14:39:18 -0700, by Jun Wu
-
histedit: get rid of ui.backupconfigThu, 16 Mar 2017 14:36:35 -0700, by Jun Wu
-
record: get rid of ui.backupconfigThu, 16 Mar 2017 14:34:35 -0700, by Jun Wu
-
import: get rid of ui.backupconfigThu, 16 Mar 2017 14:23:49 -0700, by Jun Wu
-
clone: get rid of ui.backupconfigThu, 16 Mar 2017 14:18:50 -0700, by Jun Wu
-
commit: get rid of ui.backupconfigThu, 16 Mar 2017 14:15:20 -0700, by Jun Wu
-
branchmap: handle nullrev in setcachedataWed, 15 Mar 2017 15:48:57 -0700, by Durham Goode
-
py3: call codecs.escape_encode() directlyWed, 15 Mar 2017 23:28:39 +0900, by Yuya Nishihara
-
templatekw: make join() escape values of extras (BC) (issue5504)Wed, 15 Mar 2017 23:21:30 +0900, by Yuya Nishihara
-
util: wrap s.encode('string_escape') call for future py3 compatibilityWed, 15 Mar 2017 23:06:50 +0900, by Yuya Nishihara
-
py3: prove hg tip worksMon, 13 Mar 2017 09:24:53 -0700, by Yuya Nishihara
-
py3: call strftime() with native str typeMon, 13 Mar 2017 09:19:07 -0700, by Yuya Nishihara
-
encoding: add converter between native str and byte stringMon, 13 Mar 2017 09:12:56 -0700, by Yuya Nishihara
-
encoding: factor out unicode variants of from/tolocal()Mon, 13 Mar 2017 09:11:08 -0700, by Yuya Nishihara
-
py3: use next() to obtain next item from inner generator of generatorsetMon, 13 Mar 2017 08:53:31 -0700, by Yuya Nishihara
-
py3: rewrite itervalues() as values() by importerMon, 13 Mar 2017 08:44:57 -0700, by Yuya Nishihara
-
py3: use portable way to stringify cache key of repoviewSun, 12 Mar 2017 17:20:42 -0700, by Yuya Nishihara
-
exewrapper: prefer HackableMercurial python if availbaleMon, 13 Mar 2017 12:44:13 -0700, by Kostia Balytskyi
-
import-checkers: split tests of the tool from running it on the sourceTue, 14 Mar 2017 23:07:08 -0700, by Pierre-Yves David
-
py3: use bytestr wrapper in revsetlang.tokenize()Thu, 16 Mar 2017 21:36:21 +0900, by Yuya Nishihara
-
py3: use bytestr wrapper in revsetlang.formatspec()Thu, 16 Mar 2017 21:33:25 +0900, by Yuya Nishihara
-
pycompat: add bytestr wrapper which mostly acts as a Python 2 strWed, 08 Mar 2017 22:48:26 +0900, by Yuya Nishihara
-
tests: allow running doctests selectively on Python 3Wed, 08 Mar 2017 22:13:32 +0900, by Yuya Nishihara
-
context: explicitly tests for NoneWed, 15 Mar 2017 15:33:24 -0700, by Pierre-Yves David
-
filemerge: explicitly tests for NoneWed, 15 Mar 2017 15:11:52 -0700, by Pierre-Yves David
-
hgweb: explicitly tests for NoneWed, 15 Mar 2017 15:11:04 -0700, by Pierre-Yves David
-
hgweb: explicitly tests for None in webutilWed, 15 Mar 2017 15:10:09 -0700, by Pierre-Yves David
-
match: explicitly tests for NoneWed, 15 Mar 2017 15:08:45 -0700, by Pierre-Yves David
-
mq: explicitly tests for NoneWed, 15 Mar 2017 15:05:54 -0700, by Pierre-Yves David
-
rebase: explicitly tests for NoneWed, 15 Mar 2017 15:03:43 -0700, by Pierre-Yves David
-
py3: use iter() instead of iterkeys()Thu, 16 Mar 2017 04:53:23 +0530, by Rishabh Madan
-
localrepo: deprecated '_link'Fri, 05 Aug 2016 14:15:45 +0200, by Pierre-Yves David
-
localrepo: use self.wvfs.islink directlyFri, 05 Aug 2016 14:19:31 +0200, by Pierre-Yves David
-
py3: convert opts back to bytes for statusThu, 16 Mar 2017 10:10:00 +0530, by Pulkit Goyal
-
parsers: handle refcounting of "parents" consistentlyMon, 13 Mar 2017 17:49:13 -0700, by Gregory Szorc
-
py3: make py3 compat.iterbytestr simpler and fasterWed, 15 Mar 2017 09:32:18 -0700, by Martin von Zweigbergk
-
py3: optimize py3 compat.bytechr using Struct.packWed, 15 Mar 2017 09:30:50 -0700, by Martin von Zweigbergk
-
tests: properly drop back to root dir in test-status.tWed, 15 Mar 2017 19:26:20 -0700, by Ryan McElroy
-
dirstate: use list comprehension to get a list of keysThu, 16 Mar 2017 09:00:27 +0530, by Pulkit Goyal
-
match: slice over bytes to get the byteschr instead of ascii valueThu, 16 Mar 2017 08:03:51 +0530, by Pulkit Goyal
-
match: make regular expression bytes to prevent TypeErrorThu, 16 Mar 2017 07:52:47 +0530, by Pulkit Goyal
-
scmutil: make function name bytes in class filecacheThu, 16 Mar 2017 06:32:33 +0530, by Pulkit Goyal
-
localrepo: deprecate 'wfile'Wed, 15 Mar 2017 00:27:17 -0700, by Pierre-Yves David
-
eol: use 'wvfs' instead of 'wfile'Wed, 15 Mar 2017 00:31:59 -0700, by Pierre-Yves David
-
localrepo: use 'wvfs' instead of 'wfile'Wed, 15 Mar 2017 00:29:09 -0700, by Pierre-Yves David
-
tagmerge: use 'wvfs' instead of 'wfile'Wed, 15 Mar 2017 00:28:58 -0700, by Pierre-Yves David
-
gpg: use 'wvfs' instead of 'wfile'Wed, 15 Mar 2017 00:28:21 -0700, by Pierre-Yves David
-
test: add a basic 'test-check-pylint.t'Wed, 28 Dec 2016 23:42:50 +0100, by Pierre-Yves David
-
localrepo: don't use mutable default argument valueTue, 14 Mar 2017 23:50:07 -0700, by Pierre-Yves David
-
httpclient: don't use mutable default argument valueTue, 14 Mar 2017 23:49:25 -0700, by Pierre-Yves David
-
largefiles: don't use mutable default argument valueTue, 14 Mar 2017 23:49:10 -0700, by Pierre-Yves David
-
hgk: don't use mutable default argument valueTue, 14 Mar 2017 23:48:25 -0700, by Pierre-Yves David
-
convert: don't use mutable default argument valueTue, 14 Mar 2017 23:48:08 -0700, by Pierre-Yves David
-
mq: don't use mutable default argument valueTue, 14 Mar 2017 23:46:48 -0700, by Pierre-Yves David
-
pager: if old pager extensions is enabled, respect pager.attendMon, 13 Mar 2017 21:43:17 -0700, by Martin von Zweigbergk
-
tests: duplicate test for pager for old extension and for in-core pagerMon, 13 Mar 2017 21:42:59 -0700, by Martin von Zweigbergk
-
util: make strdate's defaults default value a dictTue, 14 Mar 2017 08:51:35 -0700, by Gregory Szorc
-
py3: open file in rb modeWed, 15 Mar 2017 14:51:18 +0530, by Rishabh Madan
-
debuglabelcomplete: fix to call debugnamecomplete in new locationTue, 14 Mar 2017 13:10:30 -0700, by Kyle Lippincott
-
tests: prove that `hg init` works with Python 3Mon, 13 Mar 2017 13:06:37 -0700, by Gregory Szorc
-
pycompat: custom implementation of urllib.parse.quote()Mon, 13 Mar 2017 12:16:47 -0700, by Gregory Szorc
-
pycompat: alias urllib symbols directlyMon, 13 Mar 2017 12:14:17 -0700, by Gregory Szorc
-
tests: clean up bad extensionMon, 13 Mar 2017 13:08:11 -0700, by Gregory Szorc
-
perf: perform a garbage collection before each iterationMon, 13 Mar 2017 18:16:42 -0700, by Gregory Szorc
-
formatter: support json formatting of long typeMon, 13 Mar 2017 18:31:29 -0700, by Gregory Szorc
-
rebase: don't use mutable default argument valueSun, 12 Mar 2017 21:56:39 -0700, by Gregory Szorc
-
mq: don't use mutable default argument valueSun, 12 Mar 2017 21:55:46 -0700, by Gregory Szorc
-
util: don't use mutable default argument valueSun, 12 Mar 2017 21:54:32 -0700, by Gregory Szorc
-
match: don't use mutable default argument valueSun, 12 Mar 2017 21:53:03 -0700, by Gregory Szorc
-
hgweb: don't use mutable default argument valueSun, 12 Mar 2017 21:52:17 -0700, by Gregory Szorc
-
hgweb: don't use mutable default argument valueMon, 26 Dec 2016 16:55:47 -0700, by Gregory Szorc
-
filemerge: don't use mutable default argument valueMon, 26 Dec 2016 16:54:33 -0700, by Gregory Szorc
-
context: don't use mutable default argument valueSun, 12 Mar 2017 21:50:42 -0700, by Gregory Szorc
-
heads: enable pagerMon, 13 Mar 2017 11:19:24 -0700, by Martin von Zweigbergk
-
branches: enable pagerMon, 13 Mar 2017 11:03:59 -0700, by Martin von Zweigbergk
-
py3: fix slicing of bytes in revset.formatspec()Sun, 12 Mar 2017 17:16:43 -0700, by Yuya Nishihara
-
py3: make set of revset operators and quotes in bytesSun, 12 Mar 2017 17:13:54 -0700, by Yuya Nishihara
-
py3: convert set of revset initial symbols back to bytesSun, 12 Mar 2017 17:10:14 -0700, by Yuya Nishihara
-
pycompat: add helper to iterate each char in bytesSun, 12 Mar 2017 17:04:45 -0700, by Yuya Nishihara
-
branchmap: fix python 2.6 by using util.buffer() instead of passing bytearraySun, 12 Mar 2017 19:47:51 -0400, by Augie Fackler
-
rebase: allow rebasing children of wd to wd if a new branch has been set (BC)Sun, 12 Mar 2017 16:44:01 -0700, by Mads Kiilerich
-
merge: check current wc branch for 'nothing to merge', not its p1Sun, 12 Mar 2017 16:41:46 -0700, by Mads Kiilerich
-
lock: do not encode result of gethostname on Python 2Sun, 12 Mar 2017 16:26:34 -0700, by Yuya Nishihara
-
py3: prove `hg files --rev` worksSun, 12 Mar 2017 03:33:38 -0400, by Augie Fackler
-
tests: make a variable for hg binary location in test-check-py3-commandsSun, 12 Mar 2017 03:37:45 -0400, by Augie Fackler
-
lock: encode result of gethostname into a bytestringSun, 12 Mar 2017 03:28:50 -0400, by Augie Fackler
-
config: avoid using a mutable defaultSun, 12 Mar 2017 12:56:12 -0700, by Martijn Pieters
-
localrepo: deprecate 'repo.join' in favor of 'repo.vfs.join'Fri, 05 Aug 2016 14:09:04 +0200, by Pierre-Yves David
-
pycompat: move imports of cStringIO/io to where they are usedSun, 12 Mar 2017 12:54:11 -0700, by Yuya Nishihara
-
rbc: empty (and invalid) rbc-names file should give an empty name listSun, 12 Mar 2017 12:17:30 -0700, by Mads Kiilerich
-
rbc: use struct unpack_from and pack_into instead of unpack and packWed, 19 Oct 2016 02:46:35 +0200, by Mads Kiilerich
-
revlog: use bytes() instead of str() to get data from memoryviewSun, 12 Mar 2017 15:27:02 -0400, by Augie Fackler
-
util: teach url object about __bytes__Sun, 12 Mar 2017 03:33:22 -0400, by Augie Fackler
-
manifest: ensure paths are bytes (not str) in pure parserSun, 12 Mar 2017 03:31:54 -0400, by Augie Fackler
-
manifest: now that node.bin is available, use it directlySun, 12 Mar 2017 03:30:15 -0400, by Augie Fackler
-
manifest: use node.bin instead of .decode('hex')Sun, 12 Mar 2017 03:29:48 -0400, by Augie Fackler
-
manifest: add __next__ methods for Python 3Sun, 12 Mar 2017 00:43:20 -0500, by Augie Fackler
-
files: use native string type to load rev opt from dictSun, 12 Mar 2017 00:51:00 -0500, by Augie Fackler
-
store: fix many single-byte ops to use slicing in _auxencodeSun, 12 Mar 2017 00:50:44 -0500, by Augie Fackler
-
py3: add "b" prefix to string literals related to module policyMon, 13 Mar 2017 04:06:36 +0900, by FUJIWARA Katsunori
-
py3: drop unused aliases to array.array which are replaced with bytearraySun, 12 Mar 2017 11:47:02 -0700, by Yuya Nishihara
-
pycompat: default to BytesIO instead of StringIOMon, 13 Mar 2017 00:55:14 +0530, by Pulkit Goyal
-
repoview: specify setattr values as native stringsSun, 12 Mar 2017 00:48:06 -0500, by Augie Fackler
-
revlog: use bytes() to ensure text from _chunks is a reasonable typeSun, 12 Mar 2017 03:32:38 -0400, by Augie Fackler
-
revlog: extract first byte of revlog with a slice so it's portableSun, 12 Mar 2017 00:49:49 -0500, by Augie Fackler
-
revsetlang: slice out single bytes instead of indexingSun, 12 Mar 2017 00:46:59 -0500, by Augie Fackler
-
lock: use %d to format integer into a bytestringSun, 12 Mar 2017 03:29:04 -0400, by Augie Fackler
-
parser: use %d instead of %s for interpolating error positionSun, 12 Mar 2017 00:44:59 -0500, by Augie Fackler
-
manifest: unbreak pure-python manifest parsing on Python 3Sun, 12 Mar 2017 00:44:21 -0500, by Augie Fackler
-
context: use portable construction to verify int parsingSun, 12 Mar 2017 00:43:47 -0500, by Augie Fackler
-
ui: portably bytestring-ify url objectSun, 12 Mar 2017 01:59:23 -0500, by Augie Fackler
-
scmutil: fix key generation to portably bytestringify integerSun, 12 Mar 2017 00:47:39 -0500, by Augie Fackler
-
branchmap: stringify int in a portable waySun, 12 Mar 2017 00:42:46 -0500, by Augie Fackler
-
branchmap: don't use buffer() on Python 3Sun, 12 Mar 2017 00:49:19 -0500, by Augie Fackler
-
py3: use bytearray() instead of array('c', ...) constructionsSun, 12 Mar 2017 03:32:21 -0400, by Augie Fackler
-
summary: don't explicitly str() something we're about to %sSat, 11 Mar 2017 20:58:26 -0500, by Augie Fackler
-
context: implement both __bytes__ and __str__ for Python 3Sat, 11 Mar 2017 20:57:40 -0500, by Augie Fackler
-
context: work around `long` not existing on Python 3Sat, 11 Mar 2017 20:57:04 -0500, by Augie Fackler
-
phases: explicitly evaluate list returned by mapSat, 11 Mar 2017 20:53:20 -0500, by Augie Fackler
-
ui: check for --debugger in sys.argv using r-string to avoid bytes on py3Sat, 11 Mar 2017 20:51:09 -0500, by Augie Fackler
-
minirst: use bytes.strip instead of str.stripSun, 12 Mar 2017 22:46:57 +0530, by Pulkit Goyal
-
smcposix: pass unicode as first argument to array.arraySun, 12 Mar 2017 22:27:53 +0530, by Pulkit Goyal
-
util: pass encoding.[encoding|encodingmode] as unicodesSun, 12 Mar 2017 07:35:13 +0530, by Pulkit Goyal
-
win32text: directly use repo.vfs.joinWed, 08 Mar 2017 16:52:57 -0800, by Pierre-Yves David
-
transplant: directly use repo.vfs.joinWed, 08 Mar 2017 16:52:49 -0800, by Pierre-Yves David
-
shelve: directly use repo.vfs.joinWed, 08 Mar 2017 16:52:42 -0800, by Pierre-Yves David
-
share: directly use repo.vfs.joinWed, 08 Mar 2017 16:52:30 -0800, by Pierre-Yves David
-
mq: directly use repo.vfs.joinWed, 08 Mar 2017 16:52:16 -0800, by Pierre-Yves David
-
largefiles: directly use repo.vfs.joinWed, 08 Mar 2017 16:52:06 -0800, by Pierre-Yves David
-
keyword: directly use repo.vfs.joinWed, 08 Mar 2017 16:51:57 -0800, by Pierre-Yves David
-
journal: directly use repo.vfs.joinWed, 08 Mar 2017 16:51:49 -0800, by Pierre-Yves David