summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: f005dba)
raw | patch | inline | side by side (parent: f005dba)
author | Matthias Urlichs <smurf@smurf.noris.de> | |
Sun, 16 Oct 2005 17:57:38 +0000 (19:57 +0200) | ||
committer | Matthias Urlichs <smurf@smurf.noris.de> | |
Sun, 16 Oct 2005 17:57:38 +0000 (19:57 +0200) |
Reworded the exit message, as per Kalle Valo's suggestion (but shorter).
Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
Signed-Off-By: Matthias Urlichs <smurf@smurf.noris.de>
git-svnimport.perl | patch | blob | history |
diff --git a/git-svnimport.perl b/git-svnimport.perl
index aa8fa404e65756038411662bd3b0a643d85d6034..45486a852cd21dd05b5ea4fb7a2b29e4addd7606 100755 (executable)
--- a/git-svnimport.perl
+++ b/git-svnimport.perl
$svn->{'svn'}->get_log("/",$current_rev,$current_rev,$current_rev,1,1,\&_commit_all,"");
commit_all();
if($opt_l and not --$opt_l) {
- print STDERR "Exiting due to a memory leak. Repeat, please.\n";
+ print STDERR "Stopping, because there is a memory leak (in the SVN library).\n";
+ print STDERR "Please repeat this command; it will continue safely\n";
last;
}
}