From e5038c74011be7177d65aa58437a020b0948812d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 18 Sep 2016 12:37:49 +0100 Subject: [PATCH] fetch_from_archive: Mention that git_fetch_us must be called first Signed-off-by: Ian Jackson --- dgit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dgit b/dgit index a78e2fbc..55a20df8 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) { -- 2.30.2