mercurial tip not visible

Shun-ichi GOTO shunichi.goto at gmail.com
Thu Feb 7 23:50:10 CST 2008


2008/2/8, tyju tiui <jckdnk111 at yahoo.com>:
>
> Hi,
>
> From local trunk:
>
>     hg parent # result: changeset:    59:487ab2873536
>                                      branch:          trunk
>                                      parent:          57:870300da9832
>                                      parent:          58:8575f4e10328
>
>     hg branches # result: trunk-dev_ty    64:1b6553354637

It is strange that "hg branches" does not show the named branch "trunk".


> FROM local branch:
>
>     hg parent # result: changeset:    64:1b6553354637
>                                      branch:          trunk-dev_ty
>                                      tag:                 tip
>
>     hg branches # result: trunk-dev_ty    64:1b6553354637

You committed some changes in local branch (cloned repository) and it
grew "trunk-dev_ty" named branch (head in repository).

And local trunk repository sticks to named branch "trunk",
so it does not update to changes made in named branch "trunk-dev_ty" after pull.

I guess you (or someone else) did the something "hg branch xxx" in local trunk,
local branch or remote trunk(?).

I recommend to track the changes of branch names from "hg log" output.

# And I'd prefer not to use named branch feature until to be familier with it
# if it is not required.

-- 
Shun-ichi GOTO


More information about the Mercurial mailing list