Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+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.
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
copies: fix issue1994
stable
2010-01-28, by Matt Mackall
i18n-sv: Translated twelve basic commands
2010-01-18, by Jens Bäckman
bugzilla: lowercase mysqldb var
2010-01-28, by Matt Mackall
check-code: del isn't a function
2010-01-28, by Matt Mackall
check-code: fix copyright date
2010-01-28, by Matt Mackall
test-minirst: hide trailing whitespace from check-code
2010-01-28, by Matt Mackall
zeroconf: flag third-party Zeroconf.py for ignore in check-code
2010-01-28, by Matt Mackall
check-code: add some ignore hints
2010-01-28, by Matt Mackall
check-code: check thyself
2010-01-25, by Matt Mackall
Merge with stable.
2010-01-29, by Martin Geisler
patchbomb: document [patchbomb] config section for addresses
stable
2010-01-28, by Christian Ebert
hgrc.5: whether bcc is prompted for is up to the extension
stable
2010-01-28, by Christian Ebert
many, many trivial check-code fixups
2010-01-25, by Matt Mackall
Introduce check-code.py
2010-01-25, by Matt Mackall
merge with stable
2010-01-24, by Benoit Boissinot
test-encode: Use tr chacter classes instead of character ranges
stable
2010-01-23, by Mads Kiilerich
Merge with stable
2010-01-23, by Martin Geisler
templates: do not add "ago" twice
stable
2010-01-23, by Martin Geisler
Merge with stable
2010-01-22, by Martin Geisler
tests: Don't use $PWD
stable
2010-01-22, by Mads Kiilerich
mq: Do not translate import message that are appended to commits.
stable
2010-01-20, by David Soria Parra
subrepo: handle svn externals and meta changes (issue1982)
2010-01-21, by Patrick Mezard
subrepo: svn xml output is much easier to parse
2010-01-21, by Patrick Mezard
subrepo: make svn use C locale for portability
2010-01-21, by Patrick Mezard
Merge with stable
2010-01-20, by Martin Geisler
summary: L10N messages hide clean-ness of workdir from 'hg summary'
stable
2010-01-20, by FUJIWARA Katsunori
mercurial.el: add forgotten version number
stable
2010-01-20, by Martin Geisler
test-subrepo-svn: remove bashism
2010-01-17, by Mads Kiilerich
Merge with crew-stable
2010-01-20, by Patrick Mezard
test-patch-offset: Don't use unified diff
stable
2010-01-17, by Mads Kiilerich
Merge with stable
2010-01-19, by Matt Mackall
Update license to GPLv2+
stable
2010-01-19, by Matt Mackall
copies: speed up copy detection
stable
2010-01-19, by Matt Mackall
hgweb: request: strip() form values
stable
2009-12-28, by Nicolas Dumazet
templatekw: fix extras, manifest and showlist args (issue1989)
2010-01-18, by Patrick Mezard
merge with i18n stable
2010-01-18, by Wagner Bruna
i18n-pt_BR: synchronized with 279c8a73fde1
stable
2010-01-18, by Wagner Bruna
Merge with stable
2010-01-16, by Martin Geisler
share: be more explicit about the dangers of rollback.
stable
2010-01-13, by Greg Ward
mercurial.spec: Alignment with AIX spec by Jim Hague
stable
2010-01-06, by Mads Kiilerich
hgweb: changenav: separate pages before and after the current position
2010-01-16, by Nicolas Dumazet
Work around AIX shell builtin printf not handling \NNN.
stable
2010-01-06, by Jim Hague
merge with stable
2010-01-15, by Benoit Boissinot
subrepo: fix merging of already merged subrepos (issue1986)
stable
2010-01-15, by Benoit Boissinot
Merge with crew-stab le
2010-01-15, by Patrick Mezard
cmdutil: expand style paths (issue1948)
stable
2010-01-15, by Patrick Mezard
hgweb: add a test for search logs
2010-01-14, by Dirkjan Ochtman
hgweb: add less/more links for search logs (issue1972)
2010-01-14, by Dirkjan Ochtman
hgweb: add less/more links to shortlog/filelog nav
2010-01-14, by Dirkjan Ochtman
hgweb: make graph page size equal to shortlog
2010-01-14, by Dirkjan Ochtman
merge with stable
2010-01-13, by Dirkjan Ochtman
ui: just return it if it's already a bool
stable
2010-01-13, by Dirkjan Ochtman
demandimport: ignore _winreg (used in python-2.7 mimetypes)
stable
2010-01-13, by Dirkjan Ochtman
shrink-revlog: add --dry-run option
2010-01-12, by Patrick Mezard
cmdutil: hide child window created by win32 spawndetached()
2010-01-10, by Patrick Mezard
Find right hg command for detached process
2010-01-06, by Patrick Mezard
cmdutil: replace unix pipe handshake with file lock
2010-01-06, by Patrick Mezard
serve: add and use portable spawnvp replacement
2009-04-10, by Patrick Mezard
shrink-revlog: help/doc tweaks
2010-01-12, by Greg Ward
Add shrink-revlog.py to win32 installer
2010-01-07, by Pascal Quantin
shrink-revlog: make it work on windows (issue1976)
2010-01-11, by Patrick Mezard
merge main with stable
2010-01-11, by Benoit Boissinot
merge crew together
2010-01-11, by Benoit Boissinot
merge stable together
stable
2010-01-11, by Benoit Boissinot
merge with stable
2010-01-11, by Benoit Boissinot
shrink-revlog: avoid cryptic error when used as an extension
stable
2010-01-11, by Benoit Boissinot
transaction: initialize self.journal to None after deletion
stable
2010-01-11, by Benoit Boissinot
subrepo: fix typo in help text
2010-01-09, by Jens Bäckman
Merge with stable
2010-01-09, by Martin Geisler
relink: ensure consistent candidate order
stable
2010-01-09, by Martin Geisler
commands: fix typo in help text
stable
2010-01-09, by Jens Bäckman
color: colorize output of hg resolve -l
2010-01-09, by Georg Brandl
color: improve coding style
2010-01-08, by Benoit Boissinot
Merge with crew-stable
2010-01-09, by Patrick Mezard
ui: display progress with decimal notation
stable
2010-01-08, by Patrick Mezard
win32: close file when leaving _getfileinfo()
stable
2010-01-08, by Patrick Mezard
Add support for relinking on Windows.
stable
2010-01-08, by Siddharth Agarwal
Add test for relink extension
stable
2010-01-08, by Patrick Mezard
contrib: small documentation fixes in shrink-revlog.py
2010-01-07, by Dirkjan Ochtman
contrib: turn shrink-revlog.py into an extension
2010-01-07, by Dirkjan Ochtman
contrib: fix error handling in shrink-revlog.py to be more hg-like
2010-01-07, by Dirkjan Ochtman
contrib: use ui to write in shrink-revlog.py
2010-01-07, by Dirkjan Ochtman
Merge with stable.
2010-01-05, by Martin Geisler
Update test and man page for multiple matching encode/decode filters
stable
2010-01-05, by Mads Kiilerich
commands: fix help string for pull -u and unbundle -u.
stable
2010-01-05, by Greg Ward
Update copyright year to 2010
stable
2010-01-04, by Pascal Quantin
httprepo: always store the response url (issue1968)
2010-01-05, by Steve Borho
Merge with stable
2010-01-04, by Martin Geisler
commands: update copyright year to 2010
stable
2010-01-04, by Martin Geisler
test-convert-svn-branches: filter unwanted output
2010-01-03, by Patrick Mezard
Merge with crew-stable
2010-01-03, by Patrick Mezard
patch: explicitely close input patch files when leaving
stable
2010-01-03, by Patrick Mezard
Merge with crew-stable
2010-01-03, by Patrick Mezard
hgweb: improve IIS PATH_INFO fix ee8af8a4d905 (issue1580)
stable
2010-01-03, by Patrick Mezard
Minor svn conversion tests cleanup
2010-01-02, by Patrick Mezard
subrepo: force en_US.UTF-8 locale when calling svn
2010-01-02, by Patrick Mezard
test-subrepo-svn: normalize OS specific path separator
2010-01-02, by Patrick Mezard
subrepo: normalize svn output line-endings
2010-01-02, by Patrick Mezard
test-subrepo-svn: avoid pushd/popd
2010-01-02, by Patrick Mezard
Merge with stable
2010-01-01, by Matt Mackall
Added signature for changeset 296a0b14a686
stable
2010-01-01, by Matt Mackall
Added tag 1.4.2 for changeset 296a0b14a686
stable
2010-01-01, by Matt Mackall
Merge with crew
2010-01-01, by Matt Mackall
mq: qdiff with the same diff options than qrefresh (issue1350)
2010-01-01, by Patrick Mezard
mq: upgrade to git patch when necessary (issue767)
2010-01-01, by Patrick Mezard
patch: support diff data loss detection and upgrade
2010-01-01, by Patrick Mezard
Merge with crew-stable
2010-01-01, by Patrick Mezard
Merge with stable
2010-01-01, by Matt Mackall
mq: preserve --git flag when folding patches
stable
1.4.2
2010-01-01, by Patrick Mezard
mq: preserve --git flag when merging patches
stable
2010-01-01, by Patrick Mezard
mq: stop caching and sharing diff options
stable
2010-01-01, by Patrick Mezard
subrepo: mark string for translation and fix case
2010-01-01, by Martin Geisler
Add RelaxNG schema to win32 installer
2010-01-01, by Pascal Quantin
Merge with mpm
2010-01-01, by Martin Geisler
Merge with crew-stable
2010-01-01, by Patrick Mezard
copies: don't report copies with unrelated branch
stable
2010-01-01, by Patrick Mezard
subrepo: Subversion support
2009-12-31, by Augie Fackler
subrepo: add table-based dispatch for subrepo types
2009-12-31, by Augie Fackler
dirstate: don't check state of subrepo directories
2009-12-31, by Augie Fackler
subrepo: load from a context where the subrepo exists
2009-12-31, by Augie Fackler
subrepo: fix includes support in .hgsub
2009-12-31, by Matt Mackall
Merge with stable
2009-12-31, by Martin Geisler
i18n: update po files for 703db37d186b and 0ddbc0299742
stable
2009-12-30, by Wagner Bruna
Merge with i18n
2009-12-30, by Matt Mackall
Merge with stable
2009-12-30, by Martin Geisler
Merge with i18n.
2009-12-30, by Martin Geisler
Merge with i18n-stable
stable
2009-12-30, by Martin Geisler
i18n: merge with stable
2009-12-30, by Martin Geisler
i18n-da: import strings from default branch
stable
2009-12-30, by Martin Geisler
less
more
|
(0)
-10000
-3000
-1000
-240
+240
+1000
+3000
+10000
+30000
tip