* Yaroslav Halchenko <[email protected]>, 2009-09-24, 11:19:
While "hg gclone"ing repositories, branching seems to be there (viewed in hgview) but all of the commits listed as parts of "default" branch as well as the leaves of the branches; which makes imho little sense
Thanks for your bug report. Actually, hg-git uses bookmarks to represent git branches:
$ hg bookmarks origin/deb/installcfg 309:746ecbf0e989 origin/master-dfsg 540:6bf262a9bcf6 origin/debian 634:76cf54d254c5 origin/master-v2 616:9ef5f5312712 origin/master 539:7e7bb94cc05f origin/up/fixes 311:82252659992c origin/debian-release 544:87a94e0bba18 I am leaving this bug open, because: - This feature should be documented in a more visible place. - Something tells me that support for git branches is broken anyway. -- Jakub Wilk -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

