~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/dirstate.py

Merge from bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1407
1407
        The new dirstate will be an empty tree - that is it has no parents,
1408
1408
        and only a root node - which has id ROOT_ID.
1409
1409
 
1410
 
        The object will be write locked when returned to the caller,
1411
 
        unless there was an exception in the writing, in which case it
1412
 
        will be unlocked.
1413
 
 
1414
1410
        :param path: The name of the file for the dirstate.
1415
 
        :return: A DirState object.
 
1411
        :return: A write-locked DirState object.
1416
1412
        """
1417
1413
        # This constructs a new DirState object on a path, sets the _state_file
1418
1414
        # to a new empty file for that path. It then calls _set_data() with our