mercurial/interfaces/repository.py
changeset 43142 beed7ce61681
parent 43077 687b865b95ad
child 43712 f965b1027fb0
equal deleted inserted replaced
43141:52781d57313d 43142:beed7ce61681
  1545         """Holds sets of revisions to be filtered."""
  1545         """Holds sets of revisions to be filtered."""
  1546     )
  1546     )
  1547 
  1547 
  1548     names = interfaceutil.Attribute("""A ``namespaces`` instance.""")
  1548     names = interfaceutil.Attribute("""A ``namespaces`` instance.""")
  1549 
  1549 
       
  1550     filecopiesmode = interfaceutil.Attribute(
       
  1551         """The way files copies should be dealt with in this repo."""
       
  1552     )
       
  1553 
  1550     def close():
  1554     def close():
  1551         """Close the handle on this repository."""
  1555         """Close the handle on this repository."""
  1552 
  1556 
  1553     def peer():
  1557     def peer():
  1554         """Obtain an object conforming to the ``peer`` interface."""
  1558         """Obtain an object conforming to the ``peer`` interface."""