mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-04-13 22:23:04 +00:00
scripts: replace calls to svn with calls to hg in script to renumber patches
This commit is contained in:
parent
a83479174b
commit
5bbc211198
@ -23,9 +23,9 @@ dir="${1}"
|
||||
cpt="${2}"
|
||||
inc="${3}"
|
||||
|
||||
case "$(LC_ALL=C svnversion "${dir}" 2>/dev/null)" in
|
||||
exported) CMD="mv -v";;
|
||||
*) CMD="svn mv";;
|
||||
case "$(LC_ALL=C hg id "${dir}" 2>/dev/null)" in
|
||||
"") CMD="mv -v";;
|
||||
*) CMD="hg mv";;
|
||||
esac
|
||||
|
||||
for p in "${dir}"/*.patch; do
|
||||
|
Loading…
x
Reference in New Issue
Block a user