Author: carnil Date: 2017-12-29 19:16:44 +0000 (Fri, 29 Dec 2017) New Revision: 59016
Modified: bin/check-new-issues Log: check-new-issues: Do not mention svn command for review process If at all mention 'git diff' and 'git reset' et al. Signed-off-by: Salvatore Bonaccorso <[email protected]> Modified: bin/check-new-issues =================================================================== --- bin/check-new-issues 2017-12-29 19:16:42 UTC (rev 59015) +++ bin/check-new-issues 2017-12-29 19:16:44 UTC (rev 59016) @@ -40,7 +40,7 @@ print_commands; print <<'EOF'; -Use "svn diff" and "svn revert" as needed ;-) +Use "git diff" and "git reset" as needed ;-) OPTIONS: [ -l [-n <n>] [-f] ] -l : just list issues _______________________________________________ Secure-testing-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/secure-testing-commits

