log __init__.py @ 257:ffccf0080e54

age author description
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.
Wed, 08 Apr 2009 19:12:23 +0200 Dirkjan Ochtman Move svncommand code into __init__.py.
Wed, 08 Apr 2009 18:59:50 +0200 Dirkjan Ochtman Move help, update into svncommands.
Wed, 08 Apr 2009 17:49:30 +0200 Dirkjan Ochtman Move fetch_command.fetch_revisions() to svncommands.pull().
Mon, 06 Apr 2009 02:52:14 -0400 Daniel Tang Add --username and --password options to all commands
Thu, 19 Mar 2009 21:27:39 +0100 Dan Villiom Podlaski Christiansen Exception clean-ups; use symbolic names & avoid Python 2.6 deprecations.
Fri, 13 Mar 2009 13:41:18 -0500 Augie Fackler Better error message when we encounter an unknown SSL cert.
Tue, 24 Feb 2009 14:30:21 -0600 Augie Fackler Add a genignore utility command that generates an hgignore file by scraping svn:ignore properties.
Sat, 17 Jan 2009 15:30:37 -0600 Dan Villiom Podlaski Christiansen Creating patch for documention messages.
Sat, 03 Jan 2009 20:15:03 -0600 Graham Booker Fetch: add a filemap argument for use in converting old repositories to
Tue, 30 Dec 2008 20:13:32 -0600 Graham Booker fetch: Add support for an authormap which can rename authors, intended for
Mon, 15 Dec 2008 21:36:14 -0600 Augie Fackler Phrasing nits.
Sun, 14 Dec 2008 17:31:26 +0200 Alexander Solovyov documentation update
Thu, 11 Dec 2008 20:41:57 -0600 Augie Fackler util: Add a command to normalize svn urls and use it in a couple of places. Test that it works and prevents failed assertions.
Thu, 04 Dec 2008 13:10:40 -0600 Luke Opperman tag_repo: remove gentags command, extend repo.tags(), HgChangeEditor now takes either repo or repo_path
Thu, 20 Nov 2008 22:03:30 -0600 Luke Opperman Clean up help text, document subcommands.
Sat, 01 Nov 2008 13:40:19 -0500 Augie Fackler svnclone now updates to the tip revision if it is the initial clone.
Tue, 30 Sep 2008 11:42:52 -0500 Augie Fackler Initial import of hgsubversion into a public repository.