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.
cmdutil: drop deprecated precursor of registrar.command (API)
2018-05-10, by Matt Harbison
cmdutil: remove deprecated _revertprefetch code (API)
2018-05-11, by Augie Fackler
tests: fix deprecation warning in test-url.py
2018-05-11, by Augie Fackler
hgweb: remove unused argument 'tmpl' from listfilediffs()
2018-04-03, by Yuya Nishihara
hgweb: use template context to render {files} of changelist entries
2018-04-03, by Yuya Nishihara
hgweb: wrap {files} of changelist entries with mappedgenerator
2018-04-03, by Yuya Nishihara
hgweb: use template context to render {files} of changesetentry()
2018-04-03, by Yuya Nishihara
hgweb: wrap {files} of changesetentry() with mappedgenerator
2018-04-03, by Yuya Nishihara
hgweb: extract generator of {files} from changesetentry()
2018-04-03, by Yuya Nishihara
templatefilters: document the json filter
2016-01-16, by Yuya Nishihara
encoding: introduce tagging type for non-lossy non-ASCII string
2017-04-23, by Yuya Nishihara
encoding: fix toutf8b() to resurrect lossy characters even if "\xed" in it
2018-04-22, by Yuya Nishihara
sshserver: redirect stdin/stdout early and use duplicated streams
2018-03-25, by Yuya Nishihara
sshserver: do setbinary() by caller (API)
2018-03-25, by Yuya Nishihara
test-ssh: add some flush() to make output deterministic
2018-03-25, by Yuya Nishihara
stringutil: flip the default of pprint() to bprefix=False
2018-05-10, by Yuya Nishihara
stringutil: make pprint() forward uninteresting object to b'%r'
2018-05-10, by Yuya Nishihara
tests: use stringutil.pprint instead of custom dumper in test-hgweb-auth.py
2018-04-27, by Augie Fackler
tests: port test-simplekeyvaluefile.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-extensions-wrapfunction to Python 3
2018-04-27, by Augie Fackler
tests: port test-ui-config to Python 3
2018-04-27, by Augie Fackler
config: fix py3 backslash escaping bug in parser caught by tests
2018-04-27, by Augie Fackler
tests: port test-symlink-os-yes-fs-no.py to Python 3
2018-04-27, by Augie Fackler
posix: use inst.errno instead of inst[0] on OSError instances
2018-04-27, by Augie Fackler
tests: port test-filelog.py to Python 3
2018-04-27, by Augie Fackler
stringutil: teach pprint about tuples
2018-04-27, by Augie Fackler
templatefuncs: show hint if extdata source is evaluated to empty (issue5843)
2018-04-19, by Yuya Nishihara
revlog: use literal -1 instead of variable that always has that value
2018-05-04, by Martin von Zweigbergk
revlog: extract function for fully populating the radix tree
2018-05-04, by Martin von Zweigbergk
tests: port test-lfs-pointer.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-ui-verbosity.py to Python 3
2018-04-27, by Augie Fackler
lfs: stabilize error message values for Python 2 and 3
2018-04-27, by Augie Fackler
tests: port test-ui-color.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-dispatch.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-wireproto.py to Python 3
2018-04-27, by Augie Fackler
tests: port test-context.py to Python 3
2018-04-27, by Augie Fackler
scmutil: fix __repr__ of status tuple
2018-04-27, by Augie Fackler
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip