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
-60
+60
+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.
update: print warning about hidden changeset after update
2018-05-07, by Martin von Zweigbergk
py3: whitelist three passing cvs convert tests
2018-04-27, by Augie Fackler
cvsps: convert encoding name to sysstr
2018-04-27, by Augie Fackler
tweakdefaults: remove "bisect" from commands.status.skipstates
2018-05-09, by Martin von Zweigbergk
hgweb: wrap {instabilities} by hybridlist()
2018-04-03, by Yuya Nishihara
hgweb: wrap {whyunstable} with mappinggenerator
2018-04-03, by Yuya Nishihara
hgweb: wrap {succsandmarkers} with mappinggenerator
2018-04-03, by Yuya Nishihara
hgweb: wrap {branches} and {entries} of branches with mappinggenerator
2018-04-02, by Yuya Nishihara
hgweb: drop tmpl argument from webutil.showtag() and showbookmark()
2018-04-02, by Yuya Nishihara
hgweb: wrap {changelogtag}, {changesettag}, and {changesetbookmark}
2018-04-02, by Yuya Nishihara
hgweb: drop useless **args from webutil.showtag() and showbookmark()
2018-04-02, by Yuya Nishihara
hgweb: reuse graph node-related functions from templates
2018-05-08, by Anton Shestakov
templates: split getgraphnode() body into two functions
2018-05-08, by Anton Shestakov
hgweb: wrap {branch} and {changesetbranch} by hybridlist()
2018-04-02, by Yuya Nishihara
hgweb: wrap {inbranch} by hybridlist()
2018-04-02, by Yuya Nishihara
hgweb: wrap {branches} by hybridlist()
2018-04-02, by Yuya Nishihara
hgweb: wrap {bookmarks} by hybridlist()
2018-04-02, by Yuya Nishihara
hgweb: wrap {tags} by hybridlist()
2018-04-02, by Yuya Nishihara
hgweb: wrap {rename} with mappinglist
2018-04-02, by Yuya Nishihara
tests: fix test-status-inprocess.py on Python 3
2018-04-27, by Augie Fackler
tests: port test-filecache.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-cbor.py to Python 3
2018-04-27, by Augie Fackler
cborutil: port to Python 3
2018-04-27, by Augie Fackler
lock: pass sysstr to warnings module
2018-04-27, by Augie Fackler
tests: port test-revlog-raw.py to Python 3
2018-04-27, by Augie Fackler
tests: migrate test-wsgirequest.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-parseindex2.py to Python 3
2018-04-27, by Augie Fackler
tests: prefer string concatenation with () instead of \ in parseindex2 tests
2018-04-27, by Augie Fackler
tests: port test-simplemerge.py to Python 3
2018-04-27, by Augie Fackler
tests: replace use of assertEquals with assertEqual in test-simplemerge.py
2018-04-27, by Augie Fackler
tests: b prefixes on some inline python in test-convert-cvs.t
2018-04-27, by Augie Fackler
cvsps: wrap bytes in bytestr before %r-ing it
2018-04-27, by Augie Fackler
convcmd: make a copy of heads before mutating it
2018-04-27, by Augie Fackler
cvsps: portably convert int to bytes
2018-04-27, by Augie Fackler
cvsps: wrap cmp methods (deprecated) in functools.cmp_to_key
2018-04-27, by Augie Fackler
tests: port inline extension in test-convert-cvs.t to py3
2018-04-27, by Augie Fackler
cvsps: add b prefixes to regular expressions
2018-04-27, by Augie Fackler
minirst: fix bytes slicing defect on Python 3
2018-04-27, by Augie Fackler
tests: port test-minirst.py to Python 3
2018-04-27, by Augie Fackler
tests: use stringutil.pprint instead of pprint.pprint in test-minirst.py
2018-04-27, by Augie Fackler
tests: port test-pathencode.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-hgwebdir-paths.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-walkrepo.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-minifileset.py to Python 3
2018-04-27, by Augie Fackler
minifileset: fix on Python 3
2018-04-27, by Augie Fackler
tests: port test-url.py to Python 3
2018-04-27, by Augie Fackler
tests: fix error case in test-url.py's doctest
2018-04-27, by Augie Fackler
util: make util.url __repr__ consistent on Python 2 and 3
2018-04-27, by Augie Fackler
sslutil: fix some edge cases in Python 3 support
2018-04-27, by Augie Fackler
tests: port test-hybridencode.py to unittest
2018-04-26, by Augie Fackler
tests: make test-check-interfaces.py work on Python 3
2018-04-26, by Augie Fackler
scmutil: clean up bytes/string cache decorator mess on Python 3 again
2018-04-26, by Augie Fackler
directaccess: use resolvehexnodeidprefix() instead of _partialmatch()
2018-05-07, by Martin von Zweigbergk
revset: use resolvehexnodeidprefix() in id() predicate (BC)
2018-05-07, by Martin von Zweigbergk
revset: make id() an empty set for ambiguous nodeid (BC)
2018-05-07, by Martin von Zweigbergk
shortest: don't keep checking for longer prefix if node doesn't exist (API)
2018-05-05, by Martin von Zweigbergk
shortest: extract function for checking if a prefix is a revnum
2018-05-02, by Martin von Zweigbergk
shortest: rename "test" variable to "prefix"
2018-05-03, by Martin von Zweigbergk
shortest: move some safe code out of exception block
2018-05-02, by Martin von Zweigbergk
revlog: don't say "not found" on internal error
2018-05-04, by Martin von Zweigbergk
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip