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.
curses: use "text" interface if TERM=dumb
2018-07-16, by Kyle Lippincott
windows: expand '~/' and '~\' to %USERPROFILE% when translating to cmd.exe
2018-07-16, by Matt Harbison
windows: replace single quote with double quote when translating to cmd.exe
2018-07-15, by Matt Harbison
hook: only print the note about native cmd translation if it actually changes
2018-07-15, by Matt Harbison
hook: disable the shell to native command translation by default
2018-07-15, by Matt Harbison
setup: allow to run setup.py with python 3 without a mercurial checkout
2018-07-16, by Mike Hommey
upgrade: enable adding or removing sparse-revlog requirement
2018-06-21, by Paul Morelle
upgrade: add information about sparse-revlog
2018-07-16, by Paul Morelle
sparse-revlog: implement algorithm to write sparse delta chains (issue5480)
2018-06-05, by Paul Morelle
sparse-revlog: new requirement enabled with format.sparse-revlog
2018-06-04, by Paul Morelle
revlog: extract `deltainfo.distance` for future conditional redefinition
2018-06-04, by Paul Morelle
shelve: pick the most recent shelve if none specified for --patch/--stat
2018-07-16, by Danny Hooper
shelve: improve help text for --patch and --stat
2018-07-13, by Danny Hooper
ssh: avoid reading beyond the end of stream when using compression
2018-07-12, by Joerg Sonnenberger
revset: add larger test for heads(ancestors(…))
2018-07-16, by Boris Feld
revset-benchmark: use a generic revset to test `heads(commonancestors())`
2018-07-16, by Boris Feld
revlog: reintroduce `revlog.descendant` as deprecated
2018-07-16, by Boris Feld
context: reintroduce `ctx.descendant` as deprecated
2018-07-16, by Boris Feld
obsolete: explode if metadata contains invalid UTF-8 sequence (API)
2018-07-15, by Yuya Nishihara
obsolete: store user name and note in UTF-8 (issue5754) (BC)
2018-07-15, by Yuya Nishihara
obsolete: clarify users in markerusers() never contain None
2018-07-15, by Yuya Nishihara
revset: special case commonancestors(none()) to be empty set
2018-07-12, by Yuya Nishihara
revset: clarify heads() order doesn't matter while computing common ancestors
2018-07-10, by Yuya Nishihara
hghave: require clang-format >= 6 due to output change
2018-07-14, by Yuya Nishihara
cext: reformat with clang-format 6.0
2018-07-14, by Yuya Nishihara
py3: use bytes() to byte-stringify Abort message in handleremotechangegroup()
2018-07-08, by Yuya Nishihara
py3: don't str() to byte-stringify object in test-bundle2-remote-changegroup.t
2018-07-08, by Yuya Nishihara
py3: byte-stringify literals in extension in test-bundle2-remote-changegroup.t
2018-07-08, by Yuya Nishihara
py3: open file in binary mode in test-bundle2-remote-changegroup.t
2018-07-08, by Yuya Nishihara
statprof: small if cleanup
2018-06-01, by Boris Feld
store: assert the fncache have been loaded if dirty
2018-07-14, by Boris Feld
perffncachewrite: load fncache after lock is acquired
2018-07-14, by Boris Feld
perf: add a 'perf.all-timing' option to display more than best time
2018-06-22, by Boris Feld
perf: document the perfmanifest command
2018-07-11, by Boris Feld
fileset: remove fullmatchctx class
2018-06-09, by Yuya Nishihara
fileset: remove subset and unused filtering functions from matchctx
2018-06-09, by Yuya Nishihara
fileset: remove callexisting flag and mctx.existing() (API)
2018-06-09, by Yuya Nishihara
fileset: rewrite predicates to return matcher not closed to subset (API) (BC)
2018-06-09, by Yuya Nishihara
highlight: use matcher API to test if file should be pygmentized
2018-07-10, by Yuya Nishihara
fileset: parse argument of size() by predicate function
2018-06-10, by Yuya Nishihara
fileset: add "tracked()" to explicitly select files in the revision
2018-06-10, by Yuya Nishihara
fileset: rewrite andset() to not use mctx.narrow()
2018-06-09, by Yuya Nishihara
fileset: add helpers to make predicatematcher and nevermatcher
2018-06-10, by Yuya Nishihara
phases: micro-optimize newheads() to not create context objects
2018-07-14, by Yuya Nishihara
phases: remove excessive optimization from newheads() (issue5939)
2018-07-14, by Yuya Nishihara
rebase: remove unused variable "release" and an extra blank line
2018-07-15, by Sushil khanchi
rebase: remove unnecessary confirm block
2018-07-14, by Sushil khanchi
rebase: in --confirm option just abort if hit a conflict
2018-07-14, by Sushil khanchi
pullbundle: fix handling of gzip bundlespecs
2018-07-12, by Joerg Sonnenberger
tests: add test demonstrating phase loss when cloning (issue5939)
2018-07-11, by Gregory Szorc
scmutil: rewrite docstring for filecache
2018-07-13, by Gregory Szorc
rebase: correct misleading message in --confirm option
2018-07-12, by Sushil khanchi
rebase: make sure we don't loose the return code in --confirm option
2018-07-12, by Sushil khanchi
rebase: use revnums (not nodes) for set of extinct revisions
2018-07-11, by Martin von Zweigbergk
rebase: avoid converting from nodes to revnums twice
2018-07-11, by Martin von Zweigbergk
rebase: reduce scope of a variable
2018-07-11, by Martin von Zweigbergk
context: rename descendant() to isancestorof()
2018-07-12, by Martin von Zweigbergk
copies: delete now-unnecessary check for "a == b" before "a.descendant(b)"
2018-07-12, by Martin von Zweigbergk
revlog: delete isdescendantrev() in favor of isancestorrev()
2018-07-12, by Martin von Zweigbergk
rebase: add --confirm option
2018-06-30, by Sushil khanchi
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip