Mercurial > hg
graph
-
setup: set whole env for running hg even if .hg doesn't exist (issue3073) stableMon, 31 Oct 2011 00:42:32 +0900, by Yuya Nishihara
-
keyword: backout realpath change (issue3071) stableSun, 30 Oct 2011 12:10:11 -0500, by Matt Mackall
-
largefiles: avoid checking requirements on every command stableSat, 29 Oct 2011 17:38:13 -0500, by Matt Mackall
-
largefiles: shorten test suite by using log --template stableFri, 28 Oct 2011 18:50:54 +0200, 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 stableFri, 28 Oct 2011 18:48:24 +0200, by Na'Tosha Bard
-
largefiles: test that a largefile cannot accidentally be re-added as a regular file stableFri, 28 Oct 2011 18:17:44 +0200, by Na'Tosha Bard
-
backout dbdb777502dc (issue3077) (issue3071) stableSat, 29 Oct 2011 11:02:23 -0500, by Matt Mackall
-
largefiles: fix uppercase in abort message stableFri, 28 Oct 2011 15:00:21 +0200, by Martin Geisler
-
Makefile: adjust example, test-merge1 is now test-merge1.t stableFri, 28 Oct 2011 12:59:50 +0200, by Thomas Arendsen Hein
-
tests: use $DAEMON_PIDS and killdaemons in largefiles test stableFri, 28 Oct 2011 12:44:19 +0200, by Thomas Arendsen Hein
-
tests: make largefiles test use $HGPORT instead of 8001 stableFri, 28 Oct 2011 11:16:39 +0200, by Thomas Arendsen Hein
-
hgweb: fix dynamic date calculation not working under Safari stableThu, 27 Oct 2011 11:57:08 -0700, by Brodie Rao
-
tests: fix spurious largefiles test failure on Cygwin stableThu, 27 Oct 2011 18:15:34 -0500, by Matt Mackall
-
revert: fix missing removes when parent was changed in dirstate stableWed, 26 Oct 2011 18:47:12 +0200, by Peer Stritzinger
-
check-code: fix issues with finding patterns in unified tests, fix tests stableThu, 27 Oct 2011 17:22:04 -0500, by Matt Mackall
-
largefiles: remove lfutil.createdir, replace calls with util.makedirs stableTue, 25 Oct 2011 11:45:28 -0400, by Hao Lian
-
largefiles: bugfix for symlink handling with testcase stableWed, 26 Oct 2011 13:48:33 -0500, by Eli Carter
-
i18n-it: fixed wrong messageWed, 26 Oct 2011 22:35:15 +0200, by Stefano Tortarolo
-
largefiles: test reverting largefiles (coverage creeping ever upwards) stableTue, 25 Oct 2011 08:56:59 -0400, by Greg Ward
-
tests: fix check-code detection of anchored expressions, fix echo -n usage stableWed, 26 Oct 2011 12:56:27 -0500, by Matt Mackall
-
diffstat: be more picky when marking file as 'binary' (issue2816) stableMon, 24 Oct 2011 13:41:19 +0200, by Patrick Mezard
-
util: don't complain about '..' in path components not working on Windows stableMon, 24 Oct 2011 16:57:14 -0500, by Matt Mackall
-
consistency: use util.realpath instead of os.path.realpath where useful stableMon, 24 Oct 2011 13:51:24 +0200, by Thomas Arendsen Hein
-
keyword: use util.realpath instead of os.path.realpath stableMon, 24 Oct 2011 13:54:59 +0200, by Thomas Arendsen Hein
-
posix: workaround for os.path.realpath bug in Python 2.4.1 and before stableMon, 24 Oct 2011 13:32:23 +0200, by Thomas Arendsen Hein
-
largefiles: improve markup in module help text stableMon, 24 Oct 2011 10:08:58 +0200, by Martin Geisler
-
largefiles: remove redundant documentation stableMon, 24 Oct 2011 09:54:02 +0200, by Martin Geisler
-
largefiles: use ui.configpath() where appropriate stableSun, 23 Oct 2011 14:25:48 -0400, by Greg Ward
-
largefiles: drop more unnecessary compatibility checks stableSun, 23 Oct 2011 10:23:31 -0400, by Greg Ward
-
largefiles: use util.sha1() instead of hashlib.sha1() everywhere stableSun, 23 Oct 2011 21:59:15 +0200, by Thomas Arendsen Hein
-
tests: check for svn >= 1.3 and >= 1.5 in tests that require those versions stableSun, 23 Oct 2011 21:22:55 +0200, by Thomas Arendsen Hein
-
convert: add missing import of util, needed for svn < 1.6 stableSat, 22 Oct 2011 23:42:48 +0200, by Thomas Arendsen Hein
-
run-tests: make sure no_proxy/NO_PROXY are empty to fix test-http-proxy.t stableSat, 22 Oct 2011 23:21:38 +0200, by Thomas Arendsen Hein
-
largefiles: test "lfconvert --to-normal" with rename/remove/merge stableSat, 22 Oct 2011 15:39:51 -0400, by Greg Ward
-
largefiles: test lfconvert with rename, remove, and merge stableSat, 22 Oct 2011 15:16:52 -0400, by Greg Ward
-
largefiles: beef up test-lfconvert.t so it's more thorough stableSat, 22 Oct 2011 14:52:05 -0400, by Greg Ward
-
largefiles: rearrange how lfconvert detects non-local repos stableSat, 22 Oct 2011 14:20:17 -0400, by Greg Ward
-
largefiles: test lfconvert error handling; remove redundant code stableSat, 22 Oct 2011 14:17:19 -0400, by Greg Ward
-
largefiles: extract test-lfconvert.t from test-largefiles.t stableSat, 22 Oct 2011 13:48:56 -0400, by Greg Ward
-
windows: recompute flags when committing a merge (issue1802) stableSat, 22 Oct 2011 16:12:33 -0500, by Matt Mackall
-
largefiles: test interaction between largefiles and vanilla clients and servers stableFri, 21 Oct 2011 15:09:33 -0500, by Andrew Pritchard
-
tests: darcs > 2.5 got "smart" about encoding, disable encoding tests stableSat, 22 Oct 2011 11:21:00 -0500, by Matt Mackall
-
check-code: catch BaseException and os.path.relpath stableFri, 21 Oct 2011 16:52:23 -0500, by Matt Mackall
-
largefiles: py2.4 doesn't have BaseException stableFri, 21 Oct 2011 16:52:16 -0500, by Matt Mackall
-
largefiles: rename lfconvert --tonormal option to --to-normal stableThu, 20 Oct 2011 21:56:30 -0400, by Greg Ward
-
largefiles: test that minimum size can be a float stableThu, 20 Oct 2011 22:22:24 -0400, by Greg Ward