Mercurial > hg-stable
changeset 15345:6e3c560f2fd1 stable
convert: add missing import of util, needed for svn < 1.6
author | Thomas Arendsen Hein <thomas@intevation.de> |
---|---|
date | Sat, 22 Oct 2011 23:42:48 +0200 |
parents | ec50fe3f7a76 |
children | 53f37b24f26a |
files | hgext/convert/transport.py |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/hgext/convert/transport.py Sat Oct 22 23:21:38 2011 +0200 +++ b/hgext/convert/transport.py Sat Oct 22 23:42:48 2011 +0200 @@ -18,6 +18,7 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +from mercurial import util from svn.core import SubversionException, Pool import svn.ra import svn.client