Mercurial
Mercurial
>
hg
/ graph
summary
|
shortlog
|
changelog
| graph |
tags
|
bookmarks
|
branches
|
files
|
zip
|
gz
|
bz2
|
help
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+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: fix readline escape characters in heredoctest.py/test-url.py
stable
2011-11-01, by Brodie Rao
merge with i18n
stable
2011-11-01, by Matt Mackall
i18n-pt_BR: synchronized with a53888685a6c
stable
2011-10-31, by Wagner Bruna
merge with i18n
stable
2011-10-31, by Wagner Bruna
i18n-ja: synchronized with b357a972d6cd
stable
2011-10-31, by FUJIWARA Katsunori
minirst: use unicode string as intermediate form for replacement
stable
2011-10-31, by FUJIWARA Katsunori
util: add a doctest for empty sha() calls
stable
2011-10-31, by Matt Mackall
largefiles: replace tempfile.NamedTemporaryFile with tempfile.mkstemp
stable
2011-10-20, by Hao Lian
util: allow sha1() with no args
stable
2011-10-31, by Matt Mackall
tests: use md5sum.py instead of sha1sum, add check
stable
2011-10-31, by Matt Mackall
setup: set whole env for running hg even if .hg doesn't exist (issue3073)
stable
2011-10-31, by Yuya Nishihara
keyword: backout realpath change (issue3071)
stable
2011-10-30, by Matt Mackall
strip: backout 73307643a09f (issue3077)
stable
2011-10-30, by Matt Mackall
largefiles: avoid checking requirements on every command
stable
2011-10-29, by Matt Mackall
largefiles: shorten test suite by using log --template
stable
2011-10-28, by Na'Tosha Bard
largefiles: fix bad bug where transplanting a changeset with a largefile will result in an old largefile being comitted later on
stable
2011-10-28, by Na'Tosha Bard
largefiles: test that a largefile cannot accidentally be re-added as a regular file
stable
2011-10-28, by Na'Tosha Bard
backout dbdb777502dc (issue3077) (issue3071)
stable
2011-10-29, by Matt Mackall
largefiles: fix uppercase in abort message
stable
2011-10-28, by Martin Geisler
Makefile: adjust example, test-merge1 is now test-merge1.t
stable
2011-10-28, by Thomas Arendsen Hein
tests: use $DAEMON_PIDS and killdaemons in largefiles test
stable
2011-10-28, by Thomas Arendsen Hein
tests: make largefiles test use $HGPORT instead of 8001
stable
2011-10-28, by Thomas Arendsen Hein
merge in another fix on the wrong branch
stable
2011-10-27, by Matt Mackall
hgweb: fix dynamic date calculation not working under Safari
stable
2011-10-27, by Brodie Rao
tests: fix spurious largefiles test failure on Cygwin
stable
2011-10-27, by Matt Mackall
revert: fix missing removes when parent was changed in dirstate
stable
2011-10-26, by Peer Stritzinger
check-code: fix issues with finding patterns in unified tests, fix tests
stable
2011-10-27, by Matt Mackall
largefiles: remove lfutil.createdir, replace calls with util.makedirs
stable
2011-10-25, by Hao Lian
largefiles: fix typo
stable
2011-10-26, by Eli Carter
largefiles: bugfix for symlink handling with testcase
stable
2011-10-26, by Eli Carter
i18n-it: fixed wrong message
2011-10-26, by Stefano Tortarolo
setup: set env global earlier (3073)
stable
2011-10-26, by Matt Mackall
largefiles: test reverting largefiles (coverage creeping ever upwards)
stable
2011-10-25, by Greg Ward
largefiles: test "update --check"
stable
2011-10-24, by Greg Ward
tests: fix check-code detection of anchored expressions, fix echo -n usage
stable
2011-10-26, by Matt Mackall
diffstat: be more picky when marking file as 'binary' (issue2816)
stable
2011-10-24, by Patrick Mezard
i18n-pt_BR: synchronized with b74f74b482d8
stable
2011-10-24, by Wagner Bruna
graft: add a test
stable
2011-10-24, by Matt Mackall
graft: fix duplicate filter logic
stable
2011-10-24, by Matt Mackall
graft: fix duplicate scan message
stable
2011-10-24, by Matt Mackall
util: don't complain about '..' in path components not working on Windows
stable
2011-10-24, by Matt Mackall
graft: fix formatting of message
stable
2011-10-24, by Matt Mackall
largfiles: drop unused import
stable
2011-10-24, by Thomas Arendsen Hein
consistency: use util.realpath instead of os.path.realpath where useful
stable
2011-10-24, by Thomas Arendsen Hein
keyword: use util.realpath instead of os.path.realpath
stable
2011-10-24, by Thomas Arendsen Hein
posix: workaround for os.path.realpath bug in Python 2.4.1 and before
stable
2011-10-24, by Thomas Arendsen Hein
largefiles: improve markup in module help text
stable
2011-10-24, by Martin Geisler
largefiles: remove redundant documentation
stable
2011-10-24, by Martin Geisler
largefiles: use ui.configpath() where appropriate
stable
2011-10-23, by Greg Ward
largefiles: drop more unnecessary compatibility checks
stable
2011-10-23, by Greg Ward
windows: sanity-check symlink placeholders
stable
2011-10-23, by Matt Mackall
largefiles: use util.sha1() instead of hashlib.sha1() everywhere
stable
2011-10-23, by Thomas Arendsen Hein
tests: check for svn >= 1.3 and >= 1.5 in tests that require those versions
stable
2011-10-23, by Thomas Arendsen Hein
convert: add missing import of util, needed for svn < 1.6
stable
2011-10-22, by Thomas Arendsen Hein
run-tests: make sure no_proxy/NO_PROXY are empty to fix test-http-proxy.t
stable
2011-10-22, by Thomas Arendsen Hein
largefiles: test "lfconvert --to-normal" with rename/remove/merge
stable
2011-10-22, by Greg Ward
largefiles: test lfconvert with rename, remove, and merge
stable
2011-10-22, by Greg Ward
largefiles: beef up test-lfconvert.t so it's more thorough
stable
2011-10-22, by Greg Ward
largefiles: rearrange how lfconvert detects non-local repos
stable
2011-10-22, by Greg Ward
largefiles: test lfconvert error handling; remove redundant code
stable
2011-10-22, by Greg Ward
less
more
|
(0)
-10000
-3000
-1000
-300
-100
-60
+60
+100
+300
+1000
+3000
+10000
+30000
tip