From e00bf792077d59b3344f0d14f3192806c42d54bd Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 13 Jun 2011 17:03:47 +0200 Subject: root submodule: Added parent_commit parameter for convenience. Fixed submodule tests to run --- git/objects/submodule/base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git/objects/submodule/base.py') diff --git a/git/objects/submodule/base.py b/git/objects/submodule/base.py index 0fdb121d..a33dd8ad 100644 --- a/git/objects/submodule/base.py +++ b/git/objects/submodule/base.py @@ -89,7 +89,7 @@ class Submodule(util.IndexObject, Iterable, Traversable, RepoAliasMixin): :param repo: Our parent repository :param binsha: binary sha referring to a commit in the remote repository, see url parameter - :param parent_commit: see set_parent_commit() + :param parent_commit: a Commit object instance, see set_parent_commit() for more information :param url: The url to the remote repository which is the submodule :param branch_path: full (relative) path to ref to checkout when cloning the remote repository""" super(Submodule, self).__init__(repo, binsha, mode, path) -- cgit v1.2.3