log hgsubversion/wrappers.py @ 769:cc1d4aa3ba41

age author description
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