log hgsubversion/svnmeta.py @ 1289:d29a3f988b74

age author description
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley svnmeta: remove unneeded call to self.taglocations
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley svnmeta: call self.getmessage instead of util
Mon, 24 Mar 2014 11:20:52 -0500 Sean Farley svnmeta: use self.defaultmessage instead of ui.config call
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley svnmeta: generate cached defaultmessage property
Mon, 24 Mar 2014 11:20:51 -0500 Sean Farley svnmeta: copy util.getmessage to here so we can refactor
Mon, 24 Mar 2014 11:20:50 -0500 Sean Farley svnmeta: add pre-transformation parameter to cached generator
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley layouts: change constructor to take a meta object
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley svnmeta: use util.dump instead of layout_to_file
Mon, 24 Mar 2014 11:20:49 -0500 Sean Farley svnmeta: add a layout_file property
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley svnmeta: reorder code in __init__ for easier reading
Fri, 01 Aug 2014 09:42:53 -0400 Augie Fackler Merge with stable.
Mon, 02 Jun 2014 19:09:11 -0500 Sean Farley svnmeta: call makememfilectx stable
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley maps: change filemap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley svnmeta: turn filemap into a lazy property
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley maps: load commandline filemap in __init__
Mon, 24 Mar 2014 11:20:48 -0500 Sean Farley maps: change branchmap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley svnmeta: turn branchmap into a lazy property
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley maps: load commandline branchmap in __init__
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley maps: change tagmap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley svnmeta: turn tagmap into a lazy property
Mon, 24 Mar 2014 11:20:47 -0500 Sean Farley maps: load commandline tagmap in __init__
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley svnmeta: turn authors into a lazy property
Mon, 02 Jun 2014 19:09:11 -0500 Sean Farley svnmeta: call makememfilectx
Mon, 02 Jun 2014 16:31:54 -0500 Sean Farley svnmeta: explicitly test for None
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: change authormap to initialize with an svnmeta object
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley maps: load commandline authormap in __init__
Mon, 24 Mar 2014 11:20:46 -0500 Sean Farley svnmeta: use generator for usebranchnames property
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: add defaulthost property
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: add caseignoreauthors property
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: add defaultauthors property
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley maps: change tags init to accept svnmeta not a repo
Mon, 24 Mar 2014 11:20:45 -0500 Sean Farley svnmeta: move revmap.oldest to meta.firstpulled
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley svnmeta: move revmap.youngest to meta.lastpulled
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley maps: change revmap init to accept svnmeta not a repo
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley svnmeta: add generator for cached svn configuration properties
Sun, 16 Mar 2014 23:42:48 -0500 Sean Farley svnmeta: unify variable names cleanup
Sat, 22 Feb 2014 18:26:48 -0600 Sean Farley svnmeta: turn tags into lazy property
Fri, 21 Feb 2014 17:02:45 -0600 Sean Farley svnmeta: add tagfile property for use with the Tags object
Mon, 17 Feb 2014 16:29:54 -0600 Sean Farley svnmeta: turn revmap into lazy property
Mon, 17 Feb 2014 16:23:30 -0600 Sean Farley svnmeta: add revmap_file property
Tue, 18 Feb 2014 22:48:45 -0600 Sean Farley svnmeta: relax error checking with a parameter
Sun, 16 Feb 2014 16:32:00 -0600 Sean Farley svnmeta: rename meta_data_dir to metapath
Tue, 18 Feb 2014 18:28:33 -0600 Sean Farley subdir: use util.dump and util.load for writing and reading
Fri, 14 Mar 2014 19:44:35 -0500 Sean Farley uuid: use util.dump and util.load for writing and reading
Fri, 23 Aug 2013 10:58:03 -0500 Sean Farley svnmeta: use util.load instead of bare pickle
Fri, 23 Aug 2013 10:46:08 -0500 Sean Farley util: rename pickle_atomic to dump
Sat, 16 Nov 2013 16:16:59 -0800 David Schleimer pull: correctly handle replacing the root of a branch with a non-copied directory
Wed, 11 Sep 2013 10:55:01 -0700 David Schleimer layouts: add support for an infix between tbt and the hg root
Fri, 09 Aug 2013 15:56:24 +0200 Dan Villiom Podlaski Christiansen svnmeta: factor out a property for obtaining the tag locations
Thu, 08 Aug 2013 09:38:55 +0200 Dan Villiom Podlaski Christiansen handle invalid UTF-8 in commit messages consistently
Wed, 05 Jun 2013 12:51:53 -0700 David Schleimer svnmeta: remove unneeded special-case of single in update_branch_tag_map_for_rev
Wed, 05 Jun 2013 12:27:51 -0700 David Schleimer svnmeta: drop unnecessary single special case in extra parsing
Wed, 05 Jun 2013 11:06:34 -0700 David Schleimer layouts: pull out logic for splitting svn paths into branch and local parts
Wed, 26 Jun 2013 14:40:31 -0500 David Schleimer layouts: pull svn path -> potential tag name mapping into layouts
Tue, 21 May 2013 16:29:18 -0700 David Schleimer layouts: pull tag location list management into layout module
Tue, 21 May 2013 16:34:06 -0700 David Schleimer util: move pickle_atomic from svnmeta to util
Tue, 21 May 2013 15:49:07 -0700 David Schleimer layouts: make ui object available to layout instances
Fri, 26 Apr 2013 11:14:06 -0700 David Schleimer layouts: refactor path component of convinfo generation into layouts lib
Wed, 24 Apr 2013 15:23:33 -0700 David Schleimer layouts: refactor mercurial branch to svn path mapping out of svnmeta
Wed, 24 Apr 2013 15:07:11 -0700 David Schleimer layouts: refactor out svn path to mercurial branch logic