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.
add a small test for contrib/check-code.py
2010-03-16, by Pierre-Yves David
keyword: do not bother about detecting extension path in demo
2010-03-16, by Christian Ebert
keyword: make kwdemo less verbose
2010-03-16, by Christian Ebert
keyword: 1 variable name for overwriting candidates
2010-03-16, by Christian Ebert
keyword: do not customize ui.note() when overwriting
2010-03-16, by Christian Ebert
mq: test for init --mq with a destination argument
stable
2010-03-15, by Cédric Duval
contrib/wix: fix product name to include version
stable
2010-03-16, by Adrian Buehlmann
help: it's not necessary to escape quotes
2010-03-16, by Benoit Boissinot
check-code: remove simple quotes first
2010-03-16, by Benoit Boissinot
merge with stable
2010-03-16, by Benoit Boissinot
filelog: no need to optimize an uncommon case, assume meta = {}
2010-03-16, by Benoit Boissinot
filelog: text is stored modified when it starts with '\1\n'
stable
2010-03-16, by Benoit Boissinot
Merge with stable
2010-03-15, by Matt Mackall
check-code: add check for any/all
2010-03-12, by Matt Mackall
cvsps: fix traceback involving 'synthetic'
stable
2010-03-15, by Benoit Boissinot
progress: use a verb in present participle
2010-03-15, by Martin Geisler
Merge with stable
2010-03-15, by Martin Geisler
progress: use a verb (+noun) in present participle
stable
2010-03-15, by Martin Geisler
subrepo: fix hgrc paths section during subrepo pulling
stable
2010-03-14, by Edouard Gomez
Merge with crew-stable
2010-03-14, by Patrick Mezard
convert: teach cvsps to handle . repository (issue1649)
stable
2010-03-09, by Mathieu Clabaut
record: separate each hunk with a blank line
2010-03-14, by Martin Geisler
mq: do not try to delete non-existent files (regression from e8e56d8377ab)
2010-03-14, by Benoit Boissinot
Merge with stable
2010-03-14, by Martin Geisler
mq: fix init with nonexistent or non-local repository
stable
2010-03-14, by Cédric Duval
mq: no longer refer to deprecated qinit -c command
stable
2010-03-14, by Cédric Duval
mq: don't mention qinit as a "common task"
stable
2010-03-14, by Cédric Duval
mq: don't use regexp when not necessary
2010-03-14, by Benoit Boissinot
mq: use xrange/enumerate instead of += 1
2010-03-14, by Benoit Boissinot
mq: don't use len(list) unless necessary
2010-03-14, by Benoit Boissinot
mq: find_series() simplify and don't use regexps
2010-03-14, by Benoit Boissinot
mq: fix coding style (missing space)
2010-03-14, by Benoit Boissinot
mq: qsave creates entries with the left part empty (':patchname')
2010-03-14, by Benoit Boissinot
mq: simplify statusentry(), fix restore broken by ee48e5ef8753
2010-03-14, by Benoit Boissinot
mq: use context API
2010-03-14, by Benoit Boissinot
mq: simplify qparents calculation
2010-03-14, by Benoit Boissinot
mq: simplify commit message generation
2010-03-14, by Benoit Boissinot
mq: avoid many hex/bin conversions, keep the binary node when possible
2010-03-14, by Benoit Boissinot
rebase: add option to not commit after a collapsing
2010-02-07, by Stefano Tortarolo
Merge with crew-stable
2010-03-13, by Patrick Mezard
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
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip