From: Joey Hess Date: Thu, 18 Oct 2007 18:29:24 +0000 (-0400) Subject: improve changelog X-Git-Url: https://git.madduck.net/code/myrepos.git/commitdiff_plain/60b5987c6fd0e98be1b9a32560731953d7cc8827 improve changelog --- diff --git a/debian/changelog b/debian/changelog index 7a56883..8ba90b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,6 @@ mr (0.4) UNRELEASED; urgency=low - * Fix mr register to work when -c is specified using a relative path and - is used to register a sibdirectory. + * Fix mr register of a subdir also work with -c. * Signal handling for commands run by mr, including handling of SIGINT to stop mr. * Ensure parent dir exists prior to checkout. (madduck)