0

I have my reposerver on rhodecode.

IN my repo i have 1000 commits.

Now i want to export my that mercurial repo to bit bucket with all those 1000 commits so that i can go to any previous revision to see code chnage

i can export one revision but i don't know how to push all 100 commits with all messages etc

thanks

user2424160
  • 257
  • 2
  • 4
  • 9
  • @PaulS the answer which is given does not answer what i want. it just shows how to push repo , not the entire commits – user2424160 Jun 10 '13 at 08:46
  • 2
    Every clone of a repo contains all of the changesets (commits). This is a fundamental truth of mercurial. Cloning from one place and pushing to another will copy everything. – Paul S Jun 10 '13 at 09:05

0 Answers0