drawcode / codeswarm

Automatically exported from code.google.com/p/codeswarm
GNU General Public License v3.0
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 commented 9 years ago
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