From a7d5f8e3218ca812fe6f5f5a73481fd4053b70f7 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Mon, 7 Feb 2011 23:07:55 +0000 Subject: Add a comment. svn path=/emacs-overlay/; revision=1611 --- eclass/bzr.eclass | 1 + 1 file changed, 1 insertion(+) (limited to 'eclass') diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass index 0af7420..ec2bf27 100644 --- a/eclass/bzr.eclass +++ b/eclass/bzr.eclass @@ -207,6 +207,7 @@ bzr_fetch() { # Clean up if the existing local copy is a checkout (as was the case # with an older version of bzr.eclass). + # This test can be removed after 1 Mar 2012. if [[ ${EBZR_FETCH_CMD} != *checkout* && -d ${repo_dir}/.bzr/checkout ]] then local tmpname=$(mktemp -u "${repo_dir}._old_.XXXXXX") -- cgit v1.2.3-65-gdbad