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
-60
+60
+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.
walkrepos: don't reimplement any()
2018-02-06, by Martin von Zweigbergk
py3: make sure we open file in bytes mode
2018-02-21, by Pulkit Goyal
py3: add b'' to test-ui-color.py
2018-02-21, by Pulkit Goyal
debuginstall: strip double quotes from editorbin on Windows
2018-02-20, by Matt Harbison
pycompat: correct the shlex.split() proxy method signature in py3
2018-02-20, by Matt Harbison
merge with stable
2018-02-20, by Augie Fackler
convert: don't use type as a variable name
2018-02-19, by Pulkit Goyal
convert: don't use bytes as a variable name
2018-02-19, by Pulkit Goyal
py3: add a r'' prefix to prevent transformer from adding b''
2018-02-19, by Pulkit Goyal
py3: use pycompat.byteskwargs in hgext/convert/
2018-02-19, by Pulkit Goyal
py3: add b'' prefixes in test-mdiff.py
2018-02-19, by Pulkit Goyal
py3: use dict.items() instead of dict.iteritems() in tests
2018-02-19, by Pulkit Goyal
py3: add b'' prefixes in test-transplant.t
2018-02-19, by Pulkit Goyal
py3: add b'' prefixes in fakepatchtime.py
2018-02-19, by Pulkit Goyal
py3: add b'' prefixes in fakedirstatewritetime.py
2018-02-19, by Pulkit Goyal
py3: use '%d' to convert integer to bytes
2018-02-19, by Pulkit Goyal
hgweb: show each obsfateentry on its own line
2018-02-19, by Anton Shestakov
tests: check obsolete changeset with two obsfate entries
2018-02-19, by Anton Shestakov
py3: whitelist another six passing tests
2018-02-18, by Augie Fackler
lock: delay is numeric, use %d for formatting
2018-02-18, by Augie Fackler
debugbuilddag: use '%d' instead of str() to get numbered lines
2018-02-18, by Augie Fackler
tests: add missing b prefixes in test-pending.t
2018-02-18, by Augie Fackler
merge: make a copy of dict.items() before mutating the dict during iteration
2018-02-18, by Augie Fackler
largefiles: give some **opts some strkwargs love
2018-02-18, by Augie Fackler
wireproto: fix lingering str(exception) with util.forcebytestr(exception)
2018-02-18, by Augie Fackler
scmutil: fix requires-file isalnum() check on first byte
2018-02-18, by Augie Fackler
largefiles: mark headre as bytes regex
2018-02-18, by Augie Fackler
largfiles: replace filter() with listcomp when result needs to be a list
2018-02-18, by Augie Fackler
largefiles: make scheme regex a bytes regex
2018-02-18, by Augie Fackler
debuginstall: do not parse editor command in posix way on Windows
2018-02-17, by Yuya Nishihara
py3: use bytes() to byte-stringify url object in url.py
2018-02-18, by Yuya Nishihara
url: show full url of proxy server in debug message
2018-02-18, by Yuya Nishihara
py3: make sure we are doing integer division by using '//'
2018-02-19, by Pulkit Goyal
py3: make sure regex is bytes in crecord.py
2018-02-19, by Pulkit Goyal
py3: use "%d" for integers instead of "%s"
2018-02-19, by Pulkit Goyal
py3: make sure we open the files in bytes mode
2018-02-18, by Pulkit Goyal
py3: whitelist another three passing tests
2018-02-18, by Augie Fackler
manifest: use list(dict) instead of dict.keys() to get a list of keys
2018-02-18, by Augie Fackler
manifest: correct the one use of iterkeys() on a dict
2018-02-18, by Augie Fackler
py3: use default dict iterator instead of iterkeys
2018-02-18, by Augie Fackler
py3: whitelist five more passing tests
2018-02-18, by Augie Fackler
httppeer: headers are native strings
2018-02-18, by Augie Fackler
hgweb: header dict entries are native strings
2018-02-18, by Augie Fackler
keepalive: headers are native strings, mark them as such
2018-02-18, by Augie Fackler
py3: use range instead of xrange on py3 in tests/test-ui-verbosity.py
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-revset2.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-mq-qimport.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-issue4074.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-convert-mtn.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-commandserver.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-walk.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange in tests/test-mq-missingfiles.t
2018-02-18, by Pulkit Goyal
py3: use range instead of xrange on py3 in tests/test-filecache.py
2018-02-18, by Pulkit Goyal
py3: use range instead on xrange on py3 in tests/test-atomictempfile.py
2018-02-18, by Pulkit Goyal
py3: add b'' prefix in test-mq-qrefresh-replace-log-message.t
2018-02-18, by Pulkit Goyal
py3: add b'' prefixes in test-mq-eol.t
2018-02-18, by Pulkit Goyal
py3: explicitly convert result of dict.items() into list
2018-02-18, by Pulkit Goyal
py3: use pycompat.byteskwargs() to convert opts keys to bytes
2018-02-18, by Pulkit Goyal
wireprotoserver: py3 helpfully calls adds HTTP_ to CONTENT_LENGTH
2018-02-18, by Augie Fackler
tests: port inline Python in test-http-branchmap.t to Python 3
2018-02-18, by Augie Fackler
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip