log hgsubversion/svncommands.py @ 728:cfefeefad199

age author description
Wed, 06 Oct 2010 16:50:10 +0200 Dirkjan Ochtman rename TagMap to Tags, to free up the TagMap name
Tue, 07 Sep 2010 14:33:56 +0200 Dan Villiom Podlaski Christiansen verify: fix verifying mapped branches.
Fri, 06 Aug 2010 14:43:40 +0200 Dan Villiom Podlaski Christiansen verify: add end-of-line to ui.write() calls.
Tue, 13 Jul 2010 12:19:16 +0200 Dan Villiom Podlaski Christiansen rebuildmeta: handle mapped branch names.
Fri, 09 Jul 2010 22:18:27 +0200 Dan Villiom Podlaski Christiansen rebuildmeta: optimize by removing quadratic time usage
Sat, 15 May 2010 20:33:05 +0200 Dan Villiom Podlaski Christiansen svncommands: add two missing imports
Fri, 14 May 2010 20:22:32 +0200 Dan Villiom Podlaski Christiansen svncommands: fix layering violation & tweak error messages.
Wed, 14 Apr 2010 20:33:27 +0200 Dan Villiom Podlaski Christiansen metacommand: use AmbiguousCommand from hg for consistency.
Wed, 31 Mar 2010 17:34:30 +0200 Dan Villiom Podlaski Christiansen Move the 'svn' metacommand into the 'svncommands' module.
Wed, 31 Mar 2010 17:54:08 +0200 Dan Villiom Podlaski Christiansen Use Mercurial-provided infrastructure for `svn' metacommand help.
Wed, 31 Mar 2010 17:53:47 +0200 Dan Villiom Podlaski Christiansen svncommands: rename the `help' function to `help_'.
Wed, 03 Mar 2010 17:44:41 -0600 Augie Fackler util: add progress wrapper to maintain 1.3 support
Fri, 26 Feb 2010 15:00:15 +0100 Dirkjan Ochtman merge commands from utility_commands into svncommands
Tue, 23 Feb 2010 17:16:51 +0100 Dirkjan Ochtman svncommands: make repo optional (useful for things like listauthors)
Mon, 22 Feb 2010 13:56:11 -0600 Augie Fackler rebuildmeta: use ui.progress for better user feedback
Sun, 13 Dec 2009 17:27:19 +0100 Dan Villiom Podlaski Christiansen do not assume that doc-strings are present.
Fri, 16 Oct 2009 23:33:41 -0400 Augie Fackler Support for single-directory clones.
Tue, 22 Sep 2009 16:46:16 +0200 Dirkjan Ochtman try to deal with weirdly located branches in rebuildmeta (#118)
Sat, 18 Jul 2009 22:30:59 -0500 Augie Fackler tags: handle the most recent commit being an edit to an svn tag properly
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard Extend svnrepos with SubversionRepo and SVNMeta
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard Unify svn credentials handling as config entries
Sun, 05 Jul 2009 21:44:35 -0500 Augie Fackler rebuildmeta: remove any existing tagmap file.
Wed, 01 Jul 2009 14:42:46 -0500 Augie Fackler tags: handle copyfrom old versions of tags more correctly
Fri, 26 Jun 2009 14:53:58 -0500 Augie Fackler tags: allow editing tags of closed branches without reopening the branch
Tue, 23 Jun 2009 21:33:40 -0500 Augie Fackler tags: reinstate a tag map file in a better way
Tue, 23 Jun 2009 21:38:27 -0500 Augie Fackler tags: handle edits to tags as gracefully as possible
Tue, 16 Jun 2009 14:10:57 +0200 Dirkjan Ochtman svncommands: get update working again
Tue, 16 Jun 2009 13:04:21 +0200 Dirkjan Ochtman svncommands: use rev instead of verifynode -- should not have to be a node
Mon, 15 Jun 2009 12:26:21 -0500 Augie Fackler verify: take a kwarg for node to check.
Fri, 12 Jun 2009 09:24:46 +0200 Dirkjan Ochtman put convert_revision in branch-closing csets
Thu, 11 Jun 2009 18:57:55 +0200 Dirkjan Ochtman imported patch import-cleanup
Thu, 11 Jun 2009 18:56:35 +0200 Dirkjan Ochtman split parts of HgChangeReceiver out into an SVNMeta class
Wed, 10 Jun 2009 14:55:26 +0200 Dirkjan Ochtman add a working incoming wrapper command
Thu, 11 Jun 2009 19:14:05 +0200 Dirkjan Ochtman svncommands: add verify command
Sat, 30 May 2009 15:34:29 -0500 Augie Fackler Remove defunct nourl lists.
Sat, 30 May 2009 20:28:07 -0500 Augie Fackler Remove vestigial references to the tags_info file we no longer need.
Fri, 29 May 2009 15:24:12 +0200 Dirkjan Ochtman Make branch closing more Mercurial-like.
Fri, 29 May 2009 12:36:30 +0200 Dirkjan Ochtman Add some comments for rebuildmeta, simplify a little.
Wed, 20 May 2009 18:38:01 +0200 Dan Villiom Podlaski Christiansen Use fallbacks in the wrappers for Subversion support, instead of prefixes.
Wed, 13 May 2009 21:39:39 -0500 Augie Fackler Reorganize to have a more conventional module structure. base svncommands.py@1efbc308222a