[Bug 4430] New: streaming clone does not copy bookmarks

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Fri Oct 31 14:27:43 CDT 2014


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

          Priority: normal
            Bug ID: 4430
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: streaming clone does not copy bookmarks
          Severity: bug
    Classification: Unclassified
                OS: Mac OS
          Reporter: durham at fb.com
          Hardware: PC
            Status: UNCONFIRMED
           Version: 3.2-rc
         Component: Mercurial
           Product: Mercurial

hg init foo
cd foo
touch a
hg commit -Aqm a
hg book foo
cd ..
hg clone --uncompressed ssh://localhost/.../foo bar
cd bar
hg book

Expected: you see the bookmarks
Actual: there are no bookmarks

Looks like this is due to the bookmark logic being moved into exchange.py

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


More information about the Mercurial-devel mailing list