summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2016-09-18 12:37:49 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2016-09-18 13:27:59 +0100
commite5038c74011be7177d65aa58437a020b0948812d (patch)
tree86428183d615abcd38722ff7c94cf1ba860b77e0
parentffa77109e724cac602efcb292afd5e5be0f82881 (diff)
fetch_from_archive: Mention that git_fetch_us must be called first
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rwxr-xr-xdgit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit b/dgit
index a78e2fb..55a20df 100755
--- a/dgit
+++ b/dgit
@@ -1806,7 +1806,7 @@ sub fetch_from_archive () {
# or another, according to us - ie this client's
# appropritaely-updated archive view. Also returns the commit id.
# If there is nothing in the archive, leaves lrref alone and
- # returns undef.
+ # returns undef. git_fetch_us must have already been called.
get_archive_dsc();
if ($dsc) {