Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
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.
mq: have mq create secret changeset only
2012-01-18, by Pierre-Yves David
wireproto: refuse to lookup secret csets
2012-01-18, by Matt Mackall
qclone: ignore local qbase if secret
2012-01-18, by Matt Mackall
rebase: only advance phase on successful commit
2012-01-18, by Matt Mackall
phases: mechanism to allow extension to alter initial computation of phase
2012-01-18, by Pierre-Yves David
qclone: add a few comment and blank line
2012-01-18, by Pierre-Yves David
mq: turn changeset draft on qfinish (except if qparent is secret)
2012-01-18, by Pierre-Yves David
config: have a way to backup and restore value in config
2012-01-18, by Pierre-Yves David
graft: add test to check the phase of new changesets
2012-01-17, by Alain Leufroy
rebase: fix phases movement
2012-01-17, by Alain Leufroy
largefiles: cache new largefiles for new heads when pulling
2012-01-18, by Na'Tosha Bard
largefiles: remove unused lfutil.readhash()
2012-01-18, by Patrick Mezard
largefiles: check if largefile could be found when archiving (issue3193)
2012-01-18, by Na'Tosha Bard
largefiles: refactor lfutil.findfiles to be more logical
2012-01-18, by Na'Tosha Bard
forget: fix subrepo recursion for explicit path handling
2012-01-17, by David M. Carr
add: fix subrepo recursion for explicit path handling
2012-01-17, by David M. Carr
tests: add subrepo recursion tests for add/forget with explicit paths
2012-01-17, by David M. Carr
merge with stable
2012-01-18, by Matt Mackall
bookmarks: backout locking change in 12dea4d998ec
2012-01-18, by Matt Mackall
changeset_printer: display changeset phase on debug level
2012-01-17, by Pierre-Yves David
phase: report phase movement
2012-01-17, by Pierre-Yves David
largefiles: correctly handle newly added largefile on other side of merge
2012-01-16, by Na'Tosha Bard
rebase: write series file without removed mq patches
2012-01-17, by Mads Kiilerich
revset: roots needs to be computed on full set
2012-01-17, by Matt Mackall
phases: use nodemap to check for missing nodes
2012-01-18, by Sune Foldager
repair: move phases code after invalidation code
2012-01-18, by Henrik Stuart
largefiles: remove empty directories upon update (issue3202)
stable
2012-01-17, by Patrick Mezard
revset: optimize roots and children
2012-01-16, by Matt Mackall
revset: optimize building large lists in formatrevspec
2012-01-16, by Matt Mackall
hg-ssh: use shlex for shell-like parsing of SSH_ORIGINAL_COMMAND
2011-12-08, by Mads Kiilerich
hooks: prioritize run order of hooks
2012-01-15, by Matt Zuba
merge with stable
2012-01-15, by Matt Mackall
merge: report all files in _checkunknown
2012-01-11, by Jordi Gutiérrez Hermoso
discovery: fix prepush documentation
2012-01-13, by Pierre-Yves David
phases: simplify phase exchange and movement over pushkey
2012-01-13, by Pierre-Yves David
phases: move phase according what was pushed not only what was added added
2012-01-13, by Pierre-Yves David
revlog: make addgroup returns a list of node contained in the added source
2012-01-13, by Pierre-Yves David
phases: make secret changeset undiscoverable in all case
2012-01-12, by Pierre-Yves David
phases: exclude secret when doing a local clone
2012-01-11, by Pierre-Yves David
bookmarks: primarily use repo lock, not wlock
2012-01-13, by Mads Kiilerich
localrepo: update branchcache in a more reliable way
2012-01-13, by Mads Kiilerich
tests: make qnew in test-mq-caches.t stable
2012-01-13, by Mads Kiilerich
localrepo: remove spurious updatebranchcache return value
2012-01-13, by Mads Kiilerich
mq: only save dirty files once when savedirty is called multiple times
2012-01-11, by Mads Kiilerich
mq: remove early wlock release in qnew
2012-01-11, by Mads Kiilerich
mq: use .invalidate to cancel dirty mq state when cancelling transaction
2012-01-11, by Mads Kiilerich
mq: make qsave implementation more explicit
2012-01-11, by Mads Kiilerich
mq: consistently use boolean values for dirty flags
2012-01-11, by Mads Kiilerich
mq: minor cleanup
2012-01-11, by Mads Kiilerich
tag: lock before tagging
2012-01-13, by Mads Kiilerich
tests: lock before creating transaction in test-filelog
2012-01-13, by Mads Kiilerich
debugbuilddag: lock repo before starting transaction
2012-01-13, by Mads Kiilerich
rebase: take locks in the right order
2012-01-13, by Mads Kiilerich
tests: keep track of all check-code.py warnings
2012-01-11, by Mads Kiilerich
filectx: typo in comment
stable
2012-01-15, by Christian Ebert
keyword: update filectx.cmp monkeypatch to handle '\1\n' at start of file
stable
2012-01-15, by Christian Ebert
bugzilla: make XMLRPC interface support http and https access
stable
2012-01-11, by Jim Hague
merge with stable
2012-01-13, by Matt Mackall
merge with i18n
2012-01-13, by Matt Mackall
i18n-ru: editorial for 'abort' and 'pipe'
2012-01-12, by Andrei Polushin
i18n-ru: editorial for 'diff'
2012-01-12, by Andrei Polushin
i18n-ru: editorial for 'guard'
2012-01-12, by Andrei Polushin
i18n-ru: vocabulary edited, minor corrections in translations.
2012-01-11, by Andrei Polushin
i18n-ru: using correct abbreviated units for megabytes.
2012-01-11, by Andrei Polushin
help: fix column alignment in "hg help" output
2012-01-11, by Olav Reinert
minirst: simplify and standardize field list formatting
2012-01-11, by Olav Reinert
largefiles: correctly download new largefiles when merging
2012-01-11, by Na'Tosha Bard
tests: add htmlcov option
2012-01-11, by Markus Zapke-Gründemann
run-tests: use a list comprehension instead of map
2012-01-12, by Matt Mackall
tests: fix omit path list
2012-01-11, by Markus Zapke-Gründemann
commands: partial backout of fbb68b382040
2012-01-13, by Martin Geisler
phase: add metavar to -r help text
2012-01-13, by Martin Geisler
phase: the REV argument can be repeated
2012-01-13, by Martin Geisler
commands: no need to rename merge and phases on import
2012-01-13, by Martin Geisler
phase: there is actually no -C option
2012-01-13, by Martin Geisler
phase: use standard syntax for command line flags
2012-01-13, by Martin Geisler
phase: fix RST markup (use ``...`` for literal text)
2012-01-13, by Martin Geisler
phase: lowercase option help, rephrase slightly
2012-01-13, by Martin Geisler
filectx: fix cmp() of file starting with '\1\n'
stable
2012-01-12, by Yuya Nishihara
merge with stable
2012-01-11, by Matt Mackall
merge with i18n
2012-01-11, by Matt Mackall
merge with i18n
stable
2012-01-11, by Matt Mackall
i18n-pt_BR: synchronized with e6c44dbe902f
stable
2012-01-10, by Wagner Bruna
merge with i18n
2012-01-10, by Wagner Bruna
i18n-ru: spellcheck
2012-01-09, by Andrei Polushin
i18n-ru: editorial for vocabulary words.
2012-01-09, by Andrei Polushin
i18n-ru: editorial for hg help hgignore
2012-01-08, by Andrei Polushin
tests: make {date|age} template output independent of the current date
2012-01-11, by Steven Brown
phases: make outgoing object and discovery aware of exclusion
2012-01-11, by Pierre-Yves David
discovery: introduce outgoing object for result of findcommonoutgoing
2012-01-09, by Pierre-Yves David
commands: make bundle use heads computed by findoutgoing
2012-01-09, by Pierre-Yves David
revlog: improve docstring for findcommonmissing
2012-01-09, by Pierre-Yves David
commands: bump copyright year
2012-01-11, by Martin Geisler
phase: mark messages for i18n
2012-01-10, by Matt Mackall
phase: fix up help string
2012-01-10, by Matt Mackall
phase: drop reference to working directory phase
2012-01-10, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-96
+96
+100
+300
+1000
+3000
+10000
+30000
tip