We don't expect SC_VCS to be git-cvs.
This commit is contained in:
parent
59dd01f1c7
commit
849ccc9cf7
@ -399,7 +399,7 @@ main() {
|
||||
|
||||
# With DVCS repos, we do not do ChangeLogs by default...
|
||||
# ...at least unless they're already there.
|
||||
if [ ${SC_VCS#git-} = svn -o ${SC_VCS#git-} = cvs -o -f ChangeLog ]; then
|
||||
if [ ${SC_VCS#git-} = svn -o ${SC_VCS} = cvs -o -f ChangeLog ]; then
|
||||
sayv 'Cleaning up the ChangeLog...'
|
||||
vcs_reset ChangeLog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user