log hgsubversion/svnrepo.py @ 1580:0d18108ec153

age author description
Fri, 03 Aug 2018 21:08:37 +0530 Pulkit Goyal hgsubversion: fix something which looks like a cycle
Fri, 25 May 2018 15:25:53 +0200 Paul Morelle svnrepo: implement commandexecutor for hg 4.6
Fri, 20 Apr 2018 15:47:29 -0400 Augie Fackler svnrepo: preserve and forward intents kwarg
Sat, 24 Mar 2018 17:04:19 -0400 Augie Fackler cleanup: remove lots of dead imports and code found by pyflakes
Sat, 24 Mar 2018 16:39:30 -0400 Augie Fackler cleanup: reference Abort from mercurial.error instead of mercurial.util
Wed, 25 Oct 2017 22:57:29 -0400 Augie Fackler svnrepo: use configlist instead of rolling it ourselves
Wed, 25 Oct 2017 22:11:15 -0400 Augie Fackler svnrepo: move password_stores config to a property
Wed, 25 Oct 2017 22:10:22 -0400 Augie Fackler svnrepo: wrap too-wide abort message
Mon, 21 Aug 2017 15:19:12 -0700 Jun Wu svnrepo: update with the latest upstream change
Sat, 11 Jun 2016 22:36:57 +0100 Jun Wu svnrepo: change svnurl to not use self.svn
Mon, 13 Oct 2014 23:56:13 -0700 Siddharth Agarwal pull: wrap exchange.pull if localrepository.pull isn't available
Mon, 13 Oct 2014 23:55:27 -0700 Siddharth Agarwal push: wrap exchange.push when localrepository.push isn't available
Fri, 04 Apr 2014 21:28:42 -0400 Augie Fackler Merge with stable.
Fri, 04 Apr 2014 21:27:55 -0400 Augie Fackler pull: fix pull when phases.new-commit=secret stable
Thu, 20 Feb 2014 13:21:32 -0600 Sean Farley svnrepo: augment svnmeta method to take new error checking parameter
Wed, 12 Feb 2014 09:19:03 -0500 Augie Fackler Merge with stable.
Tue, 04 Feb 2014 22:38:54 +0100 Michael Augustin fix promptchoice call, since it changed in mercurial 2.7 (change c58b6ab4c26f) stable
Wed, 11 Sep 2013 19:30:08 -0500 Sean Farley svnrepo: remove pre-1.6 code from remotesvn decorator
Fri, 12 Jul 2013 09:51:25 +0900 Shun-ichi GOTO use old argument style to support python 2.4
Sun, 10 Mar 2013 19:32:35 +1000 Jamie Clayton Improve UX. Update the implicit Path name for working with SVN repositories.
Tue, 04 Dec 2012 17:26:59 -0600 Augie Fackler cleanup: avoid \' in strings where easy
Mon, 29 Oct 2012 20:14:47 +0900 Mitsuhiro Koga svnrepo: Support --insecure option the same as the mercurial
Tue, 23 Oct 2012 03:50:00 +0900 Mitsuhiro Koga svnwrap: Implement handling of ssl_client_cert_pw_prompt_provider
Tue, 23 Oct 2012 19:33:15 +0900 Mitsuhiro Koga svnwrap: Implement handling of ssl_client_cert_prompt_provider
Tue, 23 Oct 2012 20:12:10 +0900 Mitsuhiro Koga svnwrap: Improved handling of username_prompt_provider
Tue, 23 Oct 2012 20:12:32 +0900 Mitsuhiro Koga svnwrap: Improved handling of simple_prompt_provider
Wed, 24 Oct 2012 02:19:15 +0900 Mitsuhiro Koga svnwrap: Refactor the svn_auth_ssl_server_trust_prompt to add other handler
Wed, 10 Oct 2012 00:28:38 +0900 Mitsuhiro Koga svnwrap: Implement handling of get_ssl_server_trust_prompt_provider
Wed, 01 Aug 2012 13:08:56 -0700 David Schleimer svnremoterepo: use and prefer default-push
Thu, 19 Jul 2012 16:00:54 -0700 Bryan O'Sullivan fix breakage introduced by peer classes in hg 2.3
Wed, 18 Jul 2012 14:04:02 -0700 Bryan O'Sullivan svnrepo: handle module/class rename in hg 2.3
Fri, 20 Apr 2012 18:33:39 -0500 Augie Fackler svnrepo: don't break on old hg versions that lack pushkey
Tue, 17 Apr 2012 17:44:28 -0500 Sean Farley phases: mark newly created commits from subversion as 'public' to fix #335
Tue, 22 Nov 2011 11:54:25 +0100 Jerome M. BERGER Added ability to configure the password stores
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
Sat, 14 May 2011 21:44:07 +0200 Peter Arrenbrecht Fix breakage introduced by discovery refactoring
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 11:48:56 +0100 Dan Villiom Podlaski Christiansen svnremoterepo: remove unused 'svnuuid' property
Fri, 12 Nov 2010 19:22:20 +0100 Dan Villiom Podlaski Christiansen svnmeta: store subdir in a file, and verify it when loading.
Wed, 29 Sep 2010 18:04:26 +0200 Dan Villiom Podlaski Christiansen svnrepo: make the svnurl property obtain the URL from Subversion.
Sun, 04 Jul 2010 18:21:20 +0100 James McKay svnrepo: fix issue 187: ignore pushable bookmarks in hg 1.6
Sat, 12 Jun 2010 20:55:23 -0500 Augie Fackler svnrepo: support new discovery module introduced in 3d0591a66118
Sat, 12 Jun 2010 20:09:25 -0500 Augie Fackler pull: handle argspec change from e43c23d189a5
Fri, 14 May 2010 20:22:32 +0200 Dan Villiom Podlaski Christiansen svncommands: fix layering violation & tweak error messages.
Wed, 31 Mar 2010 22:06:05 +0200 Dan Villiom Podlaski Christiansen svnrepo: ease debugging of Subversion fallback
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard svnrepo: expose the same svnurl than SubversionRepo
Sat, 18 Jul 2009 20:44:33 -0500 Patrick Mezard Extend svnrepos with SubversionRepo and SVNMeta
Tue, 16 Jun 2009 13:33:30 +0200 Dirkjan Ochtman svnrepo: remove unused localsvn decorator
Thu, 11 Jun 2009 18:57:55 +0200 Dirkjan Ochtman imported patch import-cleanup
Wed, 10 Jun 2009 14:55:26 +0200 Dirkjan Ochtman add a working incoming wrapper command
Fri, 29 May 2009 15:28:44 +0200 Dirkjan Ochtman Use tbdelta to push added tags into .hgtags.
Fri, 22 May 2009 15:12:31 +0200 Dan Villiom Podlaski Christiansen Remove the 'outgoing' wrapper, and use the Mercurial infrastructure instead.
Wed, 20 May 2009 21:11:34 +0200 Dan Villiom Podlaski Christiansen remove pointless rstrip('/')
Wed, 20 May 2009 21:15:47 +0200 Dan Villiom Podlaski Christiansen Mention what failed when given a non-numeric revision to clone/pull.
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 svnrepo.py@1a47db28c975