log hgsubversion/maps.py @ 826:8794302f3614

age author description
Sat, 01 Oct 2011 00:50:10 +0800 Yonggang Luo maps: s/hash/ha/ and s/map/m/ to avoid hiding Python builtins
Fri, 30 Sep 2011 17:01:35 -0500 Augie Fackler stupid/filemap: disable this since it doesn't currently work
Tue, 24 May 2011 21:07:27 -0500 Augie Fackler svnmeta: store youngest revision pulled from subversion
Sat, 23 Jul 2011 19:33:50 -0500 maugustin authormap: only append new or changed authors
Wed, 06 Jul 2011 07:55:14 -0500 maugustin authormap: expand environment variables when evaluating map path
Tue, 24 May 2011 16:07:32 -0500 Augie Fackler maps: clean up whitespace
Tue, 09 Nov 2010 13:49:30 +0100 Dan Villiom Podlaski Christiansen remove redundant calls to fd.flush() prior to doing fd.close().
Sat, 09 Oct 2010 16:20:52 -0500 Dan Villiom Podlaski Christiansen maps: map a missing author to '(no author)'
Fri, 08 Oct 2010 19:07:04 +0200 Dirkjan Ochtman implement tag renames
Wed, 06 Oct 2010 16:50:10 +0200 Dirkjan Ochtman rename TagMap to Tags, to free up the TagMap name
Wed, 06 Oct 2010 15:18:15 +0200 Dirkjan Ochtman fix some style nits
Tue, 20 Jul 2010 11:55:07 +0200 Dan Villiom Podlaski Christiansen maps: rename revmap.seen to revmap.youngest; add revmap.oldest.
Sat, 10 Jul 2010 14:48:57 +0200 Dan Villiom Podlaski Christiansen branchmap: reject empty mappings
Wed, 23 Jun 2010 11:37:03 +0200 Dan Villiom Podlaski Christiansen maps: don't set the `seen' attribute in TagMap.__init__().
Sat, 27 Mar 2010 18:42:47 -0500 Augie Fackler maps: fix a % formatting bug
Mon, 01 Mar 2010 21:26:30 +0100 Dirkjan Ochtman maps: if operation can continue, it should probably not use ui.warn()
Mon, 01 Mar 2010 22:10:18 +0100 Dirkjan Ochtman add basic branchmap functionality, to rename branches
Tue, 23 Feb 2010 17:16:51 +0100 Dirkjan Ochtman svncommands: make repo optional (useful for things like listauthors)
Mon, 18 Jan 2010 21:40:29 +0100 Patrick Mezard maps: TagMap tags are non-empty strings
Mon, 06 Jul 2009 09:17:26 -0500 Augie Fackler tagmap: missed newline in rebuildmeta warn call
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
Tue, 23 Jun 2009 21:33:40 -0500 Augie Fackler tags: reinstate a tag map file in a better way
Mon, 15 Jun 2009 16:09:27 +0200 Dirkjan Ochtman maps: make sure AuthorMaps don't overwrite themselves, fix overriding
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: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
Thu, 28 May 2009 09:44:47 +0200 Dirkjan Ochtman Author maps: strip comments.
Thu, 28 May 2009 09:44:08 +0200 Dirkjan Ochtman Author maps: code/message style (prevent line continuations).
Thu, 28 May 2009 09:41:00 +0200 Dirkjan Ochtman Author maps: handle lines without = gracefully.
Wed, 13 May 2009 21:39:39 -0500 Augie Fackler Reorganize to have a more conventional module structure. base maps.py@d80560a3270f