[mutter] configure.in: it's git, not Subversion



commit 0b6d6e517d9abf22920fca2310420e3b7f33d627
Author: Diego Escalante Urrelo <descalante igalia com>
Date:   Mon Nov 22 02:19:56 2010 -0500

    configure.in: it's git, not Subversion
    
    Bug #635493

 configure.in |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.in b/configure.in
index 09d1f63..2073052 100644
--- a/configure.in
+++ b/configure.in
@@ -574,7 +574,7 @@ if expr $MUTTER_MINOR_VERSION % 2 > /dev/null ; then
    stable_version=`expr $MUTTER_MINOR_VERSION - 1`
    echo "This is the UNSTABLE branch of mutter"
    echo -n "Use 2.$stable_version.x for stable "
-   echo    "(gnome-2-$stable_version branch in Subversion)"
+   echo    "(gnome-2-$stable_version branch in git)"
 else
    echo "This is the stable branch of mutter"
 fi



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