]> git.cworth.org Git - notmuch-wiki/commitdiff
update the example of using nmbug
authorDavid Bremner <bremner@unb.ca>
Sat, 12 Nov 2011 05:35:41 +0000 (00:35 -0500)
committerDavid Bremner <bremner@unb.ca>
Sat, 12 Nov 2011 05:35:41 +0000 (00:35 -0500)
nmbug.mdwn

index e216a54ea1ab62d5aa49ce5f4afd373fe289efff..43290b200f37a66cd107d2da9676da16be8915fb 100644 (file)
 
     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