mercurial/interfaces/repository.py
changeset 44257 dbbae122f5e4
parent 44073 b9e174d4ed11
child 44262 c86256bd4eb8
equal deleted inserted replaced
44241:aea79f41ee55 44257:dbbae122f5e4
  1025         """
  1025         """
  1026 
  1026 
  1027     def get(path, default=None):
  1027     def get(path, default=None):
  1028         """Obtain the node value for a path or a default value if missing."""
  1028         """Obtain the node value for a path or a default value if missing."""
  1029 
  1029 
  1030     def flags(path, default=b''):
  1030     def flags(path):
  1031         """Return the flags value for a path or a default value if missing."""
  1031         """Return the flags value for a path (default: empty bytestring)."""
  1032 
  1032 
  1033     def copy():
  1033     def copy():
  1034         """Return a copy of this manifest."""
  1034         """Return a copy of this manifest."""
  1035 
  1035 
  1036     def items():
  1036     def items():