Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 245422
Collapse All | Expand All

(-)bin/repoman (+5 lines)
Lines 1878-1883 Link Here
1878
		print green("------------------------------------------------------------------------------")
1878
		print green("------------------------------------------------------------------------------")
1879
		print
1879
		print
1880
1880
1881
		# Having a leading ./ prefix on file paths can trigger a bug in
1882
		# the cvs server when committing files to multiple directories,
1883
		# so strip the prefix.
1884
		myfiles = [f.lstrip("./") for f in myfiles]
1885
1881
		retval = None
1886
		retval = None
1882
		if options.pretend:
1887
		if options.pretend:
1883
			if vcs == "cvs":
1888
			if vcs == "cvs":

Return to bug 245422