Package: tailor
Followup-For: Bug #352162
--- /tmp/bzr.py 2005-11-10 14:44:41.000000000 +0100
+++ /usr/lib/python2.4/site-packages/vcpx/bzr.py 2006-02-16
12:48:14.018507894 +0100
@@ -132,15 +132,15 @@
"""
Add a whole subtree.
- Use smart_add_branch() to add a whole new subtree to the
+ Use smart_add_tree() to add a whole new subtree to the
repository.
"""
from os.path import join
- from bzrlib.add import smart_add_branch
+ from bzrlib.add import smart_add_tree
self.log.info('Recursively adding directory "%s"...', subdir)
- smart_add_branch(self._b, [join(self.basedir, subdir)], recurse=True)
+ smart_add_tree(self._b, [join(self.basedir, subdir)], recurse=True)
def _commit(self, date, author, patchname, changelog=None, entries=None):
from time import mktime-- System Information: Debian Release: testing/unstable APT prefers stable APT policy: (700, 'stable'), (600, 'testing'), (98, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-686 Locale: LANG=en_GB, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) -- .''`. martin f. krafft <[EMAIL PROTECTED]> : :' : proud Debian developer and author: http://debiansystem.info `. `'` `- Debian - when you have better things to do than fixing a system Invalid/expired PGP (sub)keys? Use subkeys.pgp.net as keyserver! windows 2000: designed for the internet. the internet: designed for unix.
signature.asc
Description: Digital signature (GPG/PGP)

