/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2006-08-30 14:37:31 UTC
  • mfrom: (1711.9.11 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20060830143731-af84f2be15714815
(Robey Pointer) replace foo.has_key(bar) with bar in foo

Show diffs side-by-side

added added

removed removed

Lines of Context:
798
798
        return self.run_bzr_captured(args, retcode=retcode, encoding=encoding, stdin=stdin)
799
799
 
800
800
    def run_bzr_decode(self, *args, **kwargs):
801
 
        if kwargs.has_key('encoding'):
 
801
        if 'encoding' in kwargs:
802
802
            encoding = kwargs['encoding']
803
803
        else:
804
804
            encoding = bzrlib.user_encoding