From db79c5db34498bc353f7d1e10bb1f4b7140d876b Mon Sep 17 00:00:00 2001 From: Lingchaox Xin Date: Fri, 5 Jul 2013 17:50:48 +0800 Subject: GitRepository.pull: Add 'all_remotes' option Also changes the method to utilize the GitArgs class. Signed-off-by: Lingchaox Xin Signed-off-by: Markus Lehtonen --- tests/test_GitRepository.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests') diff --git a/tests/test_GitRepository.py b/tests/test_GitRepository.py index b12f8d4..f48db0a 100644 --- a/tests/test_GitRepository.py +++ b/tests/test_GitRepository.py @@ -595,6 +595,8 @@ def test_pull(): >>> clone = gbp.git.GitRepository(d) >>> clone.set_branch('master') >>> clone.pull() + >>> clone.pull(all_remotes=True) + >>> clone.pull('origin', all_remotes=True) """ def test_fetch(): -- cgit v1.2.3