[csw-devel] SF.net SVN: opencsw:[547] gar-wrapper

skayser at users.sourceforge.net skayser at users.sourceforge.net
Sat Sep 24 10:02:28 CEST 2011


Revision: 547
          http://opencsw.svn.sourceforge.net/opencsw/?rev=547&view=rev
Author:   skayser
Date:     2011-09-24 08:02:28 +0000 (Sat, 24 Sep 2011)
Log Message:
-----------
mgar: add command alias update for up

Modified Paths:
--------------
    gar-wrapper/CHANGES
    gar-wrapper/mgar

Modified: gar-wrapper/CHANGES
===================================================================
--- gar-wrapper/CHANGES	2011-09-24 08:00:56 UTC (rev 546)
+++ gar-wrapper/CHANGES	2011-09-24 08:02:28 UTC (rev 547)
@@ -1,6 +1,7 @@
 Changes with 0.94-dev:
 * NEW command "status" to query VCS status (^= svn status)
 * NEW command "reindex" to drop and re-build the search index
+* NEW command alias (or rather full name) "update" for "up"
 * DROP command "scm", typing "svn <sth>" is shorter than "mgar scm <sth>"
 * CHANGE "locate" command output now sorted
 * FIX "index" now properly encodes file paths with special signs (e.g. '+')

Modified: gar-wrapper/mgar
===================================================================
--- gar-wrapper/mgar	2011-09-24 08:00:56 UTC (rev 546)
+++ gar-wrapper/mgar	2011-09-24 08:02:28 UTC (rev 547)
@@ -606,7 +606,7 @@
           reindex) rm -rf "$BUILDTREE/.index"; $0 index;;
      show-pkgtree) echo "$BUILDTREE";;
            status) svn status;;
-               up) if [ "${2:-}" == "--all" ]; then
+        update|up) if [ "${2:-}" == "--all" ]; then
                      $0 up-all
                    elif [ "${2:-}" == "--self" ]; then
                      update_self ${3:-}

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list