pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
cvs2hg: re-order arguments, unquote
Module Name: pkgsrc-wip
Committed By: Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By: wiz
Date: Mon Jul 3 13:54:05 2023 +0200
Changeset: bb1f30fcd6a02ae03b01fcd085d38797c545747b
Modified Files:
cvs2hg/files/cvs2hg
Log Message:
cvs2hg: re-order arguments, unquote
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=bb1f30fcd6a02ae03b01fcd085d38797c545747b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
cvs2hg/files/cvs2hg | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diffs:
diff --git a/cvs2hg/files/cvs2hg b/cvs2hg/files/cvs2hg
index e413b199bf..059c72786c 100644
--- a/cvs2hg/files/cvs2hg
+++ b/cvs2hg/files/cvs2hg
@@ -55,7 +55,7 @@ then
fi
SRC="$1"
BASE="$2"
-cvs2fossil "$fixup" -m "$SRC" "$BASE"
+cvs2fossil -m "$SRC" $fixup "$BASE"
# creates "$BASE" and "$BASE".fossil, but we don't need "$BASE"
rm -f "$BASE"
# convert to git
Home |
Main Index |
Thread Index |
Old Index