summaryrefslogtreecommitdiff
path: root/doc/source/changes.rst
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2011-06-07 12:26:29 +0200
committerSebastian Thiel <byronimo@gmail.com>2011-06-07 12:26:29 +0200
commit09517bd78660ee3fbd6716c920c36b967f7a71cf (patch)
treef74f0e5f41a3a9ef1027d4fb1b8db873160a514f /doc/source/changes.rst
parent63a0bbe14d0b5b3a29f9647f4089604d8436458e (diff)
downloadgitpython-09517bd78660ee3fbd6716c920c36b967f7a71cf.tar.gz
clone and clone_from methods now support the RemoteProgress interface, using similar functionality as used by the fetch, push and pull methods
Diffstat (limited to 'doc/source/changes.rst')
-rw-r--r--doc/source/changes.rst2
1 files changed, 2 insertions, 0 deletions
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.