[Bug 3828] New: "hg bundle --branch" fails for branches newly created on local repository

mercurial-bugs at selenic.com mercurial-bugs at selenic.com
Sat Feb 16 23:31:59 CST 2013


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

          Priority: normal
            Bug ID: 3828
                CC: mercurial-devel at selenic.com
          Assignee: bugzilla at selenic.com
           Summary: "hg bundle --branch" fails for branches newly created
                    on local repository
          Severity: bug
    Classification: Unclassified
                OS: All
          Reporter: foozy at lares.dti.ne.jp
          Hardware: All
            Status: UNCONFIRMED
           Version: 2.5.1
         Component: Mercurial
           Product: Mercurial

"hg bundle --branch foo other-repo" fails, if "foo" is created newly
on local repository.

this can be reproduced by script below:

    hg init src
    echo a > src/a
    hg -R src commit -Am '#0'
    echo b > src/b
    hg -R src commit -Am '#1'

    hg clone src dst

    hg -R src update 0
    hg -R src branch foo
    hg -R src commit -m '#2'

    hg -R src bundle --branch foo foo.hg dst

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


More information about the Mercurial-devel mailing list