log

age author description
2009-09-16 Augie Fackler stupid: 80col OCD
2009-09-15 Chema Cortes svnwrap: properly escape URLs before giving them to libsvn_*
2009-09-16 Augie Fackler Add a test for URLs that have spaces in them.
2009-08-12 Augie Fackler test_util: fix up line endings
2009-09-16 Augie Fackler test_util: specify LANG=LC_ALL=C so l10n stops breaking tests
2009-08-08 Augie Fackler COPYING: include license (GPL == v2)
2009-08-08 Augie Fackler Merge win32 fixes
2009-07-29 Risto Kankkunen No os.kill() in Windows, use ctypes to call Win32 TerminateProcess()
2009-07-29 Risto Kankkunen Reclaim repository object to avoid tearDown() failing to remove the open file 'testrepo/db/rep-cache.db'
2009-07-29 Risto Kankkunen Make tearDown() be able to delete read-only files to avoid an exception when removing 'testrepo/db/format'
2009-07-29 Risto Kankkunen Avoid 'Abort: Illegal repository URL' exception
2009-07-29 Risto Kankkunen Avoid 'ValueError: close_fds is not supported on Windows platforms' exception
2009-07-29 Risto Kankkunen No os.spawnvp() in Windows, use subprocess.call() instead
2009-08-08 Martin Geisler README: update URL to Mercurial wiki
2009-08-08 Martin Geisler README: Mercurial 1.3 is no longer in development
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 Augie Fackler tags: handle the most recent commit being an edit to an svn tag properly
2009-07-04 Max Bowsher Fix 'parent dir of a branch is deleted' refactoring from 343da84.
2009-07-19 Patrick Mezard stupid: take tbdelta closed branches in account
2009-07-19 Patrick Mezard Bypass demandimport for all svn submodules
2009-07-19 Patrick Mezard svnexternals: display svn commands output with --verbose
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-07-19 Patrick Mezard pushmod: pass SubversionRepo directly to commit()
2009-07-19 Patrick Mezard util: remove swap_out_encoding() deprecated comment
2009-07-19 Patrick Mezard Extend svnrepos with SubversionRepo and SVNMeta
2009-07-19 Patrick Mezard Unify svn credentials handling as config entries
2009-07-19 Patrick Mezard genignore: collect ignore lines, then write them
2009-07-19 Patrick Mezard wrappers: make push aborts if uncommitted changes