chiark / gitweb /
fetch_from_archive: Mention that git_fetch_us must be called first
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Sep 2016 11:37:49 +0000 (12:37 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Sun, 18 Sep 2016 12:27:59 +0000 (13:27 +0100)
Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
dgit

diff --git a/dgit b/dgit
index a78e2fbc6d7e3ecc0011b397335dda90fcfc2b44..55a20df84c70415c30389416f4a71404a5193f84 100755 (executable)
--- 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) {