Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master quill by Andraž Levstik (137b52a9aa041e9fc308512c6810fcea5796b689)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andraž Levstik <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master quill by Andraž Levstik (137b52a9aa041e9fc308512c6810fcea5796b689)
  • Date: Thu, 23 Apr 2009 09:48:29 -0500

GIT changes to master quill by Andraž Levstik <ruskie+2054d253 AT codemages.net>:

var/lib/quill/ChangeLog | 5 +++++
var/lib/quill/modules/libcopy | 2 +-
var/lib/quill/version | 2 +-
3 files changed, 7 insertions(+), 2 deletions(-)

New commits:
commit 137b52a9aa041e9fc308512c6810fcea5796b689
Author: Andraž Levstik <ruskie+2054d253 AT codemages.net>
Commit: Andraž Levstik <ruskie+2054d253 AT codemages.net>

libcopy: fixed to allow for non /var/lib/sorcery/codex grimoires

diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index 7c75d8f..ef95a37 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,3 +1,8 @@
+2009-04-23 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
+ * libcopy: added lookup so that grimoires not in
/var/lib/sorcery/codex get
+ properly setup
+ * version: 0.3.0-rc17
+
2009-04-19 Andraž "ruskie" Levstik <ruskie+f03a580f AT codemages.net>
* libcore: fixed the issue of auto jumping over the Add executable
bit to
file, also this is better as it more specific on what files need it
diff --git a/var/lib/quill/modules/libcopy b/var/lib/quill/modules/libcopy
index 36d0f9d..c24a3a8 100644
--- a/var/lib/quill/modules/libcopy
+++ b/var/lib/quill/modules/libcopy
@@ -172,7 +172,7 @@ function quill_final_put_in_grimoire() {
query_list "Into which grimoire do you wish to put the spell:"
quill_grim_name \
"" $(codex_get_all_grimoires | get_basenames)
echo
- quill_grim_name=$(codex_canonicalize_grimoire_name $quill_grim_name)
+ quill_grim_name=$(codex_canonicalize_grimoire_name $quill_grim_name
lookup)

# can't use query_list, as the section count can be bigger than the
available index
message "Available sections in grimoire $quill_grim_name:"
diff --git a/var/lib/quill/version b/var/lib/quill/version
index 3cb33bb..6e9d27f 100644
--- a/var/lib/quill/version
+++ b/var/lib/quill/version
@@ -1 +1 @@
-0.3.0-rc16
+0.3.0-rc17



  • [SM-Commit] GIT changes to master quill by Andraž Levstik (137b52a9aa041e9fc308512c6810fcea5796b689), Andraž Levstik, 04/23/2009

Archive powered by MHonArc 2.6.24.

Top of Page