Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mercurial Log Generation - requirement 'dotencode' not supported! #73

Open
GoogleCodeExporter opened this issue Dec 21, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Please attach your config file to help us reproduce the problem.

What steps will reproduce the problem?
1. Run python hg_log.py on Windows Shell

What is the expected output? What do you see instead?


What version of the product are you using? On what operating system?
Version of Mercurial: Mercurial Distributed SCM (version 1.8.4)

Please provide any additional information below.
Not sure why that is. Happens to all my repos tested.

Original issue reported on code.google.com by roznersi...@gmail.com on 14 Jul 2011 at 6:17

@GoogleCodeExporter
Copy link
Author

I found out this happens due to CodeSwarm using the old encoding which new 
mercurial repos aren't using. Convert your repo into an oder format using the 
following command: Then run the above again on the new clone.

hg --config format.dotencode=0 clone --pull repoA repoB

Details to the problem can be found here:
http://mercurial.selenic.com/wiki/RequiresFile

Original comment by roznersi...@gmail.com on 14 Jul 2011 at 6:23

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant