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.
blackbox: initialize logger with repo instance
2018-11-11, by Yuya Nishihara
blackbox: do not nullify repo to deactivate the logger on failure
2018-11-17, by Yuya Nishihara
blackbox: extract global last logger to proxylogger class
2018-11-11, by Yuya Nishihara
ui: pass in bytes opts dict to logger.log()
2018-11-11, by Yuya Nishihara
ui: pass in formatted message to logger.log()
2018-11-11, by Yuya Nishihara
blackbox: send debug message to logger by core ui
2018-11-11, by Yuya Nishihara
blackbox: change the way of deactivating the logger on write error
2018-11-17, by Yuya Nishihara
match: remove obsolete catching of OverflowError
2018-11-28, by Martin von Zweigbergk
sparse: raise a move verbose index error from the C code
2018-11-27, by Boris Feld
narrow: drop the bundle2 capability since we have server capabilities (BC)
2018-10-05, by Pulkit Goyal
vfs: extract the audit path logic into a submethod
2017-07-02, by Boris Feld
subrepo-git: use an official origvfs when appropriate
2018-11-22, by Boris Feld
revert: extract origvfs logic in a sub-function
2018-11-22, by Boris Feld
vfs: treat 'undo.' file the same as 'journal.' file
2018-11-22, by Boris Feld
perf: add a perfignore command
2018-11-22, by Boris Feld
py3: use pycompat.xrange instead of xrange
2018-11-26, by Pulkit Goyal
store: write fncache only once if there are both adds and removes
2018-11-27, by Pulkit Goyal
perf: disable revlogs clearing in `perftags` by default
2018-11-20, by Boris Feld
perf: add a `clear-revlogs` flag to `perfbookmarks`
2018-11-20, by Boris Feld
tags: cache `repo.changelog` access when checking tags nodes
2018-11-20, by Boris Feld
perf: add a `clear-revlogs` flag to `perftags`
2018-11-20, by Boris Feld
perf: stop creating new revlog by hand in perftags
2018-11-25, by Boris Feld
revlog: update the documentation for `trim_endidx`
2018-11-26, by Boris Feld
revlog: properly detect corrupted revlog in `index_get_length`
2018-11-26, by Boris Feld
perf: rename `perfhelper-tracecopies` to `perfhelper-pathcopies`
2018-11-26, by Boris Feld
perf: add a docstring to `perfpathcopies`
2018-11-26, by Boris Feld
revlog: update the docstring of `ancestors` to match reality
2018-11-26, by Boris Feld
remotefilelog: fix typo in docstring
2018-11-26, by Augie Fackler
store: append to fncache if there are only new files to write
2018-11-23, by Pulkit Goyal
py3: fix couple of division operator to do integer divison
2018-11-26, by Pulkit Goyal
py3: use dict.items() instead of dict.iteritems()
2018-11-26, by Pulkit Goyal
py3: convert strings to bytes in tests/test-remotefilelog-histpack.py
2018-11-26, by Pulkit Goyal
py3: replace str() with pycompat.bytestr() or ('%d' % int)
2018-11-23, by Pulkit Goyal
perf: add a `--timing` argument to `perfhelper-tracecopies`
2018-11-23, by Boris Feld
ui: manage logger instances and event filtering by core ui
2018-11-11, by Yuya Nishihara
extensions: add "uipopulate" hook, called per instance, not per process
2018-11-12, by Yuya Nishihara
hgweb: load globally-enabled extensions explicitly
2018-11-17, by Yuya Nishihara
tests: sniff for libfuzzer actually being available in test-fuzz-targets.t
stable
2018-11-14, by Augie Fackler
tests: sniff for /usr/local/bin/gmake and use it in test-fuzz-targets.t
stable
2018-11-14, by Augie Fackler
tests: stabilize test-inherit-mode.t on FreeBSD and macOS (issue6026)
stable
2018-11-29, by Augie Fackler
wireprotov2peer: wait for initial object before resolving future
stable
2018-11-28, by Gregory Szorc
wireprotov2peer: always return a bool from _processredirect()
stable
2018-11-28, by Gregory Szorc
tests: disable remotefilelog on Windows
2018-11-24, by Matt Harbison
perf: run 'setup' function during stub run
2018-11-22, by Boris Feld
perf: fallback to subset if ondisk cache is missing in perfbranchmapload
2018-11-23, by Boris Feld
perf: prewarm the branchmap in perfbranchmapload
2018-11-23, by Boris Feld
localrepo: correct docstring of filectx()
2018-11-25, by Yuya Nishihara
annotate: remove dead code to not convert path to relative path
2018-11-24, by Yuya Nishihara
annotate: start pager soon after command options are validated
2018-11-24, by Yuya Nishihara
annotate: check and update command options first
2018-11-24, by Yuya Nishihara
annotate: format local tables in less-dense form
2018-11-24, by Yuya Nishihara
perf: rename version flag of perfchangegroupchangelog to cgversion
2018-11-22, by Pulkit Goyal
procutil: don't allow the main 'hg' script to be treated as the Windows exe
2018-11-23, by Matt Harbison
remotefilelog: drop some compatibility cruft for finding the hg exeutable
2018-11-23, by Matt Harbison
branchmap: build the revbranchcache._namesreverse() only when required
2018-11-21, by Pulkit Goyal
sparse-revlog: put the native implementation of slicechunktodensity to use
2018-11-15, by Boris Feld
cext: increment the `parsers` module version
2018-11-15, by Boris Feld
sparse-revlog: introduce native (C) implementation of slicechunktodensity
2018-11-15, by Boris Feld
sparse-revlog: add a `trim_endidx` function in C
2018-11-09, by Boris Feld
sparse-revlog: add a `index_segment_span` function in C
2018-11-09, by Boris Feld
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip