[geany/geany] 8099fd: Remove leftover references to SVN

Colomban Wendling git-noreply at xxxxx
Sat Jan 9 18:59:09 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sat, 09 Jan 2016 18:59:09 UTC
Commit:      8099fddd9262be2888986a40e842b78f13dac050
             https://github.com/geany/geany/commit/8099fddd9262be2888986a40e842b78f13dac050

Log Message:
-----------
Remove leftover references to SVN

Closes #856.


Modified Paths:
--------------
    README.I18N
    configure.ac
    m4/geany-revision.m4

Modified: README.I18N
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -4,7 +4,7 @@ Quick Guide for new translations
 If you would like to translate Geany into another language, have a look at the
 language statistics page at [1] first to see if your desired language already
 exists. If it already exists, please read the "Notes for updating translations"
-section. Otherwise, get the SVN version of Geany, change to the po directory and
+section. Otherwise, get the Git version of Geany, change to the po directory and
 start the new translation with:
 
 $ msginit -l ll_CC -o ll.po -i geany.pot


Modified: configure.ac
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -55,8 +55,8 @@ AC_CHECK_FUNCS([ftruncate fgetpos fnmatch mkstemp strerror strstr])
 # autoscan end
 
 
-# check for SVN revision
-GEANY_CHECK_REVISION([dnl force debug mode for a SVN working copy
+# check for VCS revision
+GEANY_CHECK_REVISION([dnl force debug mode for a VCS working copy
 					  CFLAGS="-g -DGEANY_DEBUG $CFLAGS"])
 
 


Modified: m4/geany-revision.m4
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -1,6 +1,6 @@
 dnl GEANY_CHECK_REVISION([action-if-found], [action-if-not-found])
-dnl Check for the Git-SVN or SVN revision and set REVISION to
-dnl "r<revnum>" or to "-1" if the revision can't be found
+dnl Check for the Git revision and set REVISION to "<revid>"
+dnl or to "-1" if the revision can't be found
 dnl Also AC_DEFINEs REVISION
 AC_DEFUN([GEANY_CHECK_REVISION],
 [



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list