log hgsubversion/wrappers.py @ 783:7913a82a8cdd

age author description
Tue, 01 Feb 2011 00:25:59 +0100 Patrick Mezard Check mercurial/third-parties push conditions before pushing
Sun, 16 Jan 2011 22:49:16 -0600 Augie Fackler Backed out changeset 60948939555d
Tue, 14 Dec 2010 12:09:27 +0100 Dan Villiom Podlaski Christiansen clone: pass on the repository instance rather than the string given
Mon, 29 Nov 2010 11:50:55 +0100 Dan Villiom Podlaski Christiansen incoming: pass unexpanded source to wrapped function (fixes #178)
Sun, 28 Nov 2010 03:47:04 +0100 Dan Villiom Podlaski Christiansen configurable substitution for empty commit message (fixes #195)
Wed, 17 Nov 2010 11:48:58 +0100 Dan Villiom Podlaski Christiansen wrappers: pass on subdir when creating obtaining svnmeta
Sun, 14 Nov 2010 19:07:20 -0600 Augie Fackler pull: handle change in termwidth() api from hg change c52c629ce19e
Fri, 12 Nov 2010 19:22:20 +0100 Dan Villiom Podlaski Christiansen svnmeta: store subdir in a file, and verify it when loading.
Fri, 08 Oct 2010 19:07:04 +0200 Dirkjan Ochtman implement tag renames
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen clone: call the wrapped function (fixes #181)
Tue, 14 Sep 2010 21:03:02 +0200 Dan Villiom Podlaski Christiansen pull: reveal the handled SubversionException to --traceback.
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
Fri, 10 Sep 2010 07:50:40 +0200 Peter Arrenbrecht push: simplify code for remapping rebased node ids
Wed, 08 Sep 2010 10:43:02 +0200 Peter Arrenbrecht push: fix case where we get >1 revs back after svn commit
Wed, 11 Aug 2010 19:57:34 +0200 Dan Villiom Podlaski Christiansen version: mention bindings type in version
Wed, 11 Aug 2010 19:57:34 +0200 Dan Villiom Podlaski Christiansen pull: fix shallow clone when lastest change isn't HEAD.
Tue, 20 Jul 2010 11:55:07 +0200 Dan Villiom Podlaski Christiansen clone: allow specifying a start revision.
Tue, 20 Jul 2010 11:55:07 +0200 Dan Villiom Podlaski Christiansen maps: rename revmap.seen to revmap.youngest; add revmap.oldest.
Sun, 27 Jun 2010 21:18:47 -0500 Augie Fackler push: return reasonable status codes to the end user 1.1.1
Sun, 13 Jun 2010 00:10:53 -0500 Augie Fackler wrappers: cope with remoteui move to hg (hg cset d1908cb95a82)
Wed, 12 May 2010 20:16:40 +0200 Dan Villiom Podlaski Christiansen push: remove superfluous creation of a new `svnremoterepo' instance.
Mon, 26 Apr 2010 22:17:25 +0200 Patrick Mezard wrappers: fix pull output if termwidth() is inexact
Thu, 01 Apr 2010 16:06:01 +0200 Dan Villiom Podlaski Christiansen pull: fix passing credentials in URL.
Wed, 31 Mar 2010 14:04:31 +0200 Dan Villiom Podlaski Christiansen wrappers.pull: fix calculation of progress totals.
Wed, 31 Mar 2010 17:51:09 +0200 Dan Villiom Podlaski Christiansen isolate all imports of Subversion modules in svnwrap.
Wed, 31 Mar 2010 17:48:32 +0200 Dan Villiom Podlaski Christiansen wrappers: remove unused code for compatibility with Subversion 1.4.
Fri, 19 Mar 2010 21:24:03 -0500 Augie Fackler pull: try and produce a better progress bar for certain cases
Wed, 03 Mar 2010 17:44:41 -0600 Augie Fackler util: add progress wrapper to maintain 1.3 support
Mon, 01 Mar 2010 22:10:18 +0100 Dirkjan Ochtman add basic branchmap functionality, to rename branches
Mon, 15 Feb 2010 10:22:12 -0600 Augie Fackler pull: handle commits without any commit message
Mon, 15 Feb 2010 10:21:59 -0600 Augie Fackler pull: move progress to after the status call
Sun, 14 Feb 2010 14:19:57 -0600 Augie Fackler pull: report progress to ui.progress so progress bars can appear
Sun, 07 Feb 2010 08:43:32 -0600 Augie Fackler util: add parseurl method to abstract away differences between 1.4 and 1.5
Mon, 11 Jan 2010 17:12:30 +0100 Dan Villiom Podlaski Christiansen wrappers: calculate and return exact count of changesets added.
Thu, 17 Dec 2009 16:34:00 +0100 Patrick Mezard svnmeta: internalize tags delta
Mon, 14 Dec 2009 09:35:04 -0600 Augie Fackler wrappers: wrap version with a --svn flag
Fri, 16 Oct 2009 23:33:41 -0400 Augie Fackler Support for single-directory clones.
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard pushmod: pass SubversionRepo directly to commit()
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard Extend svnrepos with SubversionRepo and SVNMeta
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard Unify svn credentials handling as config entries
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard wrappers: make push aborts if uncommitted changes
Tue, 16 Jun 2009 13:59:03 +0200 Dirkjan Ochtman wrappers: save tbdelta in one place for both stupid and replay
Tue, 16 Jun 2009 13:33:47 +0200 Dirkjan Ochtman move remaining cmdutils into util
Tue, 16 Jun 2009 09:12:20 +0200 Dirkjan Ochtman pushmod: split push functions out into separate module
Tue, 16 Jun 2009 08:43:12 +0200 Dirkjan Ochtman replay: start new replay module that has the relevant functions
Mon, 15 Jun 2009 16:10:24 +0200 Dirkjan Ochtman consolidate metadata calls from stupid and replay code
Mon, 15 Jun 2009 22:31:15 +0200 Dirkjan Ochtman inline describe_revision(), use custom termwidth
Thu, 11 Jun 2009 18:57:55 +0200 Dirkjan Ochtman imported patch import-cleanup
Thu, 11 Jun 2009 18:48:43 +0200 Dirkjan Ochtman save metadata from one place
Thu, 11 Jun 2009 18:49:52 +0200 Dirkjan Ochtman invert the svnmeta/editor relationship
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:56:35 +0200 Dirkjan Ochtman split parts of HgChangeReceiver out into an SVNMeta class
Wed, 10 Jun 2009 13:57:04 +0200 Dirkjan Ochtman add a function to generate svn_commit_hashes
Wed, 10 Jun 2009 13:32:10 +0200 Dirkjan Ochtman editor: simplify HgChangeReceiver constructor signature
Wed, 10 Jun 2009 14:55:26 +0200 Dirkjan Ochtman add a working incoming wrapper command
Wed, 10 Jun 2009 12:06:31 +0200 Dirkjan Ochtman uisetup: use a single loop/abstraction for wrapping all the commands
Wed, 10 Jun 2009 11:35:59 +0200 Dirkjan Ochtman uisetup: move clone and push/pull wrappers to wrappers module
Mon, 01 Jun 2009 11:50:12 -0500 Augie Fackler wrappers: Python 2.4 compat.
Fri, 29 May 2009 17:33:52 +0200 Dirkjan Ochtman Generate separate data structure containing revision's tags/branches changes.