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.
keepalive: rewrite readinto() to not use read()
2018-04-11, by Augie Fackler
py3: use bytes() instead of str() on util.url()
2018-04-12, by Pulkit Goyal
py3: use stringutil.forcebytestr() to convert error messages to bytes
2018-04-12, by Pulkit Goyal
py3: suppress the return value of write() in tests/test-subrepo-missing.t
2018-04-12, by Pulkit Goyal
py3: add b'' prefixes in tests/test-linerange.py
2018-04-12, by Pulkit Goyal
py3: add b'' prefix to make the regex bytes
2018-04-12, by Pulkit Goyal
py3: use b'%d' to convert int to bytes instead of str()
2018-04-12, by Pulkit Goyal
py3: use print as a function in test-convert-git.t
2018-04-12, by Pulkit Goyal
py3: use '%d' for integers instead of '%s'
2018-04-12, by Pulkit Goyal
py3: prevent transformer from adding b'' by adding r'' prefix
2018-04-12, by Pulkit Goyal
py3: use pycompat.{strkwargs|byteskwargs} in infinitepush
2018-04-12, by Pulkit Goyal
py3: make sure we open file in bytes mode
2018-04-11, by Pulkit Goyal
diffhelpers: be more tolerant for stripped empty lines of CRLF ending
2018-04-07, by Yuya Nishihara
diffhelpers: make return value of testhunk() more Pythonic
2018-04-09, by Yuya Nishihara
patch: error out if reached to EOF while reading hunk
2018-04-09, by Yuya Nishihara
diffhelpers: remove unused return value from fixnewline() and addlines()
2018-04-09, by Yuya Nishihara
diffhelpers: move out of pure package
2018-04-09, by Yuya Nishihara
diffhelpers: naming and whitespace cleanup
2018-04-09, by Yuya Nishihara
diffhelpers: remove C implementation in favor of pure Python version
2018-04-09, by Yuya Nishihara
patch: stop using cext.diffhelpers
2018-04-09, by Yuya Nishihara
diffhelpers: port docstrings from cext to pure
2018-04-09, by Yuya Nishihara
py3: get rid of character access from pure.diffhelpers
2018-04-09, by Yuya Nishihara
lfs: handle paths that don't end with '/' when inferring the blob store
2018-04-11, by Matt Harbison
lfs: infer the blob store URL from an explicit push dest or default-push
2018-04-08, by Matt Harbison
lfs: infer the blob store URL from an explicit pull source
2018-04-08, by Matt Harbison
lfs: special case the null:// usercache instead of treating it as a url
2018-04-11, by Matt Harbison
tests: add tests showing pulling from infinitepush works over wire
2018-04-04, by Pulkit Goyal
fix: use a portable python script instead of sed in test
2018-03-30, by Danny Hooper
py3: use pycompat.bytestr() where repr in involved
2018-04-11, by Pulkit Goyal
httppeer: support protocol upgrade
2018-04-10, by Gregory Szorc
wireproto: define and implement HTTP handshake to upgrade protocol
2018-04-10, by Gregory Szorc
httppeer: only advertise partial-pull if capabilities are known
2018-04-10, by Gregory Szorc
httppeer: always add x-hg* headers to Vary header
2018-04-10, by Gregory Szorc
httppeer: don't accept very old media types (BC)
2018-04-10, by Gregory Szorc
httppeer: allow opener to be passed to makepeer()
2018-04-10, by Gregory Szorc
httppeer: perform capabilities request in makepeer()
2018-04-10, by Gregory Szorc
httppeer: extract common response handling into own function
2018-04-10, by Gregory Szorc
httppeer: move error handling and response wrapping into sendrequest
2018-04-10, by Gregory Szorc
httppeer: extract code for creating a request into own function
2018-04-10, by Gregory Szorc
httppeer: extract code for performing an HTTP request
2018-04-10, by Gregory Szorc
httppeer: move requestbuilder defaults into makepeer() argument
2018-04-10, by Gregory Szorc
wireproto: move version 2 command handlers to wireprotov2server
2018-04-09, by Gregory Szorc
wireproto: extract HTTP version 2 code to own module
2018-04-09, by Gregory Szorc
wireproto: client reactor support for receiving frames
2018-04-09, by Gregory Szorc
wireproto: introduce a reactor for client-side state
2018-04-09, by Gregory Szorc
tests: extract wire protocol framing tests to own file
2018-04-09, by Gregory Szorc
wireproto: disallow commands handlers for multiple transport versions
2018-04-09, by Gregory Szorc
wireproto: make @wireprotocommand version 1 only by default
2018-04-09, by Gregory Szorc
wireproto: only expose "getbundle" and "unbundle" to v1 transports
2018-04-09, by Gregory Szorc
wireproto: port lookup to wire protocol v2
2018-04-06, by Gregory Szorc
wireproto: port pushkey command to wire protocol version 2
2018-04-06, by Gregory Szorc
wireproto: only expose "clonebundles" to version 1 transports
2018-04-06, by Gregory Szorc
wireproto: define and expose types of wire command arguments
2018-04-06, by Gregory Szorc
wireproto: only expose "stream_out" to version 1 transports
2018-04-06, by Gregory Szorc
wireproto: implement capabilities for wire protocol v2
2018-04-09, by Gregory Szorc
context: add deprecation warnings for deprecated types of changeids
2018-04-08, by Martin von Zweigbergk
revsymbol: stop delegating to repo.__getitem__ for unhandled symbols (API)
2018-04-08, by Martin von Zweigbergk
context: handle partial nodeids in revsymbol()
2018-04-08, by Martin von Zweigbergk
context: handle namespaces in revsymbol()
2018-04-06, by Martin von Zweigbergk
scmutil: handle full hex nodeids in revsymbol()
2018-04-06, by Martin von Zweigbergk
context: handle stringified ints in revsymbol()
2018-04-06, by Martin von Zweigbergk
py3: make sure we write bytes to file
2018-04-10, by Pulkit Goyal
py3: workaround comparing NoneType and integers
2018-04-10, by Pulkit Goyal
py3: use sys.stdout instead of print in test-mq-qpush-fail.t
2018-04-10, by Pulkit Goyal
py3: use '//' for integer division in tests/test-mq-qimport.t
2018-04-10, by Pulkit Goyal
py3: use pycompat.byterepr() instead of repr()
2018-04-11, by Pulkit Goyal
py3: use bytes instead of str in isinstance()
2018-04-10, by Pulkit Goyal
py3: use .startswith() instead of bytes[0]
2018-04-10, by Pulkit Goyal
py3: add b'' prefixes in tests/test-ui-config.py
2018-04-10, by Pulkit Goyal
lfs: infer the blob store URL from paths.default
2018-04-07, by Matt Harbison
lfs: add the ability to disable the usercache
2018-04-07, by Matt Harbison
tests: stabilize test-pull-bundle.t for Windows
2018-04-10, by Matt Harbison
hgweb: wrap {archives} with mappinglist
2018-04-01, by Yuya Nishihara
hgweb: forward archivelist() of hgweb to webutil
2018-04-01, by Yuya Nishihara
hgweb: move archivelist() of hgwebdir to webutil
2018-04-01, by Yuya Nishihara
hgweb: drop archivespecs from requestcontext
2018-04-01, by Yuya Nishihara
hgweb: move archivespecs to webutil
2018-04-01, by Yuya Nishihara
hgweb: wrap {labels} by hybridlist()
2018-04-01, by Yuya Nishihara
hgweb: wrap {pathdef} with mappinglist
2018-04-01, by Yuya Nishihara
hgwebdir: wrap {entries} with mappinggenerator
2018-04-01, by Yuya Nishihara
eol: look up partial nodeid as partial nodeid
2018-04-06, by Martin von Zweigbergk
histedit: look up partial nodeid as partial nodeid
2018-04-06, by Martin von Zweigbergk
histedit: drop unnecessary check for "self.node is not None"
2018-04-06, by Martin von Zweigbergk
context: extract partial nodeid lookup method to scmutil
2018-04-08, by Martin von Zweigbergk
templatekw: fix return type of {succsandmarkers} (BC)
2018-03-19, by Yuya Nishihara
formatter: remove template resources from nested items before generating JSON
2018-03-17, by Yuya Nishihara
templater: add public interface returning a set of resource keys
2018-03-15, by Yuya Nishihara
formatter: make nested items somewhat readable in template output
2018-03-15, by Yuya Nishihara
templater: wrap result of '%' operation so it never looks like a thunk
2018-03-18, by Yuya Nishihara
wireproto: support for pullbundles
2018-01-18, by Joerg Sonnenberger
filelog: wrap revlog instead of inheriting it (API)
2018-04-06, by Gregory Szorc
util: drop write_content_size=True
2018-04-09, by Gregory Szorc
zstandard: vendor python-zstandard 0.9.0
2018-04-09, by Gregory Szorc
revlog: reset _nodepos after strip
2018-04-08, by Joerg Sonnenberger
paper: make all source lines have the same minimum height
2018-04-04, by Anton Shestakov
hgweb: make followlines button absolutely positioned
2018-04-08, by Anton Shestakov
hgweb: insert followlines buttons before any children, including text nodes
2018-04-09, by Anton Shestakov
wireproto: only expose "debugwireargs" to version 1 transports
2018-03-28, by Gregory Szorc
wireproto: only expose "hello" command to version 1 transports
2018-03-28, by Gregory Szorc
wireproto: port branchmap to wire protocol v2
2018-03-28, by Gregory Szorc
wireproto: port listkeys commands to wire protocol v2
2018-03-28, by Gregory Szorc
wireproto: port keep command to wire protocol v2
2018-03-28, by Gregory Szorc
wireproto: port heads command to wire protocol v2
2018-03-28, by Gregory Szorc
largefiles: wrap heads command handler more directly
2018-03-28, by Gregory Szorc
wireproto: crude support for version 2 HTTP peer
2018-03-28, by Gregory Szorc
tests: extract wire protocol shell helpers to standalone file
2018-03-26, by Gregory Szorc
addbranchrevs: no longer accept revset as "revs" (API)
2018-04-08, by Martin von Zweigbergk
clone: avoid using repo.lookup() with binary nodeid
2018-04-08, by Martin von Zweigbergk
merge: avoid unnecessary conversion from binary nodeid to binary nodeid
2018-04-08, by Martin von Zweigbergk
tests: stabilize test-push-http.t for Windows
2018-04-08, by Matt Harbison
tests: add a substitution pattern for HTTP error log dates
2018-04-07, by Matt Harbison
wireproto: convert python literal to object without using unsafe eval()
2018-04-08, by Yuya Nishihara
tests: quote variable passed to shell test command
2018-04-08, by Yuya Nishihara
py3: system-stringify repr(frame)
2018-04-08, by Yuya Nishihara
wireproto: show unknown id and flags in repr(frame)
2018-04-08, by Yuya Nishihara
wireproto: fix repr(frame) to not crash by unknown type id
2018-04-08, by Yuya Nishihara
py3: use s.startswith() instead of s[n] while parsing patches
2018-04-08, by Yuya Nishihara
py3: do not try to byte-stringify None in cmdutil.tryimportone()
2018-04-08, by Yuya Nishihara
py3: work around weird handling of bytes/unicode in decode_header()
2018-04-08, by Yuya Nishihara
py3: use system string to access email headers
2018-04-08, by Yuya Nishihara
less
more
|
(0)
-30000
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
tip