Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-50
-24
+24
+50
+100
+300
+1000
+3000
+10000
tip
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
The revision graph only works with JavaScript-enabled browsers.
files: use native string type to load rev opt from dict
2017-03-12, by Augie Fackler
store: fix many single-byte ops to use slicing in _auxencode
2017-03-12, by Augie Fackler
py3: add "b" prefix to string literals related to module policy
2017-03-13, by FUJIWARA Katsunori
py3: drop unused aliases to array.array which are replaced with bytearray
2017-03-12, by Yuya Nishihara
pycompat: default to BytesIO instead of StringIO
2017-03-13, by Pulkit Goyal
repoview: specify setattr values as native strings
2017-03-12, by Augie Fackler
revlog: use bytes() to ensure text from _chunks is a reasonable type
2017-03-12, by Augie Fackler
revlog: extract first byte of revlog with a slice so it's portable
2017-03-12, by Augie Fackler
revsetlang: slice out single bytes instead of indexing
2017-03-12, by Augie Fackler
lock: use %d to format integer into a bytestring
2017-03-12, by Augie Fackler
parser: use %d instead of %s for interpolating error position
2017-03-12, by Augie Fackler
manifest: unbreak pure-python manifest parsing on Python 3
2017-03-12, by Augie Fackler
context: use portable construction to verify int parsing
2017-03-12, by Augie Fackler
ui: portably bytestring-ify url object
2017-03-12, by Augie Fackler
scmutil: fix key generation to portably bytestringify integer
2017-03-12, by Augie Fackler
branchmap: stringify int in a portable way
2017-03-12, by Augie Fackler
branchmap: don't use buffer() on Python 3
2017-03-12, by Augie Fackler
py3: use bytearray() instead of array('c', ...) constructions
2017-03-12, by Augie Fackler
summary: don't explicitly str() something we're about to %s
2017-03-11, by Augie Fackler
context: implement both __bytes__ and __str__ for Python 3
2017-03-11, by Augie Fackler
context: work around `long` not existing on Python 3
2017-03-11, by Augie Fackler
phases: explicitly evaluate list returned by map
2017-03-11, by Augie Fackler
ui: check for --debugger in sys.argv using r-string to avoid bytes on py3
2017-03-11, by Augie Fackler
minirst: use bytes.strip instead of str.strip
2017-03-12, by Pulkit Goyal
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-50
-24
+24
+50
+100
+300
+1000
+3000
+10000
tip