diff options
author | Lingchaox Xin <lingchaox.xin@intel.com> | 2013-08-07 15:25:21 +0800 |
---|---|---|
committer | Guido Günther <agx@sigxcpu.org> | 2013-09-04 22:35:23 +0200 |
commit | 171579fa5f27ea91563920d672c5b89d1c16f78b (patch) | |
tree | 6c3646a55d845b227d9b1767ea55a0542426a55e /tests | |
parent | 1320de2ae2434a89979f1c753fdef67ddcfb4aea (diff) | |
download | git-buildpackage-171579fa5f27ea91563920d672c5b89d1c16f78b.tar.gz git-buildpackage-171579fa5f27ea91563920d672c5b89d1c16f78b.tar.bz2 git-buildpackage-171579fa5f27ea91563920d672c5b89d1c16f78b.zip |
GitRepository.fetch: Add 'all_remotes' option
Signed-off-by: Lingchaox Xin <lingchaox.xin@intel.com>
Signed-off-by: Markus Lehtonen <markus.lehtonen@linux.intel.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_GitRepository.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_GitRepository.py b/tests/test_GitRepository.py index 2ee550ec..699ecd44 100644 --- a/tests/test_GitRepository.py +++ b/tests/test_GitRepository.py @@ -601,6 +601,7 @@ def test_fetch(): >>> clone.fetch('foo') >>> clone.fetch('foo', tags=True) >>> clone.fetch('foo', refspec='refs/heads/master') + >>> clone.fetch(all_remotes=True) >>> clone.remove_remote_repo('foo') """ |