From 07fba4ac2bcf9b85607143c321db1ebb34be959c Mon Sep 17 00:00:00 2001 From: Alain Reguera Delgado Date: Oct 10 2012 19:38:04 +0000 Subject: Update `Functions/Help/Texinfo/texinfo_deleteEntrySection.sh' file. --- diff --git a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh index d1d6b50..54cc4e6 100755 --- a/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh +++ b/Scripts/Bash/Functions/Help/Texinfo/texinfo_deleteEntrySection.sh @@ -32,13 +32,9 @@ function texinfo_deleteEntrySection { # cannot delete an entry which doesn't exist. cli_checkFiles -e "$MANUAL_ENTRY" - # Revert pending changes inside the section entry in order to - # prepare the file for deletion. - svn revert $MANUAL_ENTRY --quiet - # Remove documentation entry using subversion to register the # change. - svn del $MANUAL_ENTRY --quiet + ${CLI_NAME} svn --delete $MANUAL_ENTRY # Update section menu, nodes and cross references. texinfo_updateStructureSection "${MANUAL_ENTRY}" --delete