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.
context: delete an obsolete comment
2018-07-30, by Martin von Zweigbergk
templatekw: use ctx1.status(ctx2) instead of repo.status(ctx1, ctx2)
2018-07-27, by Martin von Zweigbergk
patch: use ctx1.status(ctx2) instead of repo.status(ctx1, ctx2)
2018-07-27, by Martin von Zweigbergk
fileset: use ctx1.status(ctx2) instead of repo.status(ctx1, ctx2)
2018-07-27, by Martin von Zweigbergk
uncommit: use ctx1.status(ctx2) instead of repo.status(ctx1, ctx2)
2018-07-27, by Martin von Zweigbergk
fix: use ctx1.status(ctx2) instead of repo.status(ctx1, ctx2)
2018-07-27, by Martin von Zweigbergk
amend: use ctx1.status(ctx2) instead of repo.status(ctx1, ctx2)
2018-07-27, by Martin von Zweigbergk
dispatch: making all hg abortions be output with a specific label
2018-07-19, by Rodrigo Damazio Bovendorp
ui: fix implicit unicode-to-bytes conversion introduced in 9df29b7c62cf
2018-07-19, by Augie Fackler
merge with stable
2018-08-01, by Augie Fackler
Added signature for changeset 33ac6a72308a
stable
2018-08-01, by Augie Fackler
Added tag 4.7 for changeset 33ac6a72308a
stable
2018-08-01, by Augie Fackler
revlog: fix descendant deprecated method
stable
4.7
2018-08-01, by Boris Feld
ui: remove commands.status.terse=u from ui.tweakdefaults
stable
2018-07-31, by Gregory Szorc
context: safegaurd against 'lx' being passed as file flag in manifest
stable
2018-07-25, by Pulkit Goyal
localrepo: unconditionally enable general delta with sparse revlogs
stable
2018-07-31, by Boris Feld
sparse-revlog: also use sparse-revlog config as a general delta trigger
stable
2018-07-30, by Boris Feld
fileset: suppress EACCES while reading arbitrary paths via filectx API
stable
2018-07-29, by Yuya Nishihara
merge: do the trivial resolution after updating sparse checkout
stable
2018-07-27, by Pulkit Goyal
sparse: add test showing `hg merge` is broken while using sparse extension
stable
2018-07-27, by Pulkit Goyal
context: use hex nodeid in error about filtered node
stable
2018-07-30, by Martin von Zweigbergk
doc: fix underline length for config title (issue5949)
stable
2018-07-31, by Boris Feld
clone: process 'lookup' return as an arbitrary symbol
stable
2018-07-30, by Boris Feld
tests: use inline Python instead of sed to add trailing whitespace
stable
2018-07-30, by Augie Fackler
context: add missing b prefix
stable
2018-07-30, by Augie Fackler
doctest: convert matcher root to native path
stable
2018-07-28, by Yuya Nishihara
test-fileset: make con.xml in output conditionally available
stable
2018-07-30, by Yuya Nishihara
test-obsmarker-template: run mkcommit in subshell to isolate envvars
stable
2018-07-28, by Yuya Nishihara
test-obsmarker-template: add missing HGENCODING=latin-1
stable
2018-07-28, by Yuya Nishihara
gitweb: add link to graph
stable
2018-07-26, by Gregory Szorc
hgweb: strip trailing '/' in apppath before appending '/static/' (issue5943)
stable
2018-07-25, by Cédric Krier
config: rename `revlog` section into `storage`
stable
2018-07-20, by Boris Feld
Added signature for changeset e90130af47ce
stable
2018-07-19, by Augie Fackler
Added tag 4.7rc0 for changeset e90130af47ce
stable
2018-07-19, by Augie Fackler
configitems: restore alias for format.aggressivemergedeltas
stable
4.7rc0
2018-07-19, by Gregory Szorc
worker: call selector.close() to release polling resources
stable
2018-07-19, by Yuya Nishihara
release: merge default into stable for 4.7 release freeze
stable
2018-07-19, by Augie Fackler
histedit: drop --no-backup option
2018-07-19, by Sushil khanchi
aggressivemergedelta: document rename and move to `revlog` section
2018-07-19, by Boris Feld
aggressivemergedeltas: rename variable internally
2018-07-19, by Boris Feld
config: document the purpose of the `format` config section
2018-07-19, by Boris Feld
macosx: fixing macOS version generation after db9d1dd01bf0
2018-07-18, by Rodrigo Damazio
histedit: add history-editing-backup config option
2018-07-10, by Sushil khanchi
merge: mark file gets as not thread safe (issue5933)
2018-07-18, by Gregory Szorc
worker: ability to disable thread unsafe tasks
2018-07-18, by Gregory Szorc
worker: rename variable to reflect constant
2018-07-17, by Gregory Szorc
worker: use one pipe per posix worker and select() in parent process
2018-07-16, by Danny Hooper
tests: refactor common bundle2 capabilities
2018-01-28, by Joerg Sonnenberger
debug: move extensions debug behind a dedicated flag
2018-07-16, by Boris Feld
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
less
more
|
(0)
-30000
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
tip