From: David Bremner Date: Sat, 12 Nov 2011 05:35:41 +0000 (-0500) Subject: update the example of using nmbug X-Git-Url: https://git.cworth.org/git?p=obsolete%2Fnotmuch-wiki;a=commitdiff_plain;h=2dd16cdbcb40ef75184bc2accd506a5ad9d2f1c8 update the example of using nmbug --- 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