Your message dated Fri, 19 May 2006 22:02:09 -0700 with message-id <[EMAIL PROTECTED]> and subject line Bug#352791: fixed in bzr 0.8.2-2 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: bzr Version: 0.7-2 Severity: normal Tags: patch --- /tmp/builtins.py 2006-02-14 10:38:21.449525973 +0100 +++ /usr/lib/python2.4/site-packages/bzrlib/builtins.py 2006-02-14 10:41:13.509702178 +0100 @@ -1113,12 +1113,13 @@ igns += '\n' igns += name_pattern + '\n' + f = None try: f = AtomicFile(ifn, 'wt') f.write(igns.encode('utf-8')) f.commit() finally: - f.close() + if f is not None: f.close() inv = tree.inventory if inv.path2id('.bzrignore'): -- .''`. 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! "out of the crooked timber of humanity, no straight thing was ever made." -- imanuel kant
signature.asc
Description: Digital signature (GPG/PGP)
--- End Message ---
--- Begin Message ---Source: bzr Source-Version: 0.8.2-2 We believe that the bug you reported is fixed in the latest version of bzr, which is due to be installed in the Debian FTP archive: bzr_0.8.2-2.diff.gz to pool/main/b/bzr/bzr_0.8.2-2.diff.gz bzr_0.8.2-2.dsc to pool/main/b/bzr/bzr_0.8.2-2.dsc bzr_0.8.2-2_all.deb to pool/main/b/bzr/bzr_0.8.2-2_all.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Andres Salomon <[EMAIL PROTECTED]> (supplier of updated bzr package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sat, 20 May 2006 03:34:32 +0000 Source: bzr Binary: bzr Architecture: source all Version: 0.8.2-2 Distribution: unstable Urgency: low Maintainer: Rob Weir <[EMAIL PROTECTED]> Changed-By: Andres Salomon <[EMAIL PROTECTED]> Description: bzr - bazaar-ng, the next-generation distributed version control system Closes: 352707 352791 368120 Changes: bzr (0.8.2-2) unstable; urgency=low . * Set the tutorial as the Index page for doc-base (closes: #368120). * Add comments to the top of all patches in debian/ that describe upstream submission status. * Don't throw UnboundLocalError when attempting to write to a read-only repository; thanks to Martin F. Krafft and Bob Tanner (closes: #352707). * Don't throw UnboundLocalError on bzr ignore; thanks to Martin F. Krafft and Bob Tanner (closes: #352791). Files: 6e6cc24e63ed6b4c62259127a8f12bd0 758 devel optional bzr_0.8.2-2.dsc 74e91dc485c1f33875ecfd7a9b13215a 6254 devel optional bzr_0.8.2-2.diff.gz fc703cee91f44baa740f09e9354f0448 459936 devel optional bzr_0.8.2-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.2 (GNU/Linux) iD8DBQFEbp7kOmXwGc/ULyYRAk2EAJ9C7dh71KnlCoRVb00NBDU5GDdEGQCcDMm4 pHxu5t/m18YAbzh/GoKvA0c= =mNgw -----END PGP SIGNATURE-----
--- End Message ---

