Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
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.
streaming: actually change default
2010-02-09, by Matt Mackall
fix up a bunch of check-code warnings
2010-02-09, by Matt Mackall
check-code: import some pylint checks
2010-02-09, by Matt Mackall
ssl: fix compatibility with pre-2.6 Python
2010-02-10, by Matt Mackall
mq: remove unused import
2010-02-10, by Henrik Stuart
url: SSL server certificate verification using web.cacerts file (issue1174)
2010-02-10, by Henrik Stuart
url: httplib.HTTPSConnection already handles IPv6 and port parsing fine
2010-02-10, by Benoit Boissinot
mq: incorporate mq repo config when using --mq
2010-02-10, by Brendan Cully
run-tests.py: skipped tests shouldn't change working directory
2010-02-09, by Mads Kiilerich
whitespace cleanup
2010-02-08, by Peter Arrenbrecht
revlog.size: remove alternate implementation (revlogv0 specific)
2010-02-09, by Benoit Boissinot
pylintrc: string isn't deprecated, only some of its methods
2010-02-09, by Benoit Boissinot
mq: make init -Q do what qinit -c did
2010-02-08, by Brendan Cully
mq: add -Q option to all commands not in norepo
2010-02-08, by Brendan Cully
setup.py: fixing version info for Windows hg.exe (py2exe)
2010-02-07, by Adrian Buehlmann
test-branch-option: make it executable
2010-02-08, by Patrick Mezard
tests: don't just silently strip port numbers
2010-02-08, by Mads Kiilerich
mq: add parent node IDs to MQ patches on qrefresh/qnew
2010-02-07, by Steve Losh
prepush: add more precise error messages
2010-02-08, by Benoit Boissinot
revlog: don't silently discard revlog flags on revlogv0
2010-02-08, by Benoit Boissinot
fix coding style (reported by pylint)
2010-02-08, by Benoit Boissinot
add pylintrc with some mercurial specific configuration
2010-02-08, by Benoit Boissinot
localrepo: cleanup branch tip computation
2010-02-08, by Benoit Boissinot
hgrc.5: Fix a typo
2010-02-08, by Steve Borho
summary: various fixes, add a test
2010-02-08, by Matt Mackall
fix remaining hg.parseurl uses
2010-02-08, by Sune Foldager
win32: allow hgrc.d on Windows
2010-02-07, by Steve Borho
zeroconf: use DNS length field to safely skip unknown record types
2010-02-08, by Brendan Cully
zeroconf: better fix for readName error
2010-02-07, by Brendan Cully
zeroconf: try utf-16 decoding if utf-8 fails
2010-02-07, by Brendan Cully
import: import each patch in a file or stream as a separate change
2010-02-07, by Brendan Cully
ui: look before you leap on sys.stdout.closed
2010-02-07, by Dirkjan Ochtman
mq: fix deprecation mention, line length
2010-02-07, by Augie Fackler
merge with mpm
2010-02-07, by Dirkjan Ochtman
addbranchrevs: fallback for older servers
2010-02-07, by Sune Foldager
add -b/--branch option to clone, bundle, incoming, outgoing, pull, push
2010-02-07, by Sune Foldager
subrepo: change default path in hgrc of subrepo after cloning
2010-02-06, by Saint Germain
streamclone: allow uncompressed clones by default
2010-02-07, by Matt Mackall
help: Improved body text
2010-02-07, by timeless
commands: Try to improve help options text for basic commands
2009-11-20, by timeless
check-code.py: make help strings consistent
2010-02-07, by Martin Geisler
check-code.py: escape backslash
2010-02-07, by Mads Kiilerich
qnew: ignore force option
2010-02-07, by Augie Fackler
strip apostrophes from an error messages
2010-02-07, by Dirkjan Ochtman
mq: fix typo, thanks pmezard
2010-02-07, by Dirkjan Ochtman
commands: annotate follows by default, separate -f/--file option
2010-02-07, by Dirkjan Ochtman
Merge with crew-stable
2010-02-07, by Patrick Mezard
test-mq-qrefresh: test qrefresh when tip != qtip
stable
2010-02-07, by Patrick Mezard
mq: remove qrefresh slow path (issue2025)
stable
2010-02-06, by Dan Villiom Podlaski Christiansen
interpret repo#name url syntax as branch instead of revision
2010-02-07, by Sune Foldager
dispatch: provide help for disabled extensions and commands
2010-02-07, by Brodie Rao
extensions: refactor disabled()
2010-02-07, by Brodie Rao
mq: don't warn on qpush against a branch head
2010-02-07, by Dirkjan Ochtman
mq: deprecate qinit and qcommit
2010-02-07, by Dirkjan Ochtman
mq: deprecate qsave, qrestore and related options
2010-02-07, by Dirkjan Ochtman
mq: add --mq option to some commands
2008-12-23, by Brendan Cully
pull: with -u and -r, update to the first revision given
2010-02-06, by Sune Foldager
localrepo: inline single-use nested function
2010-02-07, by Dirkjan Ochtman
localrepo: unify changegroup and changegroupsubset code paths a bit
2010-02-07, by Dirkjan Ochtman
merge: add hints about the use of 'hg heads' to find the rev to merge
2010-02-07, by Benoit Boissinot
prepush: warn about every new outgoing named branch, not just the first
2010-02-07, by Benoit Boissinot
prepush: rename variables, refactor
2010-02-07, by Benoit Boissinot
rebase: add --detach option to detach intermediate revisions (issue1950)
2010-02-06, by Stefano Tortarolo
rebase: refactoring
2010-01-31, by Stefano Tortarolo
commands: do all branch heads by default, demote topological to -t/--topo
2010-02-06, by Dirkjan Ochtman
commands: actually implement --closed for topological heads
2010-02-06, by Dirkjan Ochtman
commands: externalize branchheads so we can do it for all branches at once
2010-02-06, by Dirkjan Ochtman
commands: move inactive/closed out so they can have more effect
2010-02-06, by Dirkjan Ochtman
commands: don't do too much work for error messages
2010-02-06, by Dirkjan Ochtman
commands: allow --closed even for topological heads displays
2010-02-06, by Dirkjan Ochtman
util: make spawndetached() handle subprocess early terminations
2010-02-06, by Patrick Mezard
zeroconf: do not try to encode encoded strings (issue1942)
2010-02-06, by Henrik Stuart
zeroconf: override default destination folder on clone
2010-02-06, by Henrik Stuart
merge with main
2010-02-06, by Henrik Stuart
merge with main
2010-02-06, by Benoit Boissinot
fix spaces/identation issues
2010-02-05, by Benoit Boissinot
Merge with crew
2010-02-06, by Matt Mackall
Merge with crew
2010-02-06, by Brendan Cully
run-tests: kill daemons on ^C with -j.
2010-02-06, by Brendan Cully
commands: fix more changeset header information in 'hg help export'
2010-02-06, by Steve Losh
commands: fix the list of changeset header information in 'hg help export'
2010-02-06, by Steve Losh
graphlog: remove unused import
2010-02-03, by Christian Ebert
keyword: fix utcdate filter
2010-02-04, by Christian Ebert
commands: always order heads recent to oldest
2010-02-06, by Dirkjan Ochtman
commands: fix up stupidly untested heads simplification
2010-02-06, by Dirkjan Ochtman
revlog: fix up previously stupid API change
2010-02-06, by Dirkjan Ochtman
commands: simplify heads a little bit before I start hacking it up
2010-02-06, by Dirkjan Ochtman
localrepo: add a quick docstring for localrepo.branchmap()
2010-02-06, by Dirkjan Ochtman
commands: deprecate the heads -a option
2010-02-06, by Dirkjan Ochtman
revlog: add a fast path for checking ancestry
2010-02-06, by Dirkjan Ochtman
subrepo: correct copyright
2010-02-06, by David Soria Parra
record: function variable naming & signature cleanup.
2010-02-05, by Dan Villiom Podlaski Christiansen
add options dict to localrepo.store.opener and use it for defversion
2010-02-05, by Vsevolod Solovyov
merge with main
2010-02-05, by Benoit Boissinot
localrepo: minor formatting - remove double space
2010-02-05, by Henri Wiechers
coverage.py: fixed syntax error
2010-02-01, by Henri Wiechers
merge with stable
2010-02-05, by Dirkjan Ochtman
zeroconf: gethostbyaddr may also fail with socket.herror
stable
2010-02-05, by Augie Fackler
Merge with stable
2010-02-05, by Steve Borho
commands: label from user is in local encoding
stable
2010-02-05, by Steve Borho
merge with main
2010-02-02, by Benoit Boissinot
copies: check if revisions are related (bug found with pylint)
2010-02-02, by Benoit Boissinot
Merge with stable
2010-02-01, by Matt Mackall
Added signature for changeset 4aa619c4c2c0
stable
2010-02-01, by Matt Mackall
Added tag 1.4.3 for changeset 4aa619c4c2c0
stable
2010-02-01, by Matt Mackall
Merge with i18n
2010-02-01, by Matt Mackall
Merge with i18n
stable
1.4.3
2010-02-01, by Matt Mackall
merge with i18n stable
2010-02-01, by Wagner Bruna
i18n-pt_BR: synchronized with b08ffd27dfc8
stable
2010-02-01, by Wagner Bruna
Merge with stable.
2010-01-31, by Martin Geisler
i18n: fix typo in German translation
stable
2010-01-30, by Georg Brandl
i18n-ja: synchronized with e7727a545c48
2010-01-31, by FUJIWARA Katsunori
Merge with stable
2010-01-31, by Matt Mackall
templates: rename `Last change' column in hgwebdir repository list.
2010-01-24, by Dan Villiom Podlaski Christiansen
run-tests: split tests/blacklist in tests/blacklists/*
2009-12-10, by Nicolas Dumazet
subrepo: fix errors reported by pylint
2010-01-31, by Benoit Boissinot
copies: revert d1cd09bb4d18
stable
2010-01-31, by Matt Mackall
Merge with i18n
2010-01-28, by Matt Mackall
Merge with stable
2010-01-28, by Matt Mackall
config: handle short continuations (issue1999)
stable
2010-01-28, by Matt Mackall
less
more
|
(0)
-10000
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip