Open GoogleCodeExporter opened 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
Original issue reported on code.google.com by
roznersi...@gmail.com
on 14 Jul 2011 at 6:17