Update another comment to reflect reality.
authorGuy Harris <guy@alum.mit.edu>
Sun, 25 Jan 2015 22:37:44 +0000 (14:37 -0800)
committerGuy Harris <guy@alum.mit.edu>
Sun, 25 Jan 2015 22:38:13 +0000 (22:38 +0000)
Change-Id: I9747b746ed7c38ed3aa78f19ae20b61e142b94cc
Reviewed-on: https://code.wireshark.org/review/6785
Reviewed-by: Guy Harris <guy@alum.mit.edu>
make-version.pl

index af75a6986ba1ade9653f8a23c31f1878ea144ec0..5242282ad39a7fa3f9f76d11e81852cd726cc208 100755 (executable)
@@ -106,8 +106,7 @@ $ENV{LANG} = "C";
 $ENV{LC_ALL} = "C";
 $ENV{GIT_PAGER} = "";
 
-# Run "svn info".  Parse out the most recent modification time and the
-# revision number.
+# Attempt to get revision information from the repository.
 sub read_repo_info {
        my $line;
        my $version_format = $version_pref{"format"};