Mercurial
Mercurial
>
hg-stable
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
help
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+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.
hgweb: make code to join url path simpler
stable
2010-03-11, by Yuya Nishihara
hgweb: fix broken URLs of RSS/Atom feeds (issue1772)
stable
2010-03-11, by Yuya Nishihara
hgweb: introduce helper method to update req.env
stable
2010-03-11, by Yuya Nishihara
rebase: always check if rebasing onto an applied mq patch.
stable
2010-03-02, by Greg Ward
subrepo: wrap long line
2010-03-13, by Martin Geisler
merge with stable
2010-03-13, by Benoit Boissinot
test-extension: fix disabled extension tests for run-tests.py --local
stable
2010-03-05, by Brodie Rao
subrepo: print subrepo pulling URL
2010-03-12, by Edouard Gomez
merge with stable
stable
2010-03-13, by Benoit Boissinot
subrepo: keep ui and hgrc in sync when creating new repo
stable
2010-03-12, by Benoit Boissinot
subrepo: forward the push to argument into _abssource
stable
2010-03-12, by Edouard Gomez
mercurial.spec: remove reference to doc/ja
stable
2010-03-13, by Greg Lindahl
mq: simplify and use context API
2010-03-13, by Benoit Boissinot
mq: avoid a (potentially expensive) repo.status(unknown=True) call
2010-03-13, by Benoit Boissinot
mq: all_files can be a set, remove dangerous default values
2010-03-13, by Benoit Boissinot
Merge with stable
2010-03-12, by Martin Geisler
rebase: remove unnecessary \" from help string
stable
2010-03-12, by Martin Geisler
test-merge-default and check-code.py: No "export x=x" in sh
stable
2010-03-08, by Mads Kiilerich
Merge with stable
2010-03-12, by Martin Geisler
progress: document progress.disable config option
stable
2010-03-11, by Augie Fackler
shrink-revlog: add missing whitespace in expression
2010-03-11, by Martin Geisler
any is not available for python2.4
2010-03-11, by Benoit Boissinot
keyword: update copyright
2010-03-11, by Christian Ebert
keyword: remove deprecated options
2010-03-11, by Christian Ebert
style: use consistent variable names (*mod) with imports which would shadow
2010-03-11, by Benoit Boissinot
archive: autodetect archive type by extension (issue2058)
2010-03-11, by David Wolever
merge with stable
2010-03-11, by Dirkjan Ochtman
tests: use external coverage, mandate newer version
stable
2010-03-11, by Dirkjan Ochtman
churn: use ui.progress instead of --progress
2010-03-11, by Eric Eisner
rebase: improve help text
stable
2010-03-09, by Greg Ward
commands: remove extra indentation from list in help text
stable
2010-03-11, by Martin Geisler
server: initialize wsgi app in command, then wrap server around it
2010-03-11, by Dirkjan Ochtman
server: unnest server classes into module namespace
2010-03-11, by Dirkjan Ochtman
server: pass wsgi application to server (no need for non-local var)
2010-03-11, by Dirkjan Ochtman
server: abstract setup of ipv6 vs. normal server
2010-03-11, by Dirkjan Ochtman
server: handle server-internal config setup inside server class
2010-03-11, by Dirkjan Ochtman
server: externalize and streamline mixin setup
2010-03-11, by Dirkjan Ochtman
server: externalize application creation
2010-03-11, by Dirkjan Ochtman
commands: document and test hg clone update priority
stable
2010-03-11, by timeless
rebase: improve help text
2010-03-09, by Greg Ward
serve: fix port config
2010-03-10, by Benoit Boissinot
merge with other head, will show bug in hg serve
2010-03-10, by Thomas Arendsen Hein
test-serve: Show if port config and option are correctly used
2010-03-10, by Thomas Arendsen Hein
drop (default: 8000), non-zero default is automatically added to help
2010-03-10, by Thomas Arendsen Hein
make expression shorter, now the line fits into 80 chars
2010-03-10, by Thomas Arendsen Hein
serve: fix options recording, trailing whitespace
2010-03-10, by Benoit Boissinot
serve: allow --port=0 to specify "server chooses the port number"
2010-03-10, by Bryan O'Sullivan
rebase: improve output of hg pull --rebase (issue2072)
2010-03-10, by Sune Foldager
shrink-revlog: factor out postorder algorithm
2010-03-10, by Benoit Boissinot
shrink-revlog: factor out suboptimal computation
2010-03-10, by Benoit Boissinot
shrink-revlog: remove branchsort algorithm (it behaves poorly)
2010-03-10, by Benoit Boissinot
shrink-revlog: add accounting of suboptimal nodes to the new algorithms.
2010-03-09, by Greg Ward
shrink-revlog: add "reverse postorder" and "postorder reverse" toposorts.
2010-03-09, by Greg Ward
shrink-revlog: add --sort option for user-selectable toposort algorithm.
2010-02-25, by Greg Ward
shrink-revlog: rename some local variables for consistency.
2010-03-09, by Greg Ward
shrink-revlog: instrument sort code to record statistics.
2010-03-09, by Greg Ward
Merge with crew-stable
2010-03-09, by Patrick Mezard
convert: handle svn tree with empty roots (issue2079)
stable
2010-03-09, by Patrick Mezard
merge with stable
2010-03-09, by Benoit Boissinot
bundle: fix bundle generation for empty changegroup
stable
2010-03-09, by Benoit Boissinot
patch/diff: move diff related code next to each other
2010-03-09, by Benoit Boissinot
remove header handling out of mdiff.bunidiff, rename it
2010-03-09, by Benoit Boissinot
remove contrib/hgdiff, it makes refactoring diff/patch harder
2010-03-09, by Benoit Boissinot
demandimport: blacklist _ssl (issue1964)
stable
2010-03-09, by Dirkjan Ochtman
patch/diff: move patch.export() to cmdutil.export()
2010-03-08, by Benoit Boissinot
wix: pre-check the 'I approve this license' checkbox
2010-03-08, by Steve Borho
Merge with stable
2010-03-07, by Matt Mackall
addremove: avoid fetching data again and again
2010-03-08, by Benoit Boissinot
addremove: add progress support for similarity search
2010-03-08, by Benoit Boissinot
addremove: atomically update the dirstate
2010-03-07, by Benoit Boissinot
inotify: expose the same dirstate.status() interface as dirstate.
2010-03-07, by Greg Ward
keyword: remove spurious locks, improve handling of wlock
2010-03-07, by Christian Ebert
keyword: use status' names instead of index
2010-03-07, by Christian Ebert
hgweb/graph: edge should be same color as the destination
2010-03-07, by Benoit Boissinot
templatefilters: store the agescales in reverseorder directly
2010-03-06, by Benoit Boissinot
hgweb: separate generation of entries and sorting (cleanup)
2010-03-06, by Benoit Boissinot
Merge stable
2010-03-05, by Brendan Cully
demandimport: add __main__ to the blacklist (because of setuptools)
stable
2010-01-20, by Greg Ward
bookmarks: add invalidate() to bookmark_repo
stable
2009-12-17, by Paul Molodowitch
branch: help misuse of hg branch to switch branches
stable
2010-01-12, by Yuya Nishihara
Make Readme.html reference current OS X release
stable
2010-03-06, by Lee Cantey
progress: clear progress before writing to stderr
stable
2010-03-06, by Benoit Boissinot
Added signature for changeset ff2704a8ded3
stable
2010-03-05, by Matt Mackall
Added tag 1.5 for changeset ff2704a8ded3
stable
2010-03-05, by Matt Mackall
mq: drop -Q in favor of --mq only
stable
1.5
2010-03-05, by Matt Mackall
mq: correct test output
stable
2010-03-05, by Sune Foldager
mq: disallow : in patch names (issue2065)
stable
2010-03-05, by Sune Foldager
mq: disallow # (and : on Windows) in patch names (issue2065)
stable
2010-03-04, by Sune Foldager
Merge with stable
stable
2010-03-04, by Sune Foldager
win32/hgwebdir_wsgi: clarify documentation and clean up script a bit
2010-03-04, by Sune Foldager
Merge with hg-i18n
stable
2010-03-04, by Martin Geisler
i18n-sv: translated bisect, dates, locate, manifest
stable
2010-03-04, by Jens Bäckman
i18n-ja: synchronized with c50a3d7154d2
stable
2010-03-04, by FUJIWARA Katsunori
i18n-pt_BR: synchronized with f142fa3c0a8c
stable
2010-03-03, by Wagner Bruna
test-fetch: use relative URL to avoid echoing TMP path
stable
2010-03-03, by Steve Borho
fetch: fix newheads calculation (issue2047)
stable
2010-03-03, by Sune Foldager
Make annotate --follow an alias for -f/--file to behave like in older versions
stable
2010-03-03, by Thomas Arendsen Hein
win32/hgwebdir_wsgi: clarify copyright license
2010-03-03, by Martin Geisler
store: only add new entries to the fncache file
stable
2010-03-03, by Adrian Buehlmann
Updated test output of test-convert-baz after f2618cacb485
stable
2010-03-03, by Thomas Arendsen Hein
trailing spaces (and one stray tab)
stable
2010-03-03, by Thomas Arendsen Hein
Merge with default
stable
2010-03-03, by Sune Foldager
Merge with stable
2010-03-03, by Sune Foldager
add wsgi script for Microsoft IIS with isapi-wsgi
2010-03-03, by Sune Foldager
doc/ja: remove old Japanese man page translations
stable
2010-03-02, by Martin Geisler
Merge with hg-i18n
stable
2010-03-02, by Martin Geisler
i18n-sv: synchronized with f4f3a74ce832
stable
2010-03-02, by Jens Bäckman
i18n-pt_BR: synchronized with b1339234080e
stable
2010-03-02, by Wagner Bruna
ui: ignore ui.logtemplate and ui.style when HGPLAIN is set
stable
2010-03-03, by Yuya Nishihara
Merge with hg-i18n
stable
2010-03-02, by Martin Geisler
i18n-ja: synchronized with bb4561401c84
stable
2010-03-02, by FUJIWARA Katsunori
alias: fixes exception when displaying translated help text
stable
2010-03-01, by Yuya Nishihara
Merge with hg-i18n
stable
2010-03-01, by Martin Geisler
i18n-sv: synchronized with d1bbf01c4a8e
stable
2010-02-28, by Jens Bäckman
tests: update output to match b1339234080e
stable
2010-03-01, by Martin Geisler
Add ElementPath to the list of package ignored by demand import
stable
2010-03-01, by Pierre-Yves David
resolve: rewrite help to be clearer and more complete (issue2030).
stable
2010-03-01, by Greg Ward
mq: simplify --mq handling / keep compatibility with other extensions
stable
2010-02-28, by Benoit Boissinot
Merge with stable
2010-02-28, by Martin Geisler
i18n-da: synchronized with 091dddf05764
stable
2010-02-28, by Martin Geisler
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip