log __init__.py @ 332:56d877e6ccbb

age author description
Tue, 19 May 2009 11:05:45 +0200 Dan Villiom Podlaski Christiansen __init__: rewrite extension docstring to be slightly less hostile.
Fri, 15 May 2009 19:18:43 +0200 Dan Villiom Podlaski Christiansen Switch to using url scheme wrappers instead of duplicating each command we wrap.
Sat, 09 May 2009 12:36:17 +0200 Dan Villiom Podlaski Christiansen merge with stable
Sat, 09 May 2009 12:34:29 +0200 Dan Villiom Podlaski Christiansen Rename tag_repo.py to svnrepo.py and get rid of the 'fake' tags.
Thu, 07 May 2009 20:50:53 +0200 Dan Villiom Podlaski Christiansen alternate approach for supporting svn schemes for repository paths
Fri, 08 May 2009 16:11:08 -0500 Augie Fackler Add an option to clone without branch names.
Fri, 01 May 2009 10:28:59 +0200 Dan Villiom Podlaski Christiansen First merge, totally untested.
Fri, 27 Mar 2009 03:21:45 +0100 Dan Villiom Podlaski Christiansen Allow specifying a revision to stop at using the -H flag.
Wed, 22 Apr 2009 23:24:58 +0200 Patrick Mezard Add 'updateexternals' to synchronize externals with remote repo.
Thu, 23 Apr 2009 01:33:38 -0400 Daniel Tang Fix the nourl check to use the command name, instead of the function
Mon, 13 Apr 2009 21:51:12 -0500 Augie Fackler rebase: moved to wrappers, now a wrapper around rebase triggered with --svn.
Fri, 10 Apr 2009 22:38:29 -0500 Augie Fackler Move wrappers for hg commands to their own module.
Fri, 10 Apr 2009 18:47:18 -0500 Augie Fackler Refactor commands to wrap their hg equivalent adding a --svn flag where sane.
Fri, 10 Apr 2009 23:09:59 +0200 Dirkjan Ochtman Work with simple command table instead of decorators.
Fri, 10 Apr 2009 17:12:04 +0200 Dirkjan Ochtman Fix up imports in __init__.py.