Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2745e66dc3f60c3465633cdcfb0cc00d51d21bad)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2745e66dc3f60c3465633cdcfb0cc00d51d21bad)
  • Date: Wed, 7 Sep 2011 03:51:53 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 3 +++
python-pypi/crecord/DEPENDS | 1 +
python-pypi/crecord/DETAILS | 23 +++++++++++++++++++++++
python-pypi/crecord/HISTORY | 3 +++
python-pypi/crecord/PREPARE | 2 ++
5 files changed, 32 insertions(+)

New commits:
commit 2745e66dc3f60c3465633cdcfb0cc00d51d21bad
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

crecord: new spell, Mercurial extension to interactively edit commits

diff --git a/ChangeLog b/ChangeLog
index 76105c4..edd8bf8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2011-09-07 Ismael Luceno <ismael AT sourcemage.org>
+ * python-pypi/crecord: new spell, Mercurial extension to
interactively edit commits
+
2011-09-06 Bor Kraljič <pyrobor AT ver.si>
* kde4-apps/kdebluetooth4: spell deprecated [replaced by bluedevil]
* kde4-look/lancelot: spell deprecated [lancelot is part of
kdeplasmoids4]
diff --git a/python-pypi/crecord/DEPENDS b/python-pypi/crecord/DEPENDS
new file mode 100755
index 0000000..f1b4654
--- /dev/null
+++ b/python-pypi/crecord/DEPENDS
@@ -0,0 +1 @@
+depends mercurial
diff --git a/python-pypi/crecord/DETAILS b/python-pypi/crecord/DETAILS
new file mode 100755
index 0000000..d608a2a
--- /dev/null
+++ b/python-pypi/crecord/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=crecord
+if [[ "$CRECORD_SCM_AUTOUPDATE" = y ]]; then
+ VERSION=$(date +%Y%m%d)
+else
+ VERSION=scm
+fi
+ SOURCE=$SPELL-scm.tar.bz2
+ SOURCE_URL[0]=hg_https://bitbucket.org/edgimar/$SPELL:$SPELL-scm
+ SOURCE_IGNORE=volatile
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-scm"
+ WEB_SITE="https://bitbucket.org/edgimar/crecord/wiki/Home";
+ LICENSE[0]=GPL
+ ENTERED=20110907
+ SHORT="Mercurial extension to interactively edit commits"
+cat << EOF
+The crecord mercurial extension allows you to interactively choose among the
+changes you have made (with line-level granularity), and commit only those
+changes you select.
+
+After committing the selected changes, the unselected changes are still
present
+in your working copy, so you can use crecord multiple times to split large
+changes into several smaller changesets.
+EOF
diff --git a/python-pypi/crecord/HISTORY b/python-pypi/crecord/HISTORY
new file mode 100644
index 0000000..669042f
--- /dev/null
+++ b/python-pypi/crecord/HISTORY
@@ -0,0 +1,3 @@
+2011-09-07 Ismael Luceno <ismael AT sourcemage.org>
+ * DEPENDS, DETAILS, PREPARE: spell created
+
diff --git a/python-pypi/crecord/PREPARE b/python-pypi/crecord/PREPARE
new file mode 100755
index 0000000..f2656f3
--- /dev/null
+++ b/python-pypi/crecord/PREPARE
@@ -0,0 +1,2 @@
+config_query CRECORD_SCM_AUTOUPDATE \
+ "Automaticaly update every system update?" n



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (2745e66dc3f60c3465633cdcfb0cc00d51d21bad), Ismael Luceno, 09/07/2011

Archive powered by MHonArc 2.6.24.

Top of Page