From: Joey Hess Date: Mon, 12 May 2008 19:23:44 +0000 (-0400) Subject: For the checkout command, MR_REPO was set to the name of the parent directory of... X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/c2658ac188a6f6937d729752880e1473e932322c?hp=c2658ac188a6f6937d729752880e1473e932322c For the checkout command, MR_REPO was set to the name of the parent directory of the directory to checkout. It is supposed to be the path to the directory itself though; fixed this. Closes: #480424 ---