[Bug 3697] New: Unexpected number of heads in hg-stable repo

bugzilla-daemon at bz.selenic.com bugzilla-daemon at bz.selenic.com
Sun Nov 11 07:58:45 CST 2012


http://bz.selenic.com/show_bug.cgi?id=3697

          Priority: normal
            Bug ID: 3697
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: Unexpected number of heads in hg-stable repo
          Severity: bug
    Classification: Unclassified
                OS: Linux
          Reporter: markus at oberhumer.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 2.4
         Component: Mercurial
           Product: Mercurial

I'm not fully sure if this is a bug or a feature, but it is quite
unexpected that revision 17838:d51364b318ea is listed as a head.

~Markus


mfx at te30:~/tmp/test > hg version
Mercurial Distributed SCM (version 2.4)
(see http://mercurial.selenic.com for more information)

Copyright (C) 2005-2012 Matt Mackall and others
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


mfx at te30:~/tmp/test > hg clone http://selenic.com/repo/hg-stable/
destination directory: hg-stable
requesting all changes
adding changesets
adding manifests
adding file changes
added 17905 changesets with 35007 changes to 2170 files
updating to bookmark @ on branch stable
997 files updated, 0 files merged, 0 files removed, 0 files unresolved

mfx at te30:~/tmp/test > cd hg-stable

mfx at te30:~/tmp/test/hg-stable > hg branches
stable                     17904:ce2c709a8e90
default                    17851:7aa7380691b8 (inactive)


mfx at te30:~/tmp/test/hg-stable > hg heads
changeset:   17904:ce2c709a8e90
branch:      stable
tag:         tip
user:        Adrian Buehlmann <adrian at cadifra.com>
date:        Fri Nov 02 20:47:03 2012 +0100
summary:     test-subrepo: adapt for Windows after 17c030014ddf

changeset:   17851:7aa7380691b8
parent:      17796:1b51638bf44a
user:        Bryan O'Sullivan <bryano at fb.com>
date:        Mon Oct 22 18:05:40 2012 -0700
summary:     verify: tolerate repeated slashes in a converted repo (issue3665)

changeset:   17838:d51364b318ea
user:        Angel Ezquerra <angel.ezquerra at gmail.com>
date:        Thu Jul 26 21:29:39 2012 +0200
summary:     hgwebdir: make collapsed folders easier to distinguish from
repositories


mfx at te30:~/tmp/test/hg-stable > hg log -v -r17838
changeset:   17838:d51364b318ea
user:        Angel Ezquerra <angel.ezquerra at gmail.com>
date:        Thu Jul 26 21:29:39 2012 +0200
files:       mercurial/hgweb/hgwebdir_mod.py
description:
hgwebdir: make collapsed folders easier to distinguish from repositories

Add a "/" character after the collapsed folder names, to make them easier to
distinguish from regular repository and subrepository entries.


mfx at te30:~/tmp/test/hg-stable > hg log -v -r17839
changeset:   17839:d118a4f4fd16
branch:      stable
tag:         2.4-rc
parent:      17420:605fe310691f
parent:      17838:d51364b318ea
user:        Matt Mackall <mpm at selenic.com>
date:        Fri Oct 19 01:34:50 2012 -0500
files:       mercurial/templates/template-vars.txt tests/filtercr.py
tests/test-convert-mtn-rename-directory.out
description:
merge default into stable for 2.4 code freeze

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the Mercurial-devel mailing list