summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-11-24 23:55:51 +0100
committerSebastian Thiel <byronimo@gmail.com>2010-11-24 23:55:51 +0100
commit2c12fef1b1971ba7a50e7e5c497caf51e0f68479 (patch)
treec9179ff275c259585468985b862dd172fb4d8958 /doc
parentcf1d5bd4208514bab3e6ee523a70dff8176c8c80 (diff)
downloadgitpython-2c12fef1b1971ba7a50e7e5c497caf51e0f68479.tar.gz
Submodule: Added dry_run and progress parameter to the update method. It is copatible to the RemoteProgress and should satisfy all progress needs. Dryrun will be useful in conjunction with the progress to verify the changes to be done
Diffstat (limited to 'doc')
-rw-r--r--doc/source/changes.rst8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/source/changes.rst b/doc/source/changes.rst
index d820c8ca..74692955 100644
--- a/doc/source/changes.rst
+++ b/doc/source/changes.rst
@@ -21,15 +21,11 @@ Changelog
* ``create(...)`` method now supports the reflog, but will not raise ``GitCommandError`` anymore as it is a pure python implementation now. Instead, it raises ``OSError``.
- * **Intrusive Changes** to ``Actor`` type
-
- * the *name* field is now using unicode if ascii does not match
-
* **Intrusive Changes** to ``Repo`` type
- * ``create_head(...)`` method does not support **kwargs anymore, instead it supports a logmsg parameter
+ * ``create_head(...)`` method does not support kwargs anymore, instead it supports a logmsg parameter
-* Repo.rev_parse now supports the [ref]@{n} syntax, where n is the number of steps to look into the reference's past
+* Repo.rev_parse now supports the [ref]@{n} syntax, where *n* is the number of steps to look into the reference's past
* **BugFixes**