log hgsubversion/svnmeta.py @ 878:6cee57ad9045

age author description
Fri, 20 Apr 2012 18:35:07 -0500 Augie Fackler pickle_atomic: unbreak old hg versions hg that use rename() instead of close()
Tue, 17 Apr 2012 07:46:43 -0500 Augie Fackler pickle_atomic: use atomictempfile to avoid duplicating hg functionality
Fri, 20 Jan 2012 19:06:32 +0400 Vitaliy Filippov Save filemap into .hg/svn/filemap just like other maps
Mon, 17 Oct 2011 22:44:15 +0800 Yonggang Luo hgsubversion/*.py: add space after comment symbol #
Wed, 12 Oct 2011 15:35:25 +0800 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
Mon, 10 Oct 2011 22:03:13 -0500 Augie Fackler svnrepo: kludge to work around hash changes between stupid and replay in hg 1.9
Mon, 29 Nov 2010 23:17:07 -0600 Augie Fackler svnmeta: properly reference self.ui instead of ui
Sun, 28 Nov 2010 03:47:04 +0100 Dan Villiom Podlaski Christiansen configurable substitution for empty commit message (fixes #195)
Fri, 12 Nov 2010 19:22:20 +0100 Dan Villiom Podlaski Christiansen svnmeta: store subdir in a file, and verify it when loading.
Sun, 14 Nov 2010 14:05:54 +0100 Dan Villiom Podlaski Christiansen svnmeta: slight refactor of the UUID property.
Thu, 11 Nov 2010 21:32:22 +0100 Dan Villiom Podlaski Christiansen svnmeta: abort when no UUID given and none is stored on disk.
Thu, 11 Nov 2010 21:30:31 +0100 Dan Villiom Podlaski Christiansen svnmeta: cache the UUID in an attribute.
Tue, 09 Nov 2010 13:49:30 +0100 Dan Villiom Podlaski Christiansen remove redundant calls to fd.flush() prior to doing fd.close().
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:05 +0200 Dirkjan Ochtman keep variables more local, add some whitespace
Wed, 06 Oct 2010 15:18:23 +0200 Dirkjan Ochtman fix some line lengths
Thu, 23 Sep 2010 16:54:27 +0200 Dan Villiom Podlaski Christiansen clone: replace the --singlebranch with overloading for --branch
Wed, 15 Sep 2010 17:49:27 +0200 Peter Arrenbrecht clone: add --singlebranch option
Wed, 28 Jul 2010 14:47:44 +0200 Peter Arrenbrecht svnmeta: strip all repeated slashes from subdir
Thu, 19 Aug 2010 10:52:38 -0500 Augie Fackler Backed out changeset d0692ce98ea6
Tue, 27 Jul 2010 15:26:31 +0200 Peter Arrenbrecht svnmeta: strip all repeated slashes from subdir
Sun, 11 Jul 2010 11:46:19 +0200 Dan Villiom Podlaski Christiansen replay/stupid: fix tagging on a branch renamed using a branch map
Thu, 08 Jul 2010 21:53:59 +0200 Dan Villiom Podlaski Christiansen svnmeta: improve error message in get_source_rev()
Wed, 31 Mar 2010 17:53:20 +0200 Dan Villiom Podlaski Christiansen svnmeta: minor cosmetics whitespace cleanup.
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard svnmeta: add exact arg to get_parent_revision() to handle 'R'
Wed, 24 Feb 2010 12:48:37 -0500 Dirkjan Ochtman svnmeta: reverse parameter calculation to lessen complexity
Mon, 01 Mar 2010 22:10:18 +0100 Dirkjan Ochtman add basic branchmap functionality, to rename branches
Sat, 06 Feb 2010 13:01:35 -0600 Augie Fackler replay: correctly handle renaming the parent dir of a branch
Sat, 06 Feb 2010 10:36:21 -0600 Augie Fackler tags: fix files edited during tag creation
Sat, 06 Feb 2010 10:34:49 -0600 Augie Fackler clean up trailing whitespace
Tue, 02 Feb 2010 21:18:20 +0100 Patrick Mezard svnmeta: remove split_branch_tag() exacttag argument
Tue, 02 Feb 2010 21:15:03 +0100 Patrick Mezard svnmeta: make tag detection code more explicity
Tue, 02 Feb 2010 21:10:01 +0100 Patrick Mezard svnmeta: do not change added/deletedtags while detecting them
Tue, 02 Feb 2010 21:05:59 +0100 Patrick Mezard svnmeta: make get_parent_revision() handle added tags
Sat, 30 Jan 2010 10:01:03 +0100 Patrick Mezard Handle subdirectory tags in stupid mode (issue119)
Sat, 30 Jan 2010 09:52:24 +0100 Patrick Mezard svnmeta: make it easier to get converted revision info
Sat, 30 Jan 2010 09:49:30 +0100 Patrick Mezard svnmeta: speedup get_parent_revision() in common case
Fri, 22 Jan 2010 18:01:19 -0600 Patrick Mezard Handle tag subdirectory as tag in replay mode (issue119)
Thu, 17 Dec 2009 16:34:00 +0100 Patrick Mezard svnmeta: internalize tags delta
Mon, 18 Jan 2010 21:40:29 +0100 Patrick Mezard maps: TagMap tags are non-empty strings
Sat, 16 Jan 2010 17:25:09 +0100 Patrick Mezard svnmeta: is_path_tag() is really get_path_tag()
Fri, 16 Oct 2009 23:33:41 -0400 Augie Fackler Support for single-directory clones.
Sat, 18 Jul 2009 22:30:59 -0500 Augie Fackler tags: handle the most recent commit being an edit to an svn tag properly
Sat, 04 Jul 2009 18:12:18 +0100 Max Bowsher Fix 'parent dir of a branch is deleted' refactoring from 343da84.
Sun, 05 Jul 2009 22:01:38 -0500 Augie Fackler tags: fix a bug triggered by copies from non-branch-roots
Sun, 05 Jul 2009 21:13:13 -0500 Augie Fackler Merge with mpedersen.
Thu, 02 Jul 2009 16:37:33 -0500 Michael J. Pedersen Second fix required for our tags to work.
Thu, 02 Jul 2009 16:12:09 -0500 Michael J. Pedersen This patch fixes, partially, an issue with tagpaths.
Wed, 01 Jul 2009 14:43:43 -0500 Augie Fackler tags: be more aggressive about not copying from tags we do not have
Wed, 01 Jul 2009 14:42:46 -0500 Augie Fackler tags: handle copyfrom old versions of tags more correctly
Fri, 26 Jun 2009 14:53:58 -0500 Augie Fackler tags: allow editing tags of closed branches without reopening the branch
Fri, 26 Jun 2009 11:12:14 -0500 Augie Fackler tags: handle tags from edited tags.
Fri, 26 Jun 2009 10:34:32 -0500 Augie Fackler tags: Handle edits to edited tags.
Tue, 23 Jun 2009 22:15:20 -0500 Augie Fackler tags: handle editing a tag and its source branch simultaneously
Tue, 23 Jun 2009 21:33:40 -0500 Augie Fackler tags: reinstate a tag map file in a better way
Tue, 23 Jun 2009 21:38:27 -0500 Augie Fackler tags: handle edits to tags as gracefully as possible
Fri, 12 Jun 2009 09:24:46 +0200 Dirkjan Ochtman put convert_revision in branch-closing csets
Fri, 12 Jun 2009 08:37:39 +0200 Dirkjan Ochtman svnmeta: move util.build_extra() to SVNMeta.genextra()
Thu, 11 Jun 2009 19:15:18 +0200 Dirkjan Ochtman editor: rename hg_delta_editor.HgChangeReceiver to editor.HgEditor