~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/inventory.py

  • Committer: Aaron Bentley
  • Date: 2008-03-03 16:52:41 UTC
  • mfrom: (3144.3.11 fix-conflict-handling)
  • mto: This revision was merged to the branch mainline in revision 3250.
  • Revision ID: aaron@aaronbentley.com-20080303165241-0k2c7ggs6kr9q6hf
Merge with fix-conflict-handling

Show diffs side-by-side

added added

removed removed

Lines of Context:
1422
1422
 
1423
1423
    :raises InvalidNormalization: When name is not normalized, and cannot be
1424
1424
        accessed on this platform by the normalized path.
1425
 
    :return: The NFC/NFKC normalised version of name.
 
1425
    :return: The NFC normalised version of name.
1426
1426
    """
1427
1427
    #------- This has been copied to bzrlib.dirstate.DirState.add, please
1428
1428
    # keep them synchronised.