log

age author description
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
2009-07-06 Augie Fackler tagmap: missed newline in rebuildmeta warn call
2009-07-06 Augie Fackler tags: fix a bug triggered by copies from non-branch-roots
2009-07-06 Augie Fackler rebuildmeta: remove any existing tagmap file.
2009-07-06 Augie Fackler Merge with mpedersen.
2009-07-02 Michael J. Pedersen Second fix required for our tags to work.
2009-07-02 Michael J. Pedersen This patch fixes, partially, an issue with tagpaths.
2009-07-01 Augie Fackler tags: be more aggressive about not copying from tags we do not have
2009-07-01 Augie Fackler tags: handle copyfrom old versions of tags more correctly