log hgsubversion/svncommands.py @ 1555:cff81f35b31e

age author description
Sat, 24 Mar 2018 16:39:30 -0400 Augie Fackler cleanup: reference Abort from mercurial.error instead of mercurial.util
Tue, 09 May 2017 15:20:16 -0700 Durham Goode join: remove uses of repo.join/wjoin
Tue, 07 Jun 2016 02:56:55 +0100 Jun Wu svncommands: unlink revmap file before rebuildmeta
Sun, 11 Aug 2013 21:59:17 +0200 Dan Villiom Podlaski Christiansen rebuildmeta: extract utility function for iterating over repositories
Sun, 05 Jun 2016 21:18:23 -0400 Augie Fackler RevMap: move lastpulled from SVNMeta down into RevMap
Sat, 14 May 2016 20:05:40 +0100 Jun Wu svncommands: get rid of RevMap.readmapfile
Wed, 02 Mar 2016 22:00:00 -0500 Augie Fackler svncommands: cope with aa73d6a5d9ea which removed optionalrepo stable
Sun, 08 Feb 2015 17:32:21 -0800 Sean Farley svncommads: document the auto layout block
Mon, 24 Mar 2014 11:20:55 -0500 Sean Farley svncommands: rip out layout logic and use meta object
Mon, 24 Mar 2014 11:20:53 -0500 Sean Farley layouts: turn taglocations method into a property
Sat, 15 Nov 2014 12:35:51 -0500 Augie Fackler Merge with stable.
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 svncommands: use util.dump instead of layout_to_file
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