[PATCH 4 of 5 V6-3] bookmarks: show more detail about incoming bookmarks

FUJIWARA Katsunori foozy at lares.dti.ne.jp
Sat Apr 4 09:49:06 CDT 2015


At Fri, 03 Apr 2015 17:00:27 -0500,
Matt Mackall wrote:
> 
> On Fri, 2015-04-03 at 16:55 -0500, Matt Mackall wrote:
> > On Sat, 2015-04-04 at 02:21 +0900, FUJIWARA Katsunori wrote:
> > > # HG changeset patch
> > > # User FUJIWARA Katsunori <foozy at lares.dti.ne.jp>
> > > # Date 1428081282 -32400
> > > #      Sat Apr 04 02:14:42 2015 +0900
> > > # Node ID 52464858f510461d6714d50d68bcc961c8097ebc
> > > # Parent  1bbe353452c4e9df453e2bd37b5a5ccc7a2f218b
> > > bookmarks: show more detail about incoming bookmarks
> > > 
> > > Before this patch, "hg incoming -B" shows only difference of bookmarks
> > > between two repositories, and it isn't user friendly.
> > > 
> > > This patch shows more detail about incoming bookmarks for "hg incoming
> > > -B" with --verbose as below:
> > > 
> > >     BM1                       01234567890a (-) advanced remotely
> > >     BM2                       1234567890ab (B) advanced locally
> > 
> > If I understand this correctly, this bookmark shouldn't be considered
> > incoming at all?

This patch writes it as a part of difference of bookmarks between
repositories. It may help users to know quickly which and how
bookmarks are changed.

But I don't have strong demand to show it.

I'll hide bookmarks categorized as this kind in revised series.


> > >     BM3                       234567890abc (@) diverged
> > >     BM4                       34567890abcd (?) changed
> > 
> > Stylistically, I'm not excited about the new action column. I think the
> > table should instead look like:
> > 
> >     BM1                       01234567890a advanced
> >     BM3                       234567890abc diverged
> >     BM4                       34567890abcd changed
> >
> > and we can define those terms in the help. Also.. we seem to have lost
> > what was originally the only information available here: which bookmarks
> > are not present at all locally?
> 
> Ok, I see it's in your tests, but it didn't have its own action entry.
> Another strike against the separate action column.

I'll drop "action at XXXing" column in revised ones.

> -- 
> Mathematics is the supreme nostalgia of our time.
> 
> 
> 

----------------------------------------------------------------------
[FUJIWARA Katsunori]                             foozy at lares.dti.ne.jp


More information about the Mercurial-devel mailing list