~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/bzrdir.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-05-21 13:36:51 UTC
  • mfrom: (5243.2.1 readdir_cleanup)
  • Revision ID: pqm@pqm.ubuntu.com-20100521133651-p62dndo2giy5ls21
(lifeless) Some cleanups to the readdir pyrex code for a little efficiency
 and to avoid compile warnings. (John A Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
3245
3245
        # XXX: It's a bit ugly that the network name is here, because we'd
3246
3246
        # like to believe that format objects are stateless or at least
3247
3247
        # immutable,  However, we do at least avoid mutating the name after
3248
 
        # it's returned.  See <https://bugs.edge.launchpad.net/bzr/+bug/504102>
 
3248
        # it's returned.  See <https://bugs.launchpad.net/bzr/+bug/504102>
3249
3249
        self._network_name = None
3250
3250
 
3251
3251
    def __repr__(self):