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.
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
py3: silence "bad escape" warning emitted by re.sub()
2018-03-01, by Yuya Nishihara
debugcommands: add some strkwargs love to some **args calls
2018-03-02, by Augie Fackler
debugcommands: add an r prefix to make file mode for fdopen a sysstr
2018-03-02, by Augie Fackler
util: work around Python 3 returning None at EOF instead of ''
2018-03-02, by Augie Fackler
util: add missing r prefix on some __setattr__ calls
2018-03-02, by Augie Fackler
tests: add some re and globs for test-revset on python3
2018-03-02, by Augie Fackler
tests: add missing b prefixes and fix a %s to %d in test-revset.t
2018-03-02, by Augie Fackler
revset: use %d to turn an int into a bytestr
2018-03-02, by Augie Fackler
revset: use {force,}bytestr to fix some %r formatting issues
2018-03-02, by Augie Fackler
py3: sixteen more passing tests
2018-03-02, by Augie Fackler
debugcommands: fix repr in debugignore print with pycompat.bytestr
2018-03-02, by Augie Fackler
verify: fix exception formatting bug in Python 3
2018-03-01, by Augie Fackler
get-with-headers: use bytes stdout thoroughly
2018-03-02, by Yuya Nishihara
exchange: remove dead assignment or forcebundle1
2018-03-01, by Martin von Zweigbergk
templatekw: fix dict construction in _showlist to not mix bytes and strs
2018-03-02, by Augie Fackler
templatefilters: avoid infinite recursion bug in stringify
2018-03-02, by Augie Fackler
match: some minimal pycompat fixes guided by test-hgignore.t
2018-03-02, by Augie Fackler
purge: apply byteskwargs to opts, fixing all python3 issues here
2018-03-02, by Augie Fackler
tests: port test-bookmarks.t extension to Python 3
2018-03-02, by Augie Fackler
scmutil: fix a repr in an error message on Python 3
2018-03-02, by Augie Fackler
bookmarks: fix a repr in a message on Python 3
2018-03-02, by Augie Fackler
py3: add missing b prefixes in test-debugextensions.t
2018-03-02, by Augie Fackler
tests: help dummysmtpd work on python 3
2018-03-01, by Augie Fackler
tests: port helper script revlog-formatv0.py to python 3
2018-03-01, by Augie Fackler
tests: add missing b prefix in test python in test-issue2137.t
2018-03-01, by Augie Fackler
templatefilters: convert arguments to sysstrs for unicode() ctor
2018-03-01, by Augie Fackler
py3: use util.forcebytestr() to convert IOErrors to bytes
2018-03-02, by Pulkit Goyal
py3: whitelist three more passing tests
2018-03-01, by Augie Fackler
convert: fix two %r output formats with pycompat.bytestr() wrapping
2018-03-01, by Augie Fackler
convert: use our shlex wrapper in filemap to avoid Python 3 tracebacks
2018-03-01, by Augie Fackler
convcmd: use our shlex wrapper to avoid Python 3 tracebacks
2018-03-01, by Augie Fackler
convert: add some utility code for working with shlex on Python 3
2018-03-01, by Augie Fackler
pycompat: add support for encoding argument to our wrapper
2018-03-01, by Augie Fackler
py3: port tests/test-wireproto.py to Python 3
2018-03-02, by Pulkit Goyal
py3: use pycompat.bytestr() to convert None to bytes
2018-03-02, by Pulkit Goyal
webcommands: use explicit integer division for Python 3 compat
2018-03-01, by Augie Fackler
templatefilters: stop using str as a variable name
2018-03-02, by Pulkit Goyal
py3: fix string slicing in util.parsetimezone()
2018-03-01, by Yuya Nishihara
py3: replace type 'str' by 'bytes' in templater.py
2018-03-01, by Yuya Nishihara
py3: don't crash when re-raising encoding error
2018-03-01, by Yuya Nishihara
py3: mark all string literals in test-command-template.t as bytes
2018-03-01, by Yuya Nishihara
py3: byte-stringify ValueError of unescapestr() to reraise as ParseError
2018-03-01, by Yuya Nishihara
py3: fix type of string literals in templater.tokenize()
2018-03-01, by Yuya Nishihara
py3: drop b'' from error message generated by templater.runmember()
2018-03-01, by Yuya Nishihara
py3: fix join(), min(), and max() template functions over string
2018-03-01, by Yuya Nishihara
py3: use startswith() to check existence of trailing '\n' in .hgtags file
2018-03-01, by Yuya Nishihara
py3: silence return value of file.write() in test-command-template.t
2018-03-01, by Yuya Nishihara
error: fix isinstnace check to use bytes instead of str
2018-03-01, by Augie Fackler
py3: whitelist another nine passing tests
2018-02-25, by Augie Fackler
util: use pycompat.bytestr() on repr() in date parse abort
2018-02-25, by Augie Fackler
py3: whitelist 14 new tests passing
2018-03-02, by Pulkit Goyal
py3: slice over bytes to prevent getting ascii values
2018-03-02, by Pulkit Goyal
wireprotoserver: move SSHV1 and SSHV2 constants to wireprototypes
2018-02-27, by Gregory Szorc
wireproto: use named arguments for commandentry
2018-02-27, by Gregory Szorc
debugcommands: support for triggering push protocol
2018-02-26, by Gregory Szorc
sshpeer: support not reading and forwarding stderr
2018-02-26, by Gregory Szorc
tests: add wire protocol tests for pushkey
2018-02-23, by Gregory Szorc
debugcommands: support for sending "batch" requests
2018-02-23, by Gregory Szorc
debugcommands: allow sending of simple commands with debugwireproto
2018-03-01, by Gregory Szorc
wireproto: sort response to listkeys
2018-02-23, by Gregory Szorc
debugcommands: add debugwireproto command
2018-03-01, by Gregory Szorc
debugcommands: add debugserve command
2018-02-27, by Gregory Szorc
wireprotoserver: support logging SSH server I/O to a file descriptor
2018-02-25, by Gregory Szorc
util: enable observing of util.bufferedinputpipe
2018-02-24, by Gregory Szorc
util: add a file object proxy that can notify observers
2018-02-24, by Gregory Szorc
wireprotoserver: ability to run an SSH server until an event is set
2018-02-24, by Gregory Szorc
tests: fix run-tests environment cleanup on Python 3
2018-03-01, by Augie Fackler
templatekw: add compatlist() as a replacement for showlist()
2018-02-25, by Yuya Nishihara
templatekw: add compatdict() as a replacement for showdict()
2018-02-25, by Yuya Nishihara
templatekw: pass templater to _showlist() by an explicit argument
2018-02-25, by Yuya Nishihara
hgweb: make templater mostly compatible with log templates
2017-12-22, by Yuya Nishihara
log: do not invoke templatekw.showobsfate() as a function
2018-02-25, by Yuya Nishihara
templatekw: inline getfiles()
2018-02-25, by Yuya Nishihara
templatekw: factor out function to build a list of files per status
2018-02-25, by Yuya Nishihara
templatekw: switch non-showlist template keywords to new API
2018-02-25, by Yuya Nishihara
templatekw: extract non-templatekw function as getgraphnode()
2018-02-25, by Yuya Nishihara
convert: avoid closing ui.fout in subversion code (issue5807)
2018-02-28, by Sascha Nemecek
cmdutil: expand filename format string by templater (BC)
2018-01-07, by Yuya Nishihara
annotate: do not poorly split lines at CR (issue5798)
stable
2018-02-21, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip