log hgsubversion/svncommands.py @ 1258:85fe080461c6 stable

age author description
Thu, 13 Nov 2014 22:09:06 -0500 peter.geer genignore: fitler out empty lines in svn:ignore. stable
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley svncommands: use meta.lastpulled instead of revmap.youngest
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley maps: change readmapfile to take a path instead of repo
Mon, 24 Mar 2014 11:20:44 -0500 Sean Farley svncommands: use RevMap.VERSION instead of hardcoding '1'
Mon, 24 Mar 2014 17:13:06 -0500 Sean Farley svncommands: use meta.revmap_file
Mon, 24 Mar 2014 11:20:43 -0500 Sean Farley svncommands: use meta.tags instead of duplicating code
Mon, 24 Mar 2014 11:20:43 -0500 Sean Farley svncommands: use meta.branch_info instead of duplicating logic
Mon, 24 Mar 2014 11:20:43 -0500 Sean Farley svncommands: use meta.subdir instead of duplicating code
Mon, 24 Mar 2014 11:20:43 -0500 Sean Farley svncommands: use meta.uuid instead of duplicating code
Mon, 24 Mar 2014 11:20:43 -0500 Sean Farley svncommands: use meta.metapath
Mon, 24 Mar 2014 11:20:43 -0500 Sean Farley svncommands: add svnmeta object
Tue, 18 Feb 2014 18:28:33 -0600 Sean Farley subdir: use util.dump and util.load for writing and reading
Tue, 18 Feb 2014 17:29:58 -0600 Sean Farley svncommands: remove unused {read,write}_if_needed methods
Fri, 14 Mar 2014 19:44:35 -0500 Sean Farley uuid: use util.dump and util.load for writing and reading
Mon, 17 Feb 2014 11:18:30 -0600 Sean Farley svncommands: call util.dump instead of manually writing file
Sat, 15 Feb 2014 10:45:51 -0600 Sean Farley util: remove all calls to load_string
Fri, 23 Aug 2013 11:00:41 -0500 Sean Farley svncommands: use util.load instead of bare pickle
Fri, 23 Aug 2013 20:35:05 -0500 Sean Farley svncommands: use util.dump instead of pickle.dump
Mon, 23 Sep 2013 17:17:12 -0700 David Schleimer buildmeta: remove debugging statement
Mon, 26 Aug 2013 16:40:31 -0700 David Schleimer layouts: add custom layout for those of us that need weird mappings
Wed, 04 Sep 2013 11:30:50 -0700 David Schleimer layouts: teach layout detection from file about alternate layouts
Mon, 05 Aug 2013 20:49:53 +0200 Dan Villiom Podlaski Christiansen drop support for pre-2.0 versions of Mercurial
Fri, 07 Jun 2013 14:49:19 -0700 David Schleimer buildmeta: use layouts library for branch and tag mapping in _buildmeta
Sun, 23 Jun 2013 18:18:32 -0500 Augie Fackler Merge with stable.
Mon, 13 May 2013 11:49:49 +0200 Dan Villiom Podlaski Christiansen updatemeta/rebuildmeta: handle hidden changesets stable 1.5.1
Mon, 29 Apr 2013 14:22:25 -0700 David Schleimer layouts: use layout library in hg svn info
Mon, 29 Apr 2013 13:51:52 -0700 David Schleimer layouts: use layouts library for branch mapping with generating .hgignore
Wed, 17 Apr 2013 16:50:44 -0700 David Schleimer layouts: refactor buildmeta layout reading and writing
Fri, 12 Apr 2013 10:51:42 -0700 David Schleimer buildmeta: verify uuid when passed explicit url
Mon, 04 Feb 2013 17:58:05 -0800 Bryan O'Sullivan buildmeta: do not contact svn unless needed
Mon, 04 Feb 2013 16:43:56 -0800 Bryan O'Sullivan buildmeta: initialize uuid from local metadata if possible
Mon, 04 Feb 2013 16:39:27 -0800 Bryan O'Sullivan svncommands: split write_if_needed into two functions
Mon, 04 Feb 2013 13:13:59 -0800 Bryan O'Sullivan buildmeta: write subdir and layout files only if needed
Mon, 04 Feb 2013 13:10:23 -0800 Bryan O'Sullivan buildmeta: only write the uuid file if needed
Sat, 01 Dec 2012 18:52:00 +0100 Patrick Mezard updatemeta: fix missing errno import
Sat, 01 Dec 2012 18:46:24 +0100 Patrick Mezard updatemeta: add missing EOL to status messages
Mon, 06 Aug 2012 10:35:51 -0700 Jun Fang updatemeta: correctly handle empty metadata
Tue, 26 Jun 2012 09:23:37 +0200 Patrick Mezard rebuildmeta: accept unrelated svn repo with --unsafe-skip-uuid-check
Thu, 07 Jun 2012 15:34:55 -0700 Brad Hall add except for AttributeError if youngestrepo doesn't exist
Sun, 13 May 2012 15:36:45 +0200 Dan Villiom Podlaski Christiansen move verify to a file of its own
Sat, 12 May 2012 10:07:29 -0500 Augie Fackler Merge
Wed, 14 Dec 2011 00:07:58 +0100 Dan Villiom Podlaski Christiansen svn verify: add a test for corrupt repositories.
Sat, 12 May 2012 07:28:23 -0700 David Schleimer Partial metadata rebuilding
Thu, 03 May 2012 09:05:11 -0700 Bryan O'Sullivan verify: tell progress when we're done
Mon, 30 Apr 2012 16:08:02 -0700 Bryan O'Sullivan Abstract away the details of where svn revs are stored in a commit
Fri, 20 Apr 2012 17:58:55 +0200 Patrick Mezard svn verify: display extra and missing files separately
Sat, 21 Apr 2012 11:36:23 +0200 Patrick Mezard test_utility_commands: test verify command
Wed, 14 Dec 2011 00:07:58 +0100 Dan Villiom Podlaski Christiansen svn verify: mention URL in output
Wed, 18 Apr 2012 16:20:59 -0500 Augie Fackler Merge
Wed, 18 Apr 2012 13:08:34 -0700 Bryan O'Sullivan verify: skip over missing files instead of crashing
Sat, 21 Jan 2012 20:06:33 -0600 Augie Fackler svn verify: progress information
Wed, 12 Oct 2011 15:35:25 +0800 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
Tue, 24 May 2011 21:07:27 -0500 Augie Fackler svnmeta: store youngest revision pulled from subversion
Tue, 24 May 2011 16:08:17 -0500 Augie Fackler svncommands: fix weird missing newline after if statement
Tue, 30 Nov 2010 02:55:05 +0100 Dan Villiom Podlaski Christiansen svn verify: fix specifying URL on the command line
Fri, 19 Nov 2010 20:14:04 +0100 Patrick Mezard Extract files not to be pushed in util
Thu, 18 Nov 2010 14:03:39 +0100 Dan Villiom Podlaski Christiansen svn metacommand: improved argument checking
Thu, 18 Nov 2010 14:03:26 +0100 Dan Villiom Podlaski Christiansen svncommands: abort on missing metadata or Subversion URL (fixes #226)
Fri, 12 Nov 2010 19:22:20 +0100 Dan Villiom Podlaski Christiansen svnmeta: store subdir in a file, and verify it when loading.
Sat, 09 Oct 2010 16:20:52 -0500 Dan Villiom Podlaski Christiansen maps: map a missing author to '(no author)'