log hgsubversion/svnrepo.py @ 1587:4889843a704e

age author description
Mon, 29 Oct 2018 17:08:38 -0400 Augie Fackler merge old hg fix
Fri, 21 Sep 2018 15:07:09 +0200 Bernhard F.W. Gschaider The Mercurial 4.5 that comes with Ubuntu doesn't have this parameter
Wed, 24 Oct 2018 15:18:55 +0300 Pulkit Goyal svnrepo: preserve and forward createopts kwarg
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