Re: [PATCH 3/4] nmbug: Auto-checkout in clone if it wouldn't clobber

2017-12-11 Thread David Bremner
"W. Trevor King" writes: > On Mon, Dec 11, 2017 at 09:10:47AM -0400, David Bremner wrote: >> Not sure what happened to patch 4/4? > > Ah sorry. My local branch has a commit to bump nmbug's internal > version to 0.3 (see my comments in [1]), but I ended up deciding to > punt that until before the

Re: [PATCH 3/4] nmbug: Auto-checkout in clone if it wouldn't clobber

2017-12-11 Thread W. Trevor King
On Mon, Dec 11, 2017 at 09:10:47AM -0400, David Bremner wrote: > Not sure what happened to patch 4/4? Ah sorry. My local branch has a commit to bump nmbug's internal version to 0.3 (see my comments in [1]), but I ended up deciding to punt that until before the next notmuch release (in case other

Re: [PATCH 3/4] nmbug: Auto-checkout in clone if it wouldn't clobber

2017-12-11 Thread David Bremner
"W. Trevor King" writes: > We currently auto-checkout after pull and merge to make those more > convenient. They're guarded against data-loss with a leading > _insist_committed(). This commit adds the same convenience to clone, > since in most cases users will have no NMBPREFIX-prefixed tags in

[PATCH 3/4] nmbug: Auto-checkout in clone if it wouldn't clobber

2017-10-10 Thread W. Trevor King
We currently auto-checkout after pull and merge to make those more convenient. They're guarded against data-loss with a leading _insist_committed(). This commit adds the same convenience to clone, since in most cases users will have no NMBPREFIX-prefixed tags in their database when they clone. U