pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

cvs2hg: restore '-m' lost in conversion to Python



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%gatalith.at@localhost>
Pushed By:	wiz
Date:		Thu Jul 13 22:29:00 2023 +0200
Changeset:	6d15598f9d3e12e58b6cbfde0d5920404bc476e5

Modified Files:
	cvs2hg/Makefile
	cvs2hg/files/cvs2hg

Log Message:
cvs2hg: restore '-m' lost in conversion to Python

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=6d15598f9d3e12e58b6cbfde0d5920404bc476e5

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 cvs2hg/Makefile     | 2 +-
 cvs2hg/files/cvs2hg | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs:
diff --git a/cvs2hg/Makefile b/cvs2hg/Makefile
index d1dbd29760..3bb8fe600e 100644
--- a/cvs2hg/Makefile
+++ b/cvs2hg/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-PKGNAME=		cvs2hg-2.0
+PKGNAME=		cvs2hg-2.1
 CATEGORIES=		devel scm
 
 MAINTAINER=		wiz%NetBSD.org@localhost
diff --git a/cvs2hg/files/cvs2hg b/cvs2hg/files/cvs2hg
index 47c5b1f41e..d3db912826 100755
--- a/cvs2hg/files/cvs2hg
+++ b/cvs2hg/files/cvs2hg
@@ -69,7 +69,7 @@ parser.add_argument('destination', type=str,
                     help='base name of target Mercurial repository')
 args = parser.parse_args()
 
-run_args = ['cvs2fossil']
+run_args = ['cvs2fossil', '-m']
 if args.fixup_sql_script:
     run_args += ['-f', args.fixup_sql_script]
 if args.merge_limit:


Home | Main Index | Thread Index | Old Index