Mercurial > hg > gitweb
view hg @ 4072:e916bc0dfdd6
transplant: remote bundle source was not closed before deleting the fetched bundle.
It fails under win32 because "normal" opened files cannot be removed.
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Sun, 11 Feb 2007 18:37:23 +0100 |
parents | abaee83ce0a6 |
children |
line wrap: on
line source
#!/usr/bin/env python # # mercurial - scalable distributed SCM # # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com> # # This software may be used and distributed according to the terms # of the GNU General Public License, incorporated herein by reference. import mercurial.commands mercurial.commands.run()