Coder Social home page Coder Social logo

Comments (7)

henghamao avatar henghamao commented on July 22, 2024

According to google search, one similar issue is git does not allow slash character in branch name.
I checked repo's branch name, it did have slash character in branch name, but didn't find "stdlib-unification/py3k" from the error message:

$hg branches |grep py3k
py3k 78865:9b081ccd78af
py3k-qualname 72716:9f0e2a2c6084
py3k-ceil-floor 59071:6a1c5f8e7931
py3k-listview_str 58456:18626459a9b2

$hg branches |grep stdlib
vendor/stdlib 78042:a3b827ca23fa (inactive)
vendor/stdlib-3.3.5 72484:80b492d79663 (inactive)

from fast-export.

frej avatar frej commented on July 22, 2024

from fast-export.

frej avatar frej commented on July 22, 2024

According to google search, one similar issue is git does not allow
slash character in branch name.
I checked repo's branch name, it did have slash character in branch
name, but didn't find "stdlib-unification/py3k" from the error message:

You have to run "hg branches" with -c to se all the branches

$ hg branches -c |grep stdlib
...
vendor/stdlib 78042:a3b827ca23fa (inactive)
...
vendor/stdlib-3.3.5 72484:80b492d79663 (inactive)
...
stdlib-unification/py3k 54912:4c6780e83b78 (closed)
...

So the right way to fix this is probably the solution outlined in issue #21

from fast-export.

henghamao avatar henghamao commented on July 22, 2024

"Error: repository has at least one unnamed head: hg r72634"

I add "--force" parameter.

from fast-export.

henghamao avatar henghamao commented on July 22, 2024

We worked around the issue by fast-exporting only default branch.
hg clone https://bitbucket.org/pypy/pypy -b default
And used fast-export to work on local default branch.

from fast-export.

frej avatar frej commented on July 22, 2024

Commit 3c27c69 adds renaming support for tags and branches which should allow you to convert all the branches.

from fast-export.

henghamao avatar henghamao commented on July 22, 2024

Great, now the issue was solved. :)

from fast-export.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.