[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH 02/12] 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 <carnil@debian.org>
---
 bin/check-new-issues | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bin/check-new-issues b/bin/check-new-issues
index cf62a939fa..8d71185b75 100755
--- a/bin/check-new-issues
+++ b/bin/check-new-issues
@@ -40,7 +40,7 @@ EOF
     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 
-- 
2.15.1


Reply to: