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.
i18n-de: added translations for convert.hg.* options
stable
2011-03-12, by thron7
i18n-de: translate some strings
stable
2011-03-12, by thron7
revset: fix a number of highly dubious continue statements
2011-03-16, by Markus F.X.J. Oberhumer
graphlog: do not swallow all TypeError exceptions (fix 29c800ee54cf)
2011-03-16, by Markus F.X.J. Oberhumer
archive: use hardcoded constants when creating .zip archives
2011-03-16, by Markus F.X.J. Oberhumer
hgweb: support multiple directories for the same path
2011-03-16, by timeless
templates: provide granularity for future values for age filter
2011-03-16, by timeless
revset: report a parse error if a revset is not parsed completely (issue2654)
2011-03-16, by Bernhard Leiner
config: use util.posixfile
2011-03-16, by Adrian Buehlmann
bundle: update current bookmark to most recent revision on current branch
2011-03-14, by David Soria Parra
localrepo: do not update bookmarks in addchangegroup
2011-03-14, by David Soria Parra
rebase: add -m/--message to rebase --collapse (issue2389)
2011-03-15, by Radomir Dopieralski
Updating hgext.extdiff to use revsets
2011-03-15, by David Wolever
merge with stable
2011-03-16, by Martin Geisler
relink: mark abort message for translation
stable
2011-03-16, by Martin Geisler
relink: avoid trying to lock the same repo twice
stable
2011-03-16, by Martin Geisler
relink: format reclaimed byte count nicely
2011-03-16, by Martin Geisler
test-relink: remove unnecessary ui.username setting
2011-03-16, by Martin Geisler
test-https: match output from 31eac42d9123
2011-03-16, by David Soria Parra
merge with stable
2011-03-15, by Matt Mackall
merge with crew
2011-03-14, by Patrick Mezard
convert/svn: fix _iterfiles() output in root dir case (issue2647)
stable
2011-03-14, by Patrick Mezard
eol: no need to accumulate files when checking all changesets
2011-03-14, by Patrick Mezard
eol: improve hook failure output
2011-03-14, by Patrick Mezard
merge with stable
2011-03-14, by Matt Mackall
bookmarks: remove API limitation in setcurrent
2011-03-14, by David Soria Parra
bookmarks: separate bookmarks update code from localrepo's pull.
2011-03-14, by David Soria Parra
tests: add tests for bookmarks support in hg identify
2011-03-13, by David Soria Parra
identify: list bookmarks for remote repositories
2011-03-12, by Nils Adermann
hgignore: ignore dll files generated under cygwin
2011-03-14, by Craig Leres
pager: don't page stderr if it's being redirected (issue2541)
stable
2011-01-04, by Brodie Rao
color: port to using ctypes (issue2687)
stable
2011-03-11, by Adrian Buehlmann
hgweb: drop use of super() for Exception base class
2011-03-14, by Matt Mackall
diff: make diff -c aware of revision sets
2011-03-14, by Steve Borho
color: wrap lines in docstring
2011-03-14, by Martin Geisler
merge with stable
2011-03-14, by Martin Geisler
setup: fix mac build broken by e42d18538e1d
stable
2011-03-13, by Jon M. Dugan
color: don't mention internal function in docstring
stable
2011-03-14, by Martin Geisler
keyword: offer additional datefilters when the extension is enabled
2011-03-14, by Christian Ebert
keyword: docstrings for additional date filters
2011-03-14, by Christian Ebert
mq: do not let qrefresh write bad patch
stable
2011-03-13, by Martin Geisler
graphlog: give meaningful error if more than one file is given
stable
2011-03-13, by Klaus Koch
merge with stable
2011-03-14, by Martin Geisler
test-https: update to match output from 3f6a4579f803
2011-03-14, by Martin Geisler
tests: respect new hg clone listkey queries in http-proxy test
2011-03-14, by David Soria Parra
bookmarks: discard current bookmark if absent from the bookmarks (issue2692)
stable
2011-03-13, by Benoit Boissinot
fix test-highlight after bookmark support change for hgweb
stable
2011-03-13, by Benoit Boissinot
merge with stable
2011-03-13, by Steve Borho
eol: do not abort when win32text is found, only warn
stable
2011-03-13, by Steve Borho
merge with stable
2011-03-13, by Benoit Boissinot
tests: fix failures introduced in 7359cb753a54
stable
2011-03-13, by Dirkjan Ochtman
tests: fix permission issue trying to remove test directory
stable
2011-03-12, by Benoit Boissinot
bookmarks: fix update of the current bookmark during rename
stable
2011-03-13, by Benoit Boissinot
setup: remove unnecessary code for win32com (pywin32)
2011-03-13, by Steve Borho
test-highlight: fix test output (introduced by 2151703e7f84)
2011-03-13, by Patrick Mezard
eol: rename hook into checkheadshook, add checkallhook (issue2665)
2011-03-13, by Patrick Mezard
eol: make the hook check all new heads, not only tip (issue2666)
2011-03-13, by Patrick Mezard
eol: the hook no longer requires the extension to be loaded
2011-03-13, by Patrick Mezard
eol: extract parsing error handling in parseeol()
2011-03-13, by Patrick Mezard
eol: separate .hgeol parsing from merge in ui
2011-03-13, by Patrick Mezard
eol: remove unused argument in readhgeol()
2011-03-13, by Patrick Mezard
eol: explain why reading .hgeol from the working dir is special
2011-03-13, by Patrick Mezard
templates: widen the graph canvas (issue2683)
stable
2011-03-13, by Dirkjan Ochtman
rebase: don't use util.Abort for an internal error
2011-03-13, by Martin Geisler
help: limit documentation width to at most 80 characters
2011-03-13, by Dirkjan Ochtman
merge with stable
2011-03-13, by Martin Geisler
transplant: avoid the word "rebase" when we mean "transplant"
stable
2011-03-13, by Martin Geisler
transplant: explain that changesets are copied, not moved
stable
2011-03-13, by Martin Geisler
hg: add support for cloning bookmarks
2011-03-13, by David Soria Parra
httprepo: use caps instead of between for compat check
2011-03-12, by Peter Arrenbrecht
revset: add a revset command to get bisect state.
2011-03-12, by Benoit Boissinot
bisect: new command to extend the bisect range (issue2690)
2011-03-12, by Benoit Boissinot
hgweb: pmezard thinks one default is enough
stable
2011-03-12, by Dirkjan Ochtman
don't depend on features of Exception as much
2011-03-12, by Dirkjan Ochtman
deal with empty Content-Length headers
stable
2011-03-12, by Dirkjan Ochtman
hgweb: add separate page with bookmarks listing
stable
2011-03-12, by Alexander Solovyov
hgweb: add display of bookmarks for changelog and changeset
stable
2011-03-12, by Alexander Solovyov
merge with stable
2011-03-12, by Martin Geisler
setup.py: use StrictVersion instead of manual comparison
stable
2011-03-12, by Dirkjan Ochtman
help: extract items doc generation function
2011-03-12, by Patrick Mezard
templates: document missing keywords or filters
2011-03-12, by Patrick Mezard
templatefilters: move doc from templates.txt to docstrings
2011-03-12, by Patrick Mezard
templatefilters: wrap all filters in dedicated functions
2011-03-12, by Patrick Mezard
templatefilters: prefix helper functions
2011-03-12, by Patrick Mezard
templatefilters: sort function definitions
2011-03-12, by Patrick Mezard
templatefilters: match filter keys and function names
2011-03-12, by Patrick Mezard
templatefilters: sort filters table
2011-03-12, by Patrick Mezard
templates: generate keyword help dynamically
2011-03-12, by Patrick Mezard
test-help: test a sample of 'templates' topic help
2011-03-12, by Patrick Mezard
fix compiling of extensions for OS X and XCode 4.0
stable
2011-03-12, by Alexander Solovyov
test-subrepo-paths: fix typo
2011-03-12, by Martin Geisler
eol: use dirstate methods to clear dirstate
stable
2011-03-12, by Martin Geisler
tests: fix permission issue trying to remove test directory
2011-03-12, by Benoit Boissinot
transplant: added 'HGREVISION' variable to the environment passed to the 'filter' command
2011-03-11, by Luke Plant
test-subrepo-paths: test cummulative remapping
2011-03-11, by Martin Geisler
merge with stable
2011-03-11, by Martin Geisler
ui: yield unchanged values in walkconfig
2011-03-10, by Martin Geisler
Added signature for changeset aa1f3be38ab1
stable
2011-03-10, by Matt Mackall
Added tag 1.8.1 for changeset aa1f3be38ab1
stable
2011-03-10, by Matt Mackall
i18n-pt_BR: synchronized with 66d65bccbf06
stable
1.8.1
2011-03-09, by Wagner Bruna
tests: use $TESTTMP more and use (glob) less
2011-03-10, by Martin Geisler
hgweb_mod: respond right away if the client specified 100-continue support
2011-01-07, by Augie Fackler
hgweb: add support for 100-continue as recommended by PEP 333.
2010-02-06, by Augie Fackler
subrepo: show the source that git pulls
2011-03-08, by Eric Eisner
commands.update() now works properly with a revision of 0
2011-03-08, by Mark Drago
merge with stable
2011-03-08, by Steve Borho
mergetools: add alternate registry keys for 32bit apps on 64bit O/S
stable
2011-03-08, by Steve Borho
filemerge: introduce a 'regkeyalt' merge tool variable
stable
2011-03-08, by Steve Borho
merge with stable
2011-03-08, by Steve Borho
wix: drop bin/ folder from MSI installers (issue 2673)
stable
2011-03-08, by Steve Borho
zsh completion: remove computed default values from help texts
2011-03-08, by Martin Geisler
merge: remove last traces of fastforward merging
2011-03-08, by Mads Kiilerich
merge with stable
2011-03-07, by Patrick Mezard
subrepo: backout 67fbe566eff1, --force requires svn >= 1.5
stable
2011-03-07, by Patrick Mezard
merge with stable
2011-03-07, by Matt Mackall
merge with i18n
stable
2011-03-07, by Matt Mackall
i18n-de: improve translation for "unmerged branches"
stable
2011-03-06, by David Soria Parra
httprepo: order URL query string fields for readability
2011-03-07, by Steven Brown
ancestor: improve description
2011-03-07, by Matt Mackall
subrepo: don't crash when git repo is missing
stable
2011-03-07, by Eric Eisner
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip