diff options
author | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 09:34:44 +0100 |
---|---|---|
committer | Sebastian Thiel <byronimo@gmail.com> | 2010-11-23 09:34:44 +0100 |
commit | 739fa140235cc9d65c632eaf1f5cacc944d87cfb (patch) | |
tree | dd6033cadd281858a0d1fd8f477c79b30513b9eb /objects/submodule/root.py | |
parent | dec4663129f72321a14efd6de63f14a7419e3ed2 (diff) | |
download | gitpython-739fa140235cc9d65c632eaf1f5cacc944d87cfb.tar.gz |
Fixed remaining tests - lets hope that everything is indeed working correctly - as imports changed, every line of code needs to be run to assure all names can be resolved
Diffstat (limited to 'objects/submodule/root.py')
-rw-r--r-- | objects/submodule/root.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/objects/submodule/root.py b/objects/submodule/root.py index 2e3cc775..d194cd5b 100644 --- a/objects/submodule/root.py +++ b/objects/submodule/root.py @@ -48,8 +48,7 @@ class RootModule(Submodule): :param previous_commit: If set to a commit'ish, the commit we should use as the previous commit the HEAD pointed to before it was set to the commit it points to now. - If None, it defaults to ORIG_HEAD otherwise, or the parent of the current - commit if it is not given + If None, it defaults to HEAD@{1} otherwise :param recursive: if True, the children of submodules will be updated as well using the same technique :param force_remove: If submodules have been deleted, they will be forcibly removed. |