From: ianmdlvl Date: Fri, 31 Dec 2004 15:52:31 +0000 (+0000) Subject: @@ -1,3 +1,9 @@ X-Git-Tag: debian_version_4_0_99_0_13 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ian/git?p=chiark-utils.git;a=commitdiff_plain;h=49d70032448b886fc0de88ffd9a4843845deb93b @@ -1,3 +1,9 @@ +chiark-utils (4.0.99.0.13) unstable; urgency=low + + * Fix usage message for cvs-repomove to be accurate. + + -- Ian Jackson Fri, 31 Dec 2004 15:52:25 +0000 + chiark-utils (4.0.99.0.12) unstable; urgency=low * New `cvs-adjustroot' and `cvs-repomove' scripts (no documentation). --- diff --git a/debian/changelog b/debian/changelog index 5dd01bd..1a99bed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +chiark-utils (4.0.99.0.13) unstable; urgency=low + + * Fix usage message for cvs-repomove to be accurate. + + -- Ian Jackson Fri, 31 Dec 2004 15:52:25 +0000 + chiark-utils (4.0.99.0.12) unstable; urgency=low * New `cvs-adjustroot' and `cvs-repomove' scripts (no documentation). diff --git a/scripts/cvs-repomove b/scripts/cvs-repomove index a0890af..d53528d 100755 --- a/scripts/cvs-repomove +++ b/scripts/cvs-repomove @@ -2,9 +2,9 @@ set -e print_usage () { cat <<'END' usage: - in repository directory + to move repository directory, cd to anywhere and cvs-repomove --move local-repo module hostname remote-repo - in working directory + to adjust CVS/Root afterwards, in each working directory cvs-repomove automatically update **/CVS/Root END }