Rev 1615: Fix import. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk
Jelmer Vernooij
jelmer at samba.org
Sat Aug 23 11:44:09 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-svn/trunk
------------------------------------------------------------
revno: 1615
revision-id: jelmer at samba.org-20080823104408-h8rtem5cet60uq36
parent: jelmer at samba.org-20080823101540-0od362oanzhzdved
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sat 2008-08-23 12:44:08 +0200
message:
Fix import.
modified:
workingtree.py workingtree.py-20060306120941-b083cb0fdd4a69de
=== modified file 'workingtree.py'
--- a/workingtree.py 2008-08-08 21:35:37 +0000
+++ b/workingtree.py 2008-08-23 10:44:08 +0000
@@ -21,7 +21,7 @@
from bzrlib.bzrdir import BzrDirFormat, BzrDir
from bzrlib.errors import (InvalidRevisionId, NotBranchError, NoSuchFile,
NoRepositoryPresent, BzrError, UninitializableFormat,
- OutOfDateTree, NoWorkingTree)
+ OutOfDateTree, NoWorkingTree, UnsupportedFormatError)
from bzrlib.inventory import Inventory, InventoryFile, InventoryLink
from bzrlib.lockable_files import TransportLock, LockableFiles
from bzrlib.lockdir import LockDir
More information about the bazaar-commits
mailing list