Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
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.
sshpeer: implement peer for version 2 of wire protocol
2018-02-06, by Gregory Szorc
sshpeer: rename sshpeer class to sshv1peer (API)
2018-02-06, by Gregory Szorc
sshpeer: initial definition and implementation of new SSH protocol
2018-02-06, by Gregory Szorc
internals: refactor wire protocol documentation
2018-02-06, by Gregory Szorc
revlog: rename 'self.checkinlinesize' into '_enforceinlinesize'
2018-02-05, by Boris Feld
revlog: add a _datareadfp context manager for data access needs
2018-02-05, by Boris Feld
revlog: use context manager for data file lifetime in checksize
2018-02-05, by Boris Feld
revlog: use context manager for index file lifetime in checkinlinesize
2018-02-05, by Boris Feld
revlog: use context manager for data file lifetime in checkinlinesize
2018-02-05, by Boris Feld
revlog: use context manager for index file life time in __init__
2018-02-05, by Boris Feld
revlog: move index file opening in a method
2018-02-05, by Boris Feld
revlog: move datafile opening in a method
2018-02-05, by Boris Feld
parseindex: implement context manager method on the wrapper
2018-02-06, by Boris Feld
parseindex: also forward keyword argument in a debug wrapper
2018-02-06, by Boris Feld
dumprevlog: handle being passed a mode parameter
2018-02-06, by Boris Feld
changelog: add the missing 'closed' property on 'appender' object
2018-02-06, by Boris Feld
changelog: implement context manager method for 'appender' object
2018-02-05, by Boris Feld
diff: improve ui.write performance when not coloring on Windows
2018-02-04, by Joerg Sonnenberger
hgsh: enable clang-format
2018-02-06, by Augie Fackler
chg: enable clang-format on all .c and .h files
2018-02-06, by Augie Fackler
python3: whitelist an additional 11 tests
2018-02-07, by Augie Fackler
ui: add explicit path to write prompt text bypassing buffers
2018-02-05, by Yuya Nishihara
ui: write prompt text in ui.prompt(), not in ui._readline()
2018-02-05, by Yuya Nishihara
logcmdutil: mark changesetprinter.showpatch() as private
2018-01-21, by Yuya Nishihara
logcmdutil: drop default arguments from changesetdisplayer/templater() calls
2018-01-21, by Yuya Nishihara
logcmdutil: make default parameters of changesetprinters consistent
2018-01-21, by Yuya Nishihara
mdiff: use str.startswith/endswith() instead of slicing
2018-02-04, by Yuya Nishihara
patch: unify check_binary and binary flags
2018-02-04, by Yuya Nishihara
py3: make sure we open the file in bytes mode
2018-02-07, by Pulkit Goyal
py3: use bytes instead of str
2018-02-07, by Pulkit Goyal
py3: add b'' prefixes to string literals in test files
2018-02-07, by Pulkit Goyal
py3: use range instead of xrange
2018-02-07, by Pulkit Goyal
py3: use open() instead of file()
2018-02-07, by Pulkit Goyal
py3: use pycompat.bytestr to convert _b85chars to bytes
2018-02-07, by Pulkit Goyal
py3: use pycompat.bytechr instead of chr
2018-02-07, by Pulkit Goyal
py3: use pycompat.ziplist instead of zip
2018-02-07, by Pulkit Goyal
patches: move assignment outside the conditional
2018-02-06, by Boris Feld
sshpeer: remove support for connecting to <0.9.1 servers (BC)
2018-02-04, by Gregory Szorc
sshpeer: document the handshake mechanism
2018-02-04, by Gregory Szorc
sshpeer: move handshake outside of sshpeer
2018-02-05, by Gregory Szorc
sshpeer: inline I/O into _validaterepo()
2018-02-04, by Gregory Szorc
sshpeer: clean up API for sshpeer.__init__ (API)
2018-02-05, by Gregory Szorc
sshpeer: establish SSH connection before class instantiation
2018-02-05, by Gregory Szorc
sshpeer: remove frivolous call to _cleanup()
2018-02-04, by Gregory Szorc
sshpeer: extract pipe cleanup logic to own function
2018-02-04, by Gregory Szorc
sshpeer: move ssh command and repo creation logic out of __init__
2018-02-04, by Gregory Szorc
sshpeer: move URL validation out of sshpeer.__init__
2018-02-04, by Gregory Szorc
tests: add low-level SSH protocol tests
2018-02-04, by Gregory Szorc
debugcommands: introduce debugpeer command
2018-02-03, by Gregory Szorc
sshpeer: make "instance" a function
2018-02-04, by Gregory Szorc
lfs: deduplicate oids in the transfer
2018-02-04, by Matt Harbison
cat: call the storage prefetch hook
2018-02-04, by Matt Harbison
archive: call the storage prefetch hook
2018-02-04, by Matt Harbison
lfs: prefetch lfs blobs during revert
2018-02-04, by Matt Harbison
cmdutil: convert _revertprefetch() to a generic stored file hook (API)
2018-02-04, by Matt Harbison
lfs: prefetch lfs blobs when applying merge updates
2018-02-03, by Matt Harbison
lfs: factor out a method for extracting the pointer of a single file
2018-01-27, by Matt Harbison
py3: add b'' to literals in check-config.py
2018-02-05, by Pulkit Goyal
check-config: specify the mode 'rb' to open the file
2017-12-29, by Pulkit Goyal
py3: use open() instead of file()
2018-02-05, by Pulkit Goyal
py3: use pycompat.strkwargs() to convert kwargs' key to str
2018-02-05, by Pulkit Goyal
py3: add __bytes__() for mq.patchheader and make sure __str__ returns str
2018-02-05, by Pulkit Goyal
py3: use "%d" to convert integer to bytes
2018-02-05, by Pulkit Goyal
py3: use .startswith() instead of bytes[0]
2018-02-05, by Pulkit Goyal
py3: slice on bytes to prevent getting the ascii values
2018-02-05, by Pulkit Goyal
py3: add r'' to convert keys to keyword arguments to str
2018-02-04, by Pulkit Goyal
py3: add b'' to tweakdefaults config string
2018-02-04, by Pulkit Goyal
cmdutil: introduce deprecated aliases
2018-02-04, by Boris Feld
makefile: remove Ubuntu Yakkety and Zesty docker targets
2018-02-05, by Anton Shestakov
merge: use operation-provided labels (ex: dest/source) in several merge-tools
2018-01-20, by Kyle Lippincott
filemerge: support passing labels to external merge tools
2018-01-17, by Kyle Lippincott
bookmarks: drop deprecated methods (API)
2018-02-02, by Matt Harbison
archive: rewrite default metadata template as a multi-line bytes literal
2018-02-03, by Yuya Nishihara
py3: drop b'' from repr() of smartset
2018-01-27, by Yuya Nishihara
py3: always drop b'' prefix from repr() of bytestr
2018-01-27, by Yuya Nishihara
py3: format revision number as '%d' in debugrevspec
2018-01-27, by Yuya Nishihara
py3: build repr() of smartset as bytes then convert to str
2018-01-27, by Yuya Nishihara
py3: factor out helpers to apply string conversion recursively
2018-01-27, by Yuya Nishihara
py3: replace "if ispy3" by pycompat.sysbytes() or util.forcebytestr()
2018-01-27, by Yuya Nishihara
py3: replace "if ispy3" by pycompat.bytestr()
2018-01-27, by Yuya Nishihara
py3: replace "if ispy3" by encoding.strtolocal()
2018-01-27, by Yuya Nishihara
localrepo: drop the deprecated walk() method (API)
2018-02-03, by Matt Harbison
dirstate: drop deprecated methods (API)
2018-02-02, by Matt Harbison
templatekw: drop the deprecated '{troubles}' keyword
2018-02-02, by Matt Harbison
obsutil: drop deprecated methods (API)
2018-02-02, by Matt Harbison
revset: drop deprecated evolution predicates
2018-02-02, by Matt Harbison
obsolete: drop deprecated methods (API)
2018-02-02, by Matt Harbison
context: drop deprecated methods (API)
2018-02-02, by Matt Harbison
ui: improve performance for multi-component writes
2018-01-25, by Joerg Sonnenberger
cmdutil: drop aliases for logcmdutil functions (API)
2018-01-21, by Yuya Nishihara
logcmdutil: drop redundant "log" from function names (API)
2018-01-21, by Yuya Nishihara
logcmdutil: rename classes and functions to conform to our coding style (API)
2018-01-21, by Yuya Nishihara
cmdutil: split functions of log-like commands to new module (API)
2018-01-21, by Yuya Nishihara
httppeer: remove support for connecting to <0.9.1 servers (BC)
2018-02-02, by Gregory Szorc
internals: document when "hello" and "capabilities" commands were added
2018-02-01, by Gregory Szorc
tests: make doctest py3-compatible again
2018-01-27, by Yuya Nishihara
lfs: emit a status message to indicate how many blobs were uploaded
2018-01-29, by Matt Harbison
lfs: drop an unused function parameter
2018-01-30, by Matt Harbison
discovery: don't reimplement all()
2018-02-01, by Martin von Zweigbergk
contrib: fix dirstatenonnormalcheck to work in Python 3
2018-02-01, by Augie Fackler
python3: whitelist another 24 passing tests
2018-01-18, by Augie Fackler
mdiff: use slice instead of index on bytestr when checking single bytes
2018-02-01, by Augie Fackler
obsutil: work around filter() being a generator in Python 3
2018-01-18, by Augie Fackler
cmdutil: add a kludge to make bytes repr() the same on 2 and 3
2018-01-18, by Augie Fackler
wireprotoserver: make name part of protocol interface
2018-01-31, by Gregory Szorc
wireprotoserver: make abstractserverproto a proper abstract base class
2018-01-31, by Gregory Szorc
wireprotoserver: make response handling attributes private
2018-01-31, by Gregory Szorc
wireprotoserver: make some instance attributes private
2018-01-31, by Gregory Szorc
wireprotoserver: remove sshserver.getarg()
2018-01-31, by Gregory Szorc
wireprotoserver: remove lock references
2018-01-31, by Gregory Szorc
wireprotoserver: remove support for do_<command> handlers (API)
2018-01-31, by Gregory Szorc
wireprotoserver: make attributes private
2018-01-31, by Gregory Szorc
wireprotoserver: remove unused response attribute
2018-01-31, by Gregory Szorc
wireprotoserver: rename p to proto
2018-01-31, by Gregory Szorc
wireprotoserver: add some blank lines between methods
2018-01-30, by Gregory Szorc
tests: start a set of unit tests for mdiff.py, starting with splitnewlines
2018-01-25, by Augie Fackler
perf: add a perfunidiff command for benchmarking unified diff speed
2018-01-25, by Augie Fackler
wireprotoserver: move abstractserverproto class from wireproto
2018-01-31, by Gregory Szorc
wireprotoserver: move sshserver into module (API)
2018-01-31, by Gregory Szorc
wireprotoserver: don't import symbol from hgweb.common
2018-01-31, by Gregory Szorc
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip