diff options
| author | W. Trevor King <wking@tremily.us> | 2017-10-10 13:26:22 -0700 |
|---|---|---|
| committer | W. Trevor King <wking@tremily.us> | 2017-10-10 13:32:04 -0700 |
| commit | e705facf31295678c6a206672d47443579b857e5 (patch) | |
| tree | e1bbb952b04480e781a1cd4da1c044b15d3f7ee4 | |
| parent | 59f84c9ae70b6bd672660879e2be63f3c541082d (diff) | |
nmbug: Document early 'nmbug checkout'
And explain the side-effects from mussing local messages. Based on
discussion with DKG in #notmuch on freenode today.
Reported-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
| -rw-r--r-- | nmbug.mdwn | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -10,6 +10,12 @@ There is a dump of (some views of) the nmbug [[status|http://nmbug.notmuchmail.o 0. Make sure that the whole [notmuch@notmuchmail.org mailing list archive][archive] is available in your email database. + If you are missing messages which are tagged in the nmbug + repository, `nmbug status` will complain with U-prefixed lines and + you will have to jump through some hoops to create commits that + alter tags for those messages. Most other nmbug operation will be + unaffected. + 1. Install and use nmbug from notmuch version **0.19** or newer, and either Python 2.7 or anything from the 3.x line. @@ -21,6 +27,13 @@ There is a dump of (some views of) the nmbug [[status|http://nmbug.notmuchmail.o `$ nmbug clone http://nmbug.notmuchmail.org/git/nmbug-tags.git` +4. Clobber your local `notmuch::…` tag namespace with: + + `$ nmbug checkout` + + Without this, `nmbug status` will list all of the upstream tags as + deleted (with the D prefix). + ## Using nmbug, simple example # get the latest version of the tags |
