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.
tests: add tests for styled hgwebdir pages
2009-04-27, by Dirkjan Ochtman
hgweb: use new sessionvars code in hgwebdir, too
2009-04-27, by Dirkjan Ochtman
hgweb: some cleanups in hgwebdir, remove double defaults
2009-04-27, by Dirkjan Ochtman
convert/svn: fix pathname parsing from URL under Windows
2009-04-26, by Patrick Mezard
hghave: handle Windows raising on popen() failure
2009-04-26, by Patrick Mezard
test-extdiff: replace shell script with python for portability
2009-04-26, by Patrick Mezard
Declare bzr TERM=dumb to silence progress bars
2009-04-26, by Patrick Mezard
replace various uses of list.reverse()
2009-04-26, by Matt Mackall
replace util.sort with sorted built-in
2009-04-26, by Matt Mackall
ui: make interactive a method
2009-04-26, by Matt Mackall
util: take propertycache from context.py
2009-04-26, by Matt Mackall
ui: print_exc() -> traceback()
2009-04-26, by Matt Mackall
ui: traceback -> _traceback
2009-04-26, by Matt Mackall
ui: report_untrusted fixes
2009-04-26, by Matt Mackall
ui: privatize cdata vars
2009-04-26, by Matt Mackall
ui: buffers -> _buffers
2009-04-26, by Matt Mackall
ui: trusted_users -> _trustusers, trusted_groups -> _trustgroups
2009-04-26, by Matt Mackall
ui: assumetrusted -> trust
2009-04-26, by Matt Mackall
ui: _get_cdata -> _data
2009-04-26, by Matt Mackall
config: getsource -> source
2009-04-26, by Matt Mackall
ui: simplify fixconfig
2009-04-26, by Matt Mackall
ui: fix-up and warn about deprecated %%
2009-04-26, by Matt Mackall
bugzilla: fix section reading
2009-04-26, by Matt Mackall
templater: use new config parser
2009-04-26, by Matt Mackall
config: add section filter to read
2009-04-26, by Matt Mackall
config: deal with spaces at end of line more carefully
2009-04-26, by Matt Mackall
hgweb: kill parentui references
2009-04-26, by Matt Mackall
ui: kill most users of parentui name and arg, replace with .copy()
2009-04-26, by Matt Mackall
ui: replace parentui mechanism with repo.baseui
2009-04-26, by Matt Mackall
add cmdutil.remoteui
2009-04-26, by Matt Mackall
ui: less links to parentui
2009-04-26, by Matt Mackall
config: add some helper methods
2009-04-26, by Matt Mackall
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
less
more
|
(0)
-3000
-1000
-120
+120
+1000
+3000
+10000
+30000
tip