commit | db6f1b088425d0c5060f362e25c4028b2f2adb8c | [log] [tgz] |
---|---|---|
author | Conley Owens <cco3@android.com> | Fri Jan 30 19:36:04 2015 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Fri Jan 30 19:36:06 2015 +0000 |
tree | 18bbc19e3cfdf525905d85fd1635e69a9f6805d0 | |
parent | ee6908442102008df57b46271323d9b06d5fdfbf [diff] | |
parent | f97e8383a3b180fb5aa186f8cebc4c98d7787778 [diff] |
Merge "Use depth flag when fetching"
diff --git a/project.py b/project.py index 49db02e..4e9dba7 100644 --- a/project.py +++ b/project.py
@@ -1822,9 +1822,7 @@ cmd = ['fetch'] - # The --depth option only affects the initial fetch; after that we'll do - # full fetches of changes. - if depth and initial: + if depth: cmd.append('--depth=%s' % depth) if quiet: