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.
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
hgweb_mod: partially undo 8afc25e7effc to fix py3
2018-02-17, by Augie Fackler
tags: don't feed both int and None to min()
2018-02-17, by Augie Fackler
tests: fix get-with-headers.py on python3 when writing to stdout
2018-02-17, by Augie Fackler
webcommands: use pycompat.strkwargs as needed
2018-02-17, by Augie Fackler
webcommands: unpack contents of length-1 dict portably
2018-02-17, by Augie Fackler
bundle2: use pycompat.strkwargs as needed
2018-02-17, by Augie Fackler
tests: add b prefixes to test-rebase-dest.t
2018-02-17, by Augie Fackler
rebase: sort roots by revision
2018-02-17, by Augie Fackler
httppeer: use %d to format int
2018-02-17, by Augie Fackler
extensions: reject any unicode strings in tables before loading
2018-02-17, by Yuya Nishihara
py3: make test-extdiff.t pass on Python 3
2018-02-17, by Yuya Nishihara
py3: make regexp patterns bytes in extdiff
2018-02-17, by Yuya Nishihara
py3: fix bytes-unicode dance while building docstring of extdiff
2018-02-17, by Yuya Nishihara
py3: factor out byterepr() which returns an asciified value on py3
2018-02-17, by Yuya Nishihara
remotenames: don't use the default value of logfmt for namespaces
2018-02-15, by Pulkit Goyal
py3: whitelist test-pull-http.t
2018-02-17, by Augie Fackler
scmutil: bytes-ify IOErrors before wrapping them in abort message
2018-02-17, by Augie Fackler
py3: port f to Python 3
2018-02-17, by Gregory Szorc
py3: replace file() with open() in test-convert-git.t
2018-02-11, by Pulkit Goyal
bundle: updates the help text for hg bundle (issue5744)
2018-02-15, by Sushil khanchi
py3: get bytes-repr of network errors portably
2018-02-17, by Augie Fackler
hgweb: open server logs in binary mode
2018-02-17, by Augie Fackler
tests: add some b prefixes in test-http-bundle1.t
2018-02-17, by Augie Fackler
hgweb: correctly bytes-ify status, not string-ify
2018-02-17, by Augie Fackler
printenv: port to python3
2018-02-17, by Augie Fackler
py3: whitelist another eight passing tests
2018-02-15, by Augie Fackler
remotenames: port partway to python3 by using collections.MutableMapping
2018-02-14, by Augie Fackler
tests: avoid referring to pvec in demandimport test
2018-02-16, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip