equal
deleted
inserted
replaced
1610 ) |
1610 ) |
1611 |
1611 |
1612 def close(): |
1612 def close(): |
1613 """Close the handle on this repository.""" |
1613 """Close the handle on this repository.""" |
1614 |
1614 |
1615 def peer(): |
1615 def peer(path=None): |
1616 """Obtain an object conforming to the ``peer`` interface.""" |
1616 """Obtain an object conforming to the ``peer`` interface.""" |
1617 |
1617 |
1618 def unfiltered(): |
1618 def unfiltered(): |
1619 """Obtain an unfiltered/raw view of this repo.""" |
1619 """Obtain an unfiltered/raw view of this repo.""" |
1620 |
1620 |