Josef "Jeff" Sipek <jeff@josefsipek.net> [Wed, 26 Jul 2006 19:42:56 -0400] rev 3040
Churn extension
TK Soh <teekaysoh@yahoo.com> [Sat, 02 Sep 2006 20:24:53 +0800] rev 3039
add document on command defaults
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sun, 03 Sep 2006 02:28:39 +0200] rev 3038
do not enable verbose output if quiet is specified in the cmdline
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 02 Sep 2006 23:26:10 +0200] rev 3037
clone: simplifying dest repo creation
since creating a repo raises an exception if the repo already
exists, there's no need to try to create one.
add some test for repo creation when the destination exists
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 02 Sep 2006 23:14:35 +0200] rev 3036
sshrepo: when creating a repo, raise an error if it already exists
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 02 Sep 2006 23:06:47 +0200] rev 3035
localrepo: move the repo creation code, fail if the repo exists
Benoit Boissinot <benoit.boissinot@ens-lyon.org> [Sat, 02 Sep 2006 21:08:54 +0200] rev 3034
sshrepo: flush stderr before connecting to the hg server