~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-05-19 06:14:38 UTC
  • mfrom: (1704.2.23 bzr.mbp.integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060519061438-6300caf3926c3cff
(mbp) small fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
1396
1396
            igns += '\n'
1397
1397
        igns += name_pattern + '\n'
1398
1398
 
 
1399
        f = AtomicFile(ifn, 'wt')
1399
1400
        try:
1400
 
            f = AtomicFile(ifn, 'wt')
1401
1401
            f.write(igns.encode('utf-8'))
1402
1402
            f.commit()
1403
1403
        finally: