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
-64
+64
+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.
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
py3: fix string issues of email message in test-import.t
2018-04-08, by Yuya Nishihara
py3: use lower-cased module 'email.message' in test-import.t
2018-04-08, by Yuya Nishihara
py3: drop b'' from error message of fancyopts
2018-04-08, by Yuya Nishihara
procutil: drop unused 'newlines' option from popen*() (API)
2018-04-07, by Yuya Nishihara
procutil: make explainexit() simply return a message (API)
2018-04-07, by Yuya Nishihara
procutil: do not convert return code of signal exit to positive number (API)
2018-04-07, by Yuya Nishihara
procutil: fix error message of tempfile filter
2018-04-07, by Yuya Nishihara
procutil: unify platform.explainexit()
2018-04-07, by Yuya Nishihara
procutil: rewrite popen() as a subprocess.Popen wrapper (issue4746) (API)
2018-04-07, by Yuya Nishihara
procutil: always popen() in binary mode
2018-04-07, by Yuya Nishihara
py3: byte-stringify test-import.t
2018-04-07, by Yuya Nishihara
py3: convert parsed message items to bytes in patch.extract()
2018-04-07, by Yuya Nishihara
py3: silence warning about deprecation of imp module
2018-04-07, by Yuya Nishihara
tests: add another full hex node in plain text
2018-04-07, by Martin von Zweigbergk
infinitepush: look up bookmarks only among bookmarks
2018-04-05, by Martin von Zweigbergk
destutil: look up bookmarks only among bookmarks
2018-04-06, by Martin von Zweigbergk
discovery: look up bookmarks only among bookmarks
2018-04-06, by Martin von Zweigbergk
bookmarks: introduce a repo._bookmarks.changectx(mark) method and use it
2018-04-06, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-64
+64
+100
+300
+1000
+3000
+10000
tip