summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Bremner <bremner@unb.ca>2011-11-12 00:35:41 -0500
committerDavid Bremner <bremner@unb.ca>2011-11-12 00:35:41 -0500
commit2dd16cdbcb40ef75184bc2accd506a5ad9d2f1c8 (patch)
treefc547a8d6735e6ecf574c9829f4f2caad2dded3b
parent77a2c3797db7c527af3f40d417f411f39f340af2 (diff)
update the example of using nmbug
-rw-r--r--nmbug.mdwn17
1 files changed, 11 insertions, 6 deletions
diff --git a/nmbug.mdwn b/nmbug.mdwn
index e216a54..43290b2 100644
--- a/nmbug.mdwn
+++ b/nmbug.mdwn
@@ -13,17 +13,22 @@
git clone --bare git://pivot.cs.unb.ca/nmbug.git $HOME/.nmbug
-
## Using nmbug
- # suck in the tags
- $ nmbug checkout
+ # get the latest version of the tags
+ $ nmbug pull
- [ do some tagging; see below for conventions ]
+ # do some tagging; see below for conventions
+
+ $ notmuch tag +notmuch::patch $id
+
+ # optionally inspect your changes
+ $ nmbug status
+ A tags/$id/patch
+ # write the tag changes from the notmuch
$ nmbug commit
-
-
+
## Submitting tags.
For the moment, we are using a central repo, hosted at