From 2dd16cdbcb40ef75184bc2accd506a5ad9d2f1c8 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Sat, 12 Nov 2011 00:35:41 -0500 Subject: [PATCH] update the example of using nmbug --- nmbug.mdwn | 17 +++++++++++------ 1 file 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 -- 2.43.0