Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (47513b7ca9422727fa0afd60bc1585fc2a554840)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (47513b7ca9422727fa0afd60bc1585fc2a554840)
  • Date: Tue, 28 Aug 2007 05:52:48 -0500

GIT changes to master sorcery by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 3 +++
usr/sbin/scribe | 4 ++--
2 files changed, 5 insertions(+), 2 deletions(-)

New commits:
commit 47513b7ca9422727fa0afd60bc1585fc2a554840
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

scribe: fixed a bad message when updating local grimoires

diff --git a/ChangeLog b/ChangeLog
index 89e9702..973381d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-08-28 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * scribe: fixed a bad message when updating local grimoires
+
2007-08-12 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
* gaze: fixed bad temporary dir usage #13588
fixed "gaze from" matching state files #13941 and made it avoid
passing
diff --git a/usr/sbin/scribe b/usr/sbin/scribe
index 617d628..18ec7eb 100755
--- a/usr/sbin/scribe
+++ b/usr/sbin/scribe
@@ -638,7 +638,7 @@ function scribe_update() {
fi

if codex_is_local $grimoire; then
- message "${SPELL_COLOR}$grim${MESSAGE_COLOR} is being marked" \
+ message "${SPELL_COLOR}$grim${MESSAGE_COLOR} is marked" \
"as local. Won't update.${DEFAULT_COLOR}"
if [[ "$2" == "from" ]] ; then shift 3 ; else shift 1 ; fi
continue
@@ -669,7 +669,7 @@ function scribe_update() {
fi

if codex_is_local $grimoire; then
- message "${SPELL_COLOR}$grim${MESSAGE_COLOR} is being marked as
local. Won't update.${DEFAULT_COLOR}"
+ message "${SPELL_COLOR}$grim${MESSAGE_COLOR} is marked as local.
Won't update.${DEFAULT_COLOR}"
continue
fi




  • [SM-Commit] GIT changes to master sorcery by Jaka Kranjc (47513b7ca9422727fa0afd60bc1585fc2a554840), Jaka Kranjc, 08/28/2007

Archive powered by MHonArc 2.6.24.

Top of Page