log hgsubversion/util.py @ 828:016f11e5f189

age author description
Fri, 30 Sep 2011 21:35:36 +0800 Yonggang Luo utils: add {save,load}_string since this is a fairly common idiom
Sat, 14 May 2011 21:44:07 +0200 Peter Arrenbrecht util: make islocalrepo() a bit more tolerant with file:// urls
Sat, 14 May 2011 21:44:07 +0200 Peter Arrenbrecht Fix breakage introduced by discovery refactoring
Sat, 12 Mar 2011 15:27:22 +0100 Patrick Mezard util: use real function definitions for keywords, document them
Sun, 28 Nov 2010 03:53:34 +0100 Dan Villiom Podlaski Christiansen make the default substition for an empty commit description the empty string
Sun, 28 Nov 2010 03:47:04 +0100 Dan Villiom Podlaski Christiansen configurable substitution for empty commit message (fixes #195)
Thu, 25 Nov 2010 21:55:21 +0100 Patrick Mezard svnexternals: support pushing subrepo based externals
Fri, 19 Nov 2010 20:14:04 +0100 Patrick Mezard Extract files not to be pushed in util
Thu, 18 Nov 2010 14:03:26 +0100 Dan Villiom Podlaski Christiansen svncommands: abort on missing metadata or Subversion URL (fixes #226)
Wed, 17 Nov 2010 16:31:48 +0100 Dan Villiom Podlaski Christiansen revsets: add docstrings.
Tue, 05 Oct 2010 16:26:19 +0200 Dan Villiom Podlaski Christiansen uisetup: add fromsvn() and svnrev() revsets.
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen templatekw: clean up implementation & test; add help.
Sun, 13 Jun 2010 00:10:53 -0500 Augie Fackler wrappers: cope with remoteui move to hg (hg cset d1908cb95a82)
Sat, 12 Jun 2010 20:32:02 -0500 Augie Fackler util: handle change to hg.parseurl from 3d6915f5a2bb
Tue, 02 Mar 2010 17:06:06 +0100 Patrick Mezard editor: fix issamefile() and copy detection in replay mode
Wed, 03 Mar 2010 17:44:41 -0600 Augie Fackler util: add progress wrapper to maintain 1.3 support
Sun, 07 Feb 2010 08:43:32 -0600 Augie Fackler util: add parseurl method to abstract away differences between 1.4 and 1.5
Tue, 15 Dec 2009 09:12:00 -0600 Augie Fackler setup: write out version info
Fri, 16 Oct 2009 19:09:53 -0400 Augie Fackler util: make aresamefiles take one file and just be issamefile instead.
Mon, 20 Jul 2009 16:00:37 -0400 David Stanek Remove the svn+ from svn+https urls before calling the Subversion API. This was already being done for svn+http urls.
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard Revive svn+http(s) URLs support (issue94)
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard util: remove swap_out_encoding() deprecated comment
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
Tue, 16 Jun 2009 13:33:30 +0200 Dirkjan Ochtman svnrepo: remove unused localsvn decorator
Tue, 16 Jun 2009 13:33:47 +0200 Dirkjan Ochtman move remaining cmdutils into util
Mon, 15 Jun 2009 22:31:15 +0200 Dirkjan Ochtman inline describe_revision(), use custom termwidth
Fri, 12 Jun 2009 08:37:39 +0200 Dirkjan Ochtman svnmeta: move util.build_extra() to SVNMeta.genextra()
Thu, 11 Jun 2009 18:57:55 +0200 Dirkjan Ochtman imported patch import-cleanup
Thu, 11 Jun 2009 18:49:52 +0200 Dirkjan Ochtman invert the svnmeta/editor relationship
Wed, 10 Jun 2009 17:29:11 +0200 Dirkjan Ochtman move aresamefiles() from HgChangeReceiver to util
Wed, 10 Jun 2009 15:45:20 +0200 Dirkjan Ochtman extract the revmap support into a separate dict-like class
Sat, 30 May 2009 15:34:51 -0500 Augie Fackler version: fix version calculation for new repo layout.
Wed, 20 May 2009 21:49:01 +0200 Dan Villiom Podlaski Christiansen improve reliability of Subversion checks.
Wed, 20 May 2009 18:38:01 +0200 Dan Villiom Podlaski Christiansen Use fallbacks in the wrappers for Subversion support, instead of prefixes.
Wed, 13 May 2009 21:39:39 -0500 Augie Fackler Reorganize to have a more conventional module structure. base util.py@d8e0ba905da5