Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+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.
archival: tar file modes need to be sysstrs
2018-03-04, by Augie Fackler
archival: fsdecode paths before passing to tar or zip objects
2018-03-04, by Augie Fackler
py3: add b'' prefixes in tests/test-minirst.py
2018-03-04, by Pulkit Goyal
py3: make sure __repr__ returns a str
2018-03-04, by Pulkit Goyal
py3: make sure regular expressions are bytes
2018-03-04, by Pulkit Goyal
py3: use bytes instead of str to make sure we use bytes internally
2018-03-04, by Pulkit Goyal
py3: use util.forcebytestr instead of str to convert error messages
2018-03-04, by Pulkit Goyal
lock: block signal interrupt while making a lock file
2018-03-03, by Yuya Nishihara
fuzz: add some more docs about building/running fuzzers
2018-03-04, by Augie Fackler
util: also silence py3 warnings from codec module
2018-03-04, by Augie Fackler
test-annotate: set stdin and stdout to binary to get CR unmodified
stable
2018-03-04, by Yuya Nishihara
test-annotate: rewrite sed with some python
stable
2018-03-04, by Yuya Nishihara
docs: small fixes for profiling.nested and the overall description
2018-02-15, by Kyle Lippincott
scmutil: fix oversight in b76248e51605c6 where I forgot to use msg
2018-03-04, by Augie Fackler
hghave: remove unused "as ex" in exception block
2018-03-04, by Augie Fackler
tests: port test-log to Python 3
2018-03-03, by Augie Fackler
py3: make gettext domain a system string
2018-03-03, by Yuya Nishihara
templater: fix position of terminator character in error message
2018-03-04, by Yuya Nishihara
merge with stable
2018-03-04, by Augie Fackler
test-subrepo: glob away an unstable hash
stable
2018-03-03, by Matt Harbison
subrepo: activate clone pooling to enable sharing with remote URLs
stable
2018-03-01, by Matt Harbison
subrepo: don't attempt to share remote sources (issue5793)
stable
2018-03-01, by Matt Harbison
test-subrepo: demonstrate problems with subrepo sharing and absolute paths
stable
2018-02-28, by Matt Harbison
revsetlang: add a hint for more useful parse errors
2018-03-03, by Ryan McElroy
setup: ignore extension load failures when finding working hg
2018-03-03, by Ryan McElroy
profile: colorize output on Windows
2018-03-03, by Matt Harbison
dispatch: don't clamp the range of the exit code twice
2018-03-03, by Kevin Bullock
bdiff: avoid pointer arithmetic on void*
2018-03-03, by Matt Harbison
fuzz: add a quick README to try and document how to test new fuzzers
2018-03-03, by Augie Fackler
fuzz: add a fuzzer for xdiff
2018-03-03, by Augie Fackler
tests: add tests about diff quality
2018-03-03, by Jun Wu
run-tests: allow #require inside #if
2018-03-03, by Jun Wu
mdiff: add a config option to use xdiff algorithm
2018-03-03, by Jun Wu
bdiff: add a xdiffblocks method
2018-03-03, by Jun Wu
xdiff: reduce indent heuristic overhead
2018-03-03, by Jun Wu
xdiff: add a bdiff hunk mode
2018-03-03, by Jun Wu
xdiff: remove patience and histogram diff algorithms
2018-03-03, by Jun Wu
xdiff: vendor xdiff library from git
2018-03-03, by Jun Wu
templater: provide hint for multi-line templates with parse errors
2018-03-03, by Ryan McElroy
templater: add hint to template parse errors to help locate issues
2018-03-03, by Ryan McElroy
py3: use b"%d" to covert integer to bytes instead of str
2018-03-02, by Pulkit Goyal
py3: use bytes() instead of str()
2018-03-02, by Pulkit Goyal
py3: replace __str__ to __bytes__ in hgext/journal.py
2018-03-02, by Pulkit Goyal
testrunner: add option to sort tests by previous run time
2018-01-31, by Martin von Zweigbergk
py3: whitelist another 15 passing tests
2018-03-03, by Augie Fackler
cmdutil: ensure PatchError messages are coerded to bytes, not str
2018-03-03, by Augie Fackler
tests: fix bytes literals in test-fncache.t
2018-03-03, by Augie Fackler
scmutil: avoid using basestring and add explicit handling of unicodes
2018-03-03, by Augie Fackler
tests: fix inline extension bytes in test-ssh-proto-unbundle.t
2018-03-03, by Augie Fackler
hghave: fix up clang-libfuzzer regex to be bytes
2018-03-03, by Augie Fackler
py3: accept both unicode and byte strings as filename carried by IOError
2018-03-03, by Yuya Nishihara
py3: back out c77c925987d7 to store bytes filename in IOError
2018-03-03, by Yuya Nishihara
largefiles: headers and values need to be sysstrs, add r prefixes
2018-03-03, by Augie Fackler
cext: accept arguments as Py_buffer
2018-03-03, by Gregory Szorc
cext: refactor cleanup code in bdiff()
2018-03-03, by Gregory Szorc
py3: use pycompat.bytestr() to convert error messages to bytes
2018-03-02, by Pulkit Goyal
url: more bytes/unicodes fussing in url.py around auth handling
2018-03-03, by Augie Fackler
httpconnection: convert url to bytes in readauthforuri
2018-03-03, by Augie Fackler
tests: prevent enormous output spew in test-lfs-largefiles.t
2018-03-03, by Augie Fackler
py3: fix formatting of path-auditing errors
2018-03-03, by Yuya Nishihara
py3: make os.curdir a bytes
2018-03-03, by Yuya Nishihara
py3: make os.pardir a bytes
2018-03-03, by Yuya Nishihara
py3: fix slicing of bytes in patch.iterhunks()
2018-03-03, by Yuya Nishihara
tests: fix various test-check-module-imports.t violations
2018-03-03, by Augie Fackler
pycompat: prevent encoding or decoding values if not required
2018-02-27, by Pulkit Goyal
py3: add some b'' to make test-lock-badness.t happy
2018-03-03, by Yuya Nishihara
py3: fix formatting of lock error message
2018-03-03, by Yuya Nishihara
py3: fix some unicode madness in global exception catcher
2018-03-03, by Yuya Nishihara
py3: pass a system-string filename to sub-classes of IOError
2018-03-03, by Yuya Nishihara
py3: fix some membership tests on linkrev adjustment
2018-03-03, by Yuya Nishihara
py3: make test-basic.t pass on Python 3
2018-03-02, by Yuya Nishihara
py3: silence the final IOError by closing stdout/err slightly early
2018-03-02, by Yuya Nishihara
py3: conditionalize initialization of stdio flags
2018-03-02, by Yuya Nishihara
test-command-template: glob out detailed "invalid escape" message
2018-03-01, by Yuya Nishihara
templater: byte-stringify dict/list values before passing to default format
2018-03-01, by Yuya Nishihara
templater: allow dynamically switching the default dict/list formatting
2018-03-01, by Yuya Nishihara
py3: use util.forcevytestr to convert error to bytes
2018-03-03, by Pulkit Goyal
util: report integer result from write()
2018-03-03, by Gregory Szorc
util: log readinto() I/O
2018-03-03, by Gregory Szorc
util: teach escapedata() about bytearray
2018-03-02, by Gregory Szorc
sshpeer: don't read(0)
2018-03-02, by Gregory Szorc
py3: unblock C extensions on Python 3
2018-03-03, by Yuya Nishihara
py3: make test-ancestors.py pass on Python 3 with C extensions
2018-03-03, by Yuya Nishihara
py3: do not pass a memoryview to bdiff.bdiff()
2018-03-03, by Yuya Nishihara
py3: do not pass a list of iterators to computephasesmapsets()
2018-03-03, by Yuya Nishihara
cext: fix computephasesmapsets() not to return without setting an exception
2018-03-03, by Yuya Nishihara
py3: do not pass a float to dict_new_presized()
2018-03-03, by Yuya Nishihara
cext: mark tuple_format as a constant
2018-03-03, by Yuya Nishihara
py3: bulk-replace 'const char*' format specifier passed to PyArg_ParseTuple*()
2018-03-03, by Yuya Nishihara
py3: bulk-replace bytes format specifier passed to Py_BuildValue()
2018-03-03, by Yuya Nishihara
py3: add PY23() macro to switch string literal depending on python version
2018-03-03, by Yuya Nishihara
py3: don't try to mangle C extension blob by code transformer
2018-03-03, by Yuya Nishihara
tests: add missing b prefixes in test-atomictempfile.py
2018-03-02, by Augie Fackler
wireproto: only expose "between" to version 1 of wire protocols
2018-02-27, by Gregory Szorc
tests: add more tests around hook output and getbundle
2018-03-02, by Gregory Szorc
wireproto: add transport specific capabilities in the transport
2018-02-27, by Gregory Szorc
wireproto: don't expose changegroupsubset capability if not available
2018-02-27, by Gregory Szorc
wireproto: don't expose legacy commands to version 2 of wire protocol
2018-02-27, by Gregory Szorc
wireprotoserver: identify requests via version 2 of SSH protocol as such
2018-02-27, by Gregory Szorc
wireproto: allow wire protocol commands to declare transport support
2018-03-02, by Gregory Szorc
sshpeer: don't read from stderr when that behavior is disabled
2018-03-02, by Gregory Szorc
util: extract all date-related utils in utils/dateutil module
2018-02-15, by Boris Feld
clone: updates the help text for hg clone -{r,b} (issue5654)
2018-02-08, by Sangeet Kumar Mishra
py3: whitelist more passing tests
2018-03-02, by Augie Fackler
lfs: convert hexdigest to bytes using sysbytes
2018-03-02, by Augie Fackler
lfs: use %d to encode int, not str()
2018-03-02, by Augie Fackler
lfs: use byteskwargs() on some **kwargs for python 3 compat
2018-03-02, by Augie Fackler
lfs: add some bytestring wrappers in blobstore.py
2018-03-02, by Augie Fackler
lfs: add missing b prefixes on some regular expressions
2018-03-02, by Augie Fackler
templatekw: deprecate showdict() and showlist() (API)
2018-02-25, by Yuya Nishihara
templatekw: switch remainder of _showlist template keywords to new API
2018-02-25, by Yuya Nishihara
templatekw: switch manifest template keyword to new API
2018-02-25, by Yuya Nishihara
templatekw: switch latesttags template keywords to new API
2018-02-25, by Yuya Nishihara
templatekw: switch revset() to new API
2018-02-25, by Yuya Nishihara
templatekw: switch obsfate-related template keywords to new API
2018-02-25, by Yuya Nishihara
templatekw: switch namespace template keywords to new API
2018-02-25, by Yuya Nishihara
namespace: use registrar to add template keyword
2018-02-25, by Yuya Nishihara
templatekw: switch most of showlist template keywords to new API (issue5779)
2018-02-25, by Yuya Nishihara
templatekw: switch showdict template keywords to new API
2018-02-25, by Yuya Nishihara
py3: bail on ratcheting tests forward on 3.6.0 and 3.6.1
2018-03-02, by Kevin Bullock
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip