Coder Social home page Coder Social logo

Comments (6)

frej avatar frej commented on August 24, 2024 1

More or less.

from fast-export.

frej avatar frej commented on August 24, 2024

I think this problem should be fixed with the patch in #316, please test it @lefebvresam and report back. #315 should help avoid this kind of problem in the future.

from fast-export.

frej avatar frej commented on August 24, 2024

Merged this without confirmation, as running code which requires Python 3 with a Python 2 interpreter is sure to break things.

from fast-export.

lefebvresam avatar lefebvresam commented on August 24, 2024

After cheking out the project again it's working. The only point is that the docker session is not persitent and I have to do 'pip install mercurial' every time I start the docker session. So I decided to not use the docker session anymore. Another remark is that the tool cannot automatically convert multiple heads from Mercurial into branches, which are understandable in GIT. You have to do for every head:

# (1) Unnamed heads:
# Git can only have one head, hg can have multiple heads in one branch.
# We will convert the unnamed heads into named branches.
# You can also ignore the head with option --ignore-unnamed-heads but you end up with commits being lost
hg update -r 174
hg branch r174-fix-git-conversion
hg commit -m "Fix git conversion (unnamed head r174)"
hg update default
# repeat for each unnamed head

from fast-export.

frej avatar frej commented on August 24, 2024

the tool cannot automatically convert multiple heads from Mercurial into branches

Check this section of the README for ways to deal with multiple heads.

from fast-export.

lefebvresam avatar lefebvresam commented on August 24, 2024

Ok I suppose that these tools are doing exactly the same what I did manually.

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.