log hgsubversion/stupid.py @ 601:0fe490ce2fbb

age author description
Wed, 31 Mar 2010 17:51:09 +0200 Dan Villiom Podlaski Christiansen isolate all imports of Subversion modules in svnwrap.
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard stupid: fix getcopies() logic
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard stupid: handle directory replacement in very stupid mode
Mon, 01 Mar 2010 22:10:18 +0100 Dirkjan Ochtman add basic branchmap functionality, to rename branches
Sun, 14 Feb 2010 14:04:56 -0600 Augie Fackler replay/stupid: raise the correct errno in IOError to fix hg >= e553a425751d
Sat, 06 Feb 2010 20:19:41 +0100 Dirkjan Ochtman fix filterhunks for both crew and 1.4
Sat, 06 Feb 2010 10:36:21 -0600 Augie Fackler tags: fix files edited during tag creation
Tue, 02 Feb 2010 21:18:20 +0100 Patrick Mezard svnmeta: remove split_branch_tag() exacttag argument
Sat, 30 Jan 2010 10:01:03 +0100 Patrick Mezard Handle subdirectory tags in stupid mode (issue119)
Sat, 30 Jan 2010 09:55:28 +0100 Patrick Mezard stupid: port hack from stupid to moderately stupid mode
Sat, 30 Jan 2010 09:43:30 +0100 Patrick Mezard stupid: use real branch path in diff_branchrev()
Tue, 26 Jan 2010 17:36:13 +0100 Dan Villiom Podlaski Christiansen Change all instantiations of IOError to set both errno and strerror.
Fri, 29 Jan 2010 23:36:14 +0100 Patrick Mezard stupid: replace dicts with sets
Fri, 29 Jan 2010 23:36:14 +0100 Patrick Mezard replay: disable maybeedit filtering, could discard copy records
Sat, 16 Jan 2010 17:25:09 +0100 Patrick Mezard svnmeta: is_path_tag() is really get_path_tag()
Sun, 10 Jan 2010 19:42:13 +0100 Patrick Mezard stupid: update filteriterhunks() for hg 1.5
Fri, 16 Oct 2009 23:33:41 -0400 Augie Fackler Support for single-directory clones.
Fri, 16 Oct 2009 19:09:53 -0400 Augie Fackler util: make aresamefiles take one file and just be issamefile instead.
Fri, 16 Oct 2009 19:09:25 -0400 Augie Fackler copies: fix under-reporting of copies in hg
Wed, 07 Oct 2009 18:27:35 -0400 Augie Fackler stupid: detect renames with empty branchpath properly
Wed, 07 Oct 2009 19:05:01 -0400 Augie Fackler stupid: remove stray print statements, keep one as a ui.debug
Tue, 15 Sep 2009 21:22:47 -0400 Augie Fackler stupid: 80col OCD
Tue, 15 Sep 2009 21:57:17 -0400 Augie Fackler Add a test for URLs that have spaces in them.
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard stupid: take tbdelta closed branches in account
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:38:27 -0500 Augie Fackler tags: handle edits to tags as gracefully as possible
Tue, 16 Jun 2009 13:59:03 +0200 Dirkjan Ochtman wrappers: save tbdelta in one place for both stupid and replay
Mon, 15 Jun 2009 16:10:24 +0200 Dirkjan Ochtman consolidate metadata calls from stupid and replay code
Mon, 15 Jun 2009 12:26:18 -0500 Augie Fackler stupid: handle the new eol option in hg-crew.
Fri, 12 Jun 2009 08:37:39 +0200 Dirkjan Ochtman svnmeta: move util.build_extra() to SVNMeta.genextra()
Thu, 11 Jun 2009 18:48:43 +0200 Dirkjan Ochtman save metadata from one place
Thu, 11 Jun 2009 18:49:06 +0200 Dirkjan Ochtman svnmeta: deprivatize a bunch of member functions
Thu, 11 Jun 2009 18:49:52 +0200 Dirkjan Ochtman invert the svnmeta/editor relationship
Thu, 11 Jun 2009 10:32:32 +0200 Dirkjan Ochtman svnmeta: move revmap methods, make last_known_revision() more efficient
Thu, 11 Jun 2009 18:56:35 +0200 Dirkjan Ochtman split parts of HgChangeReceiver out into an SVNMeta class
Wed, 10 Jun 2009 17:57:11 +0200 Dirkjan Ochtman stupid: eliminate dependency on editor.current
Thu, 11 Jun 2009 10:12:16 +0200 Dirkjan Ochtman editor: move current revision state into a separate class
Wed, 10 Jun 2009 17:29:11 +0200 Dirkjan Ochtman move aresamefiles() from HgChangeReceiver to util
Thu, 11 Jun 2009 18:52:30 +0200 Dirkjan Ochtman extract the filemap support into a separate class
Wed, 10 Jun 2009 15:45:20 +0200 Dirkjan Ochtman extract the revmap support into a separate dict-like class
Wed, 10 Jun 2009 10:15:57 +0200 Dirkjan Ochtman stupid: simplify stupid committing code
Sat, 30 May 2009 11:11:04 -0500 Dirkjan Ochtman Move HgChangeReceiver.branches_in_paths() to the stupid module.
Fri, 29 May 2009 15:28:44 +0200 Dirkjan Ochtman Use tbdelta to push added tags into .hgtags.
Fri, 29 May 2009 15:24:12 +0200 Dirkjan Ochtman Make branch closing more Mercurial-like.
Fri, 29 May 2009 15:29:40 +0200 Dirkjan Ochtman Extract branch closing from stupid/editor into separate function.
Fri, 29 May 2009 13:12:28 +0200 Dirkjan Ochtman Get rid of duplicate branch closing detection code for stupid mode.
Fri, 29 May 2009 11:45:08 +0200 Dirkjan Ochtman Abstract out a branchedits() function.
Fri, 29 May 2009 17:33:52 +0200 Dirkjan Ochtman Generate separate data structure containing revision's tags/branches changes.
Thu, 28 May 2009 10:57:09 +0200 Dirkjan Ochtman Simplify pulling revs a bit, unify stupid/replay interfaces.
Wed, 13 May 2009 21:39:39 -0500 Augie Fackler Reorganize to have a more conventional module structure. base stupid.py@acf2614800cc