summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-02-07 23:07:55 +0000
committerUlrich Müller <ulm@gentoo.org>2011-02-07 23:07:55 +0000
commita7d5f8e3218ca812fe6f5f5a73481fd4053b70f7 (patch)
tree319844cba014b25d39a5b9367b4ad10a2f3f1554 /eclass
parentSave EBZR_WC_PATH in environment, bug 311101. (diff)
downloademacs-a7d5f8e3218ca812fe6f5f5a73481fd4053b70f7.tar.gz
emacs-a7d5f8e3218ca812fe6f5f5a73481fd4053b70f7.tar.bz2
emacs-a7d5f8e3218ca812fe6f5f5a73481fd4053b70f7.zip
Add a comment.
svn path=/emacs-overlay/; revision=1611
Diffstat (limited to 'eclass')
-rw-r--r--eclass/bzr.eclass1
1 files changed, 1 insertions, 0 deletions
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")