From 09517bd78660ee3fbd6716c920c36b967f7a71cf Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Tue, 7 Jun 2011 12:26:29 +0200 Subject: clone and clone_from methods now support the RemoteProgress interface, using similar functionality as used by the fetch, push and pull methods --- doc/source/changes.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'doc/source/changes.rst') diff --git a/doc/source/changes.rst b/doc/source/changes.rst index 9bd09157..5564cfd7 100644 --- a/doc/source/changes.rst +++ b/doc/source/changes.rst @@ -18,6 +18,8 @@ NEXT * Added mode constants to ease the manual creation of blobs + * **Repo** (i.e. **HighLevelRepository**) now supports a progress instance to be provided for its ``clone()`` and ``clone_from`` methods. + * ### Module Changes ### * Removed rev_parse function from git.repo.fun - the respective functionality is available only through the repository's rev_parse method, which might in turn translate to any implementation. -- cgit v1.2.3