~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/branch.py

Rename deprecated_nonce to DEPRECATED_PARAMETER

Show diffs side-by-side

added added

removed removed

Lines of Context:
711
711
        except UnlistableStore:
712
712
            raise UnlistableBranch(from_store)
713
713
 
714
 
    def __init__(self, transport, init=deprecated_nonce,
715
 
                 relax_version_check=deprecated_nonce, _format=None,
 
714
    def __init__(self, transport, init=DEPRECATED_PARAMETER,
 
715
                 relax_version_check=DEPRECATED_PARAMETER, _format=None,
716
716
                 _control_files=None):
717
717
        """Create new branch object at a particular location.
718
718