Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-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.
config: split source data out into separate map
2009-04-26, by Matt Mackall
config: add %unset name support
2009-04-26, by Matt Mackall
config: allow including other config files
2009-04-26, by Matt Mackall
showconfig: show source file and line with --debug
2009-04-26, by Matt Mackall
util: kill configparser wrapper
2009-04-26, by Matt Mackall
hgweb: use config.config
2009-04-26, by Matt Mackall
clone: config escaping no longer needed
2009-04-26, by Matt Mackall
Merge with stable
2009-04-26, by Matt Mackall
Merge with crew-stable
2009-04-26, by Matt Mackall
transplant: forbid transplant to nonempty repositories with no working directory.
2009-04-26, by Brendan Cully
ui.isatty() accesses sys.stdin, causing mod_wsgi to throw IOError.
2009-04-26, by Benjamin Wohlwend
hg: allow hg.parseurl(url, None)
2009-04-24, by Martijn Pieters
transplant: remove the restriction that the destination be nonempty.
2009-04-24, by Jacob Lee
Fix subversion convert not detecting empty changesets.
2009-04-25, by Francis Barber
cvsps: fix crash when log message refers to non-existent branch (issue1615).
2009-04-19, by Greg Ward
cvsps: add test for merge detection (issue1615).
2009-04-19, by Greg Ward
convert/cvs: add an option to disable remote log caching
2009-04-26, by Patrick Mezard
tests: removed redundant "-u test" from test scripts
2009-04-26, by Martin Geisler
tests: removed redundant "-d '0 0'" from test scripts
2009-04-26, by Martin Geisler
Merge with crew-stable
2009-04-26, by Patrick Mezard
convert/bzr: make it work with filemaps (issue1631)
2009-04-26, by Patrick Mezard
verify: combine sets instead of concatenating lists
2009-04-25, by Martin Geisler
rebase, revlog: use set(x) instead of set(x.keys())
2009-04-25, by Martin Geisler
monoblue: Fix indentation and other styling in the annotation view.
2009-04-15, by Augie Fackler
run-tests: cosmetics
2009-04-22, by Simon Heimberg
patchbomb: add user agent header to mails
2009-04-23, by Henrik Stuart
help: document stripdir template filter
2009-04-24, by Martin Geisler
templatefilters: add new stripdir filter
2009-04-24, by Aleix Conchillo Flaque
context: use Python 2.4 decorator syntax
2009-04-24, by Martin Geisler
localrepo: use sets in findcommonincoming
2009-04-24, by Martin Geisler
strutil: removed rsplit
2009-04-24, by Martin Geisler
notify: turned a set-like dict into a real set
2009-04-24, by Martin Geisler
revlog: let nodestotag be a set instead of a list
2009-04-22, by Martin Geisler
replace set-like dictionaries with real sets
2009-04-22, by Martin Geisler
util: use built-in set instead of util.unique
2009-04-22, by Martin Geisler
util: use built-in set and frozenset
2009-04-22, by Martin Geisler
Merge with crew-stable
2009-04-24, by Patrick Mezard
convert/bzr: fix symlink handling (issue1626)
2009-04-24, by Patrick Mezard
win32text: be more careful about rejecting violating changesets
2009-04-24, by Bryan O'Sullivan
keepalive: attempt to fix issue1003
2009-04-23, by Matt Mackall
test-archive: silence stupid messages from GNU tar
2009-04-23, by Matt Mackall
ui: introduce new config parser
2009-04-23, by Matt Mackall
ui: simplify init, kill dupconfig
2009-04-23, by Matt Mackall
ui: fold readsections into readconfig
2009-04-23, by Matt Mackall
ui: cleanup _is_trusted a bit
2009-04-23, by Matt Mackall
ui: simplify parent overlay logic
2009-04-23, by Matt Mackall
ui: always have ucdata
2009-04-23, by Matt Mackall
ui: fold verbosity_constraints into fixconfig, simplify
2009-04-23, by Matt Mackall
ui: kill updateopts
2009-04-23, by Matt Mackall
ui: refactor option setting
2009-04-23, by Matt Mackall
ui: kill redundant call to verbosity_constraints
2009-04-23, by Matt Mackall
ui: always have an overlay
2009-04-23, by Matt Mackall
ui: kill check_trusted
2009-04-23, by Matt Mackall
ui: move _isatty near user
2009-04-23, by Matt Mackall
zeroconf: don't fail on non-local names
2009-04-13, by Alexander Solovyov
Merge with stable
2009-04-23, by Matt Mackall
Merge with crew
2009-04-23, by Matt Mackall
Merge with crew-stable
2009-04-23, by Matt Mackall
Merge with crew-stable
2009-04-23, by Patrick Mezard
convert/bzr: handle files replaced by directories (issue1623)
2009-04-23, by Patrick Mezard
convert/mtn: mtn does not record timezones, mark dates as UTC (issue1624)
2009-04-23, by Paul Aurich
convert/mtn: handle directory move into moved directory (issue1619/3)
2009-04-22, by Patrick Mezard
convert/mtn: handle files moved in a moved directory (issue1619/2)
2009-04-21, by Patrick Mezard
i18n: update Brazilian Portuguese translation
2009-04-22, by Wagner Bruna
i18n: add Brazilian Portuguese translation
2009-04-19, by Diego de Oliveira
convert/svn: support more OS specific auth providers via svn 1.6 API
2009-04-22, by Patrick Mezard
cmdutil: return boolean result directly in want function
2009-04-22, by Martin Geisler
util: return boolean result directly in util.binary
2009-04-22, by Martin Geisler
remove unnecessary outer parenthesis in if-statements
2009-04-22, by Martin Geisler
run-tests: fix error when timeout occurs
2009-04-22, by Simon Heimberg
i18n-de: Help tests in commands.py done, still working on option description
2009-04-21, by Fabian Kreutz
i18n-de: More translations of commands.py (revert, status, unbundle, ...)
2009-04-17, by Fabian Kreutz
add a deprecation warning for gc based lock releasing
2009-04-22, by Ronny Pfannschmidt
switch lock releasing in the extensions from gc to explicit
2009-04-22, by Ronny Pfannschmidt
document the locking pattern in localrepo.status
2009-04-22, by Ronny Pfannschmidt
switch dircleanup in mercurial.hg.clone from gc based to explicit
2009-04-22, by Ronny Pfannschmidt
switch lock releasing in the core from gc to explicit
2009-04-22, by Ronny Pfannschmidt
made repo locks recursive and deprecate refcounting based lock releasing
2009-04-22, by Ronny Pfannschmidt
run-tests: fix -jN broken by 60a9e3cf0cf4
2009-04-22, by Benoit Boissinot
Merge with stable
2009-04-21, by Matt Mackall
Merge with crew-stable
2009-04-21, by Matt Mackall
Merge with crew-stable
2009-04-17, by Matt Mackall
Merge with crew
2009-04-21, by Matt Mackall
Merge with crew-stable
2009-04-21, by Patrick Mezard
convert/mtn: handle subsecond commit dates (issue1616)
2009-04-21, by Paul Aurich
Merge with crew-stable
2009-04-21, by Patrick Mezard
convert/mtn: handle new files in moved directories (issue1619)
2009-04-21, by Patrick Mezard
keyword: set overwrite message only once, not for each file
2009-04-21, by Christian Ebert
run-tests: removed some underscores (coding style)
2009-04-21, by Martin Geisler
run-tests: upper-case global PYTHON variable
2009-04-21, by Martin Geisler
run-tests: reduce global variables set by parse_args().
2009-04-20, by Greg Ward
run-tests: factor out main(); reduce use of globals a bit.
2009-04-20, by Greg Ward
run-tests: move bits of main program so it's all at the bottom.
2009-04-20, by Greg Ward
run-tests: move _hgpath() up so it's not in the middle of the main program.
2009-04-20, by Greg Ward
run-tests: factor out parse_args(). Clarify use of globals a bit.
2009-04-20, by Greg Ward
patch, i18n: avoid parameterized plural
2009-04-20, by Wagner Bruna
keyword, i18n: avoid untranslated strings as message parameters
2009-04-20, by Wagner Bruna
commands, i18n: avoid untranslated strings as message parameters
2009-04-20, by Wagner Bruna
bookmarks: fix typo
2009-04-20, by Wagner Bruna
convert: fix typo
2009-04-05, by Wagner Bruna
i18n: the message should not contain '\r'
2009-04-20, by Benoit Boissinot
Add comment about this test failing under bzr 1.13 due to a bug in bzr.
2009-04-19, by Greg Ward
test-highlight: adapt output to latest pygments keeping backwards compatibility
2009-04-19, by Christian Ebert
merge with stable
2009-04-18, by Benoit Boissinot
issue1577: fix broken test by assuming less about CVS output.
2009-03-28, by Greg Ward
cvsps: make debugging easier by adding __repr__() methods.
2009-04-18, by Greg Ward
cvsps: update docstring for changeset class.
2009-04-18, by Greg Ward
merge with crew
2009-04-18, by Benoit Boissinot
manifest: improve error message about newlines in filenames
2009-04-18, by Greg Ward
help texts: write command line switches as -a/--abc
2009-04-18, by Martin Geisler
Update qimport help explaining how to read a patch from stdin (Issue371)
2009-04-18, by David Frey
convert: Improved svn source detection.
2009-04-04, by Augie Fackler
strip: make repair.strip transactional to avoid repository corruption
2009-04-16, by Henrik Stuart
transaction: support multiple, separate transactions
2009-04-15, by Henrik Stuart
transaction: only delete journal on successful abort/commit
2009-04-16, by Henrik Stuart
i18n-de: synchronised with hg.pot
2009-04-14, by Tobias Bell
inotify: Do not raise TypeError when client.query returns None
2009-04-08, by Nicolas Dumazet
inotify: Simplifying init code
2009-04-08, by Nicolas Dumazet
inotify: files is always a list: 'files or []' is redundant
2009-04-08, by Nicolas Dumazet
Merge with crew-stable
2009-04-13, by Patrick Mezard
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip