Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 273135
Collapse All | Expand All

(-)mercurial.eclass.org (-3 / +1 lines)
Lines 96-105 Link Here
96
96
97
	# Checkout working copy:
97
	# Checkout working copy:
98
	einfo "Creating working directory in ${WORKDIR}/${module} (revision: ${EHG_REVISION})"
98
	einfo "Creating working directory in ${WORKDIR}/${module} (revision: ${EHG_REVISION})"
99
	hg clone \
99
	hg archive \
100
		--quiet \
101
		--rev="${EHG_REVISION}" \
100
		--rev="${EHG_REVISION}" \
102
		"${hg_src_dir}/${EHG_PROJECT}/${module}" \
103
		"${WORKDIR}/${module}" || die "hg clone failed"
101
		"${WORKDIR}/${module}" || die "hg clone failed"
104
}
102
}
105
103

Return to bug 273135