Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+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.
i18n-ja: synchronized with 2a1fac3650a5
stable
2013-01-31, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with 68eecbaf1bd3
stable
2013-01-31, by Wagner Bruna
hgweb: urlescape all urls, HTML escape repo/tag/branch/... names
stable
2013-02-01, by Thomas Arendsen Hein
merge with crew
stable
2013-02-01, by Matt Mackall
hgweb: rename 'currentbaseline' template keyword to 'basenode'
stable
2013-02-01, by Kevin Bullock
hgweb: rename 'changesetbaseline' template to 'difffrom'
stable
2013-02-01, by Kevin Bullock
hgweb: add a `web.view` to control filtering
stable
2013-01-31, by Pierre-Yves David
hgweb: returns 404 for unknow revision instead of 500
stable
2013-01-31, by Pierre-Yves David
subrepo: allows to drop courtesy phase sync (issue3781)
stable
2013-01-31, by Pierre-Yves David
tests: fix toctou race in tinyproxy.py (issue3795)
stable
2013-01-31, by Mads Kiilerich
rebase: mention --rev in the help
stable
2013-02-01, by Pierre-Yves David
hgweb: remove baseline info from paper template
stable
2013-02-01, by Pierre-Yves David
rebase: mention phases in the help
stable
2013-01-31, by Kevin Bullock
hgwebdir: use web.prefix when creating url breadcrumbs (issue3790)
stable
2013-01-31, by Angel Ezquerra
rebase: delete divergent bookmarks on destination (issue3685)
stable
2013-01-30, by Siddharth Agarwal
bookmarks: factor out delete divergent code
stable
2013-01-30, by Siddharth Agarwal
rebase: remove bogus nullmerge check in updatebookmarks
stable
2013-01-30, by Siddharth Agarwal
share: backout fd903f89e42b, except the test
stable
2012-11-27, by Matt Harbison
subrepo: use sharepath if available when locating the source repo
stable
2012-11-27, by Matt Harbison
test-histedit: add tests for dropping head changeset
stable
2013-01-22, by Pierre-Yves David
tests: use `pwd` instead of ${PWD} in test-convert-git.t - because of Solaris
stable
2013-01-31, by Mads Kiilerich
histedit: prevent parent guessed via --outgoing from being a revset (issue3770)
stable
2013-01-30, by Augie Fackler
tests: fix for windows - slashes and no serve
stable
2013-01-30, by Mads Kiilerich
merge: fix UnboundLocalError (issue3791)
stable
2013-01-30, by Mads Kiilerich
parsers: fix memleak of revlog cache entries on strip
stable
2013-01-28, by Yuya Nishihara
hgweb: fix navigation label (issue3792)
stable
2013-01-30, by Pierre-Yves David
profiling: add documentation of lsprof 'sort' and 'nested'
stable
2013-01-29, by Mads Kiilerich
OS X: try cheap ascii .lower() in normcase before making full unicode dance
stable
2013-01-29, by Mads Kiilerich
run-tests.py: inherit PYTHONHASHSEED from environment if set
stable
2013-01-29, by Mads Kiilerich
test-obsolete: validate that bundle is not affected by issue3788
stable
2013-01-29, by Pierre-Yves David
pull: fix crash when pulling changeset that get hidden locally (issue3788)
stable
2013-01-29, by Pierre-Yves David
hgweb: prevent traceback during search when filtered (issue3783)
stable
2013-01-29, by Pierre-Yves David
bookmarks: hide bookmarks on filtered revs from listkeys
stable
2013-01-27, by Kevin Bullock
bookmarks: don't use bookmarks.listbookmarks in local computations
stable
2013-01-27, by Kevin Bullock
filtering: test that bookmarks prevent hiding of changesets
stable
2013-01-28, by Kevin Bullock
discovery: outgoing pass unfiltered repo to findcommonincoming (issue3776)
stable
2013-01-28, by Pierre-Yves David
test: minor documentation fix
stable
2013-01-28, by Pierre-Yves David
largefiles: fix cat when using relative paths from subdirectory
stable
2013-01-25, by Mads Kiilerich
largefiles: fix commit when using relative paths from subdirectory
stable
2013-01-25, by Mads Kiilerich
largefiles: allow use of urls with #revision
stable
2013-01-28, by Mads Kiilerich
largefiles: don't verify largefile hashes on servers when processing statlfile
stable
2013-01-28, by Mads Kiilerich
tests: clarify test for pushing corrupted largefile
stable
2013-01-28, by Mads Kiilerich
largefiles: verify all files in each revision and report errors in any revision
stable
2013-01-28, by Mads Kiilerich
tests: better test coverage of largefiles localstore verify
stable
2013-01-28, by Mads Kiilerich
largefiles: adapt remotestore._getfile to batched statlfile
stable
2013-01-28, by Mads Kiilerich
largefiles: don't allow corruption to propagate after detection
stable
2013-01-28, by Mads Kiilerich
largefiles: adapt verify to batched remote statlfile (issue3780)
stable
2013-01-28, by Mads Kiilerich
largefiles: let wirestore._stat return stats as expected by remotestore verify
stable
2013-01-28, by Mads Kiilerich
tests: improve description of hgweb secret bookmarks test
stable
2013-01-27, by Kevin Bullock
bookmarks: show active bookmark even if not at working dir
stable
2013-01-27, by Kevin Bullock
hgweb: don't attempt to show hidden bookmarks (issue3774)
stable
2013-01-25, by Kevin Bullock
hgweb: fetch tipmost unfiltered rev thru the changelog
stable
2013-01-25, by Kevin Bullock
help: update verbose 'clone' help to include '@' bookmark
stable
2013-01-25, by Kevin Bullock
tests: fix test-help.t for '@' bookmark documentation
stable
2013-01-25, by Kevin Bullock
help: document '@' bookmark in 'help bookmarks' and 'help clone'
stable
2013-01-25, by Kevin Bullock
revset: evaluate sub expressions correctly (issue3775)
stable
2013-01-23, by FUJIWARA Katsunori
test-rebase: add another test for rebase with multiple roots
stable
2013-01-19, by Pierre-Yves David
update: update to current bookmark if it moved out from under us (issue3682)
stable
2013-01-21, by Kevin Bullock
test-bookmarks-pushpull.t: don't set bookmark active unnecessarily
stable
2013-01-21, by Kevin Bullock
doc: use "tag" revset predicate instead of "tagged" for example in help
stable
2013-01-24, by FUJIWARA Katsunori
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
tip