log tests/test_urls.py @ 1504:e65d6f6897f4

age author description
2016-06-11 Jun Wu svnrepo: change svnurl to not use self.svn
2013-08-07 Dan Villiom Podlaski Christiansen tests: remove old test-loading infrastructure
2012-04-19 Patrick Mezard test_util: merge load_svndump_fixture() into TestBase
2011-10-12 Yonggang Luo tests: avoid shadowing Python builtin all()
2011-10-12 Yonggang Luo globally: clean up whitespace around operators and commas to conform with PEP8
2010-10-05 Dan Villiom Podlaski Christiansen svnwrap: fix handling of quotable URLs (fixes #197, refs #132)
2010-09-29 Dan Villiom Podlaski Christiansen svnrepo: make the svnurl property obtain the URL from Subversion.
2010-09-14 Dan Villiom Podlaski Christiansen tests_urls: activate a test that was previously overlooked
2010-08-11 Dan Villiom Podlaski Christiansen svnwrap: factor out a common module
2009-07-20 David Stanek Remove the svn+ from svn+https urls before calling the Subversion API. This was already being done for svn+http urls.
2009-07-19 Patrick Mezard Revive svn+http(s) URLs support (issue94)
2009-07-19 Patrick Mezard svnrepo: expose the same svnurl than SubversionRepo
2009-07-19 Patrick Mezard svnwrappers: override svn+ssh credentials with supplied ones if any
2009-06-06 Augie Fackler urls: Make sure we preserve username in urls given to ssh.
2009-05-14 Augie Fackler Reorganize to have a more conventional module structure.
2009-04-06 Daniel Tang Add support for user:pass@url repositories to be hg-like