This directory contains versions of the mercurial repositories that have been converted to GIT. Procedure used: - Bring mercurial repositories on Bitbucket up to date as needed - Move existing mercurial repository on project library to this directory and re-name with a -BAK suffix. This can be kept around for awile to be sure nothing was overlooked and not checked in, or any other issues. - Clone bitbucket repository to this directory. - Create new GIT repository on bitbucket with appropriate name and as an "MBARI" project. - Clone new GIT repository to X:\707976_EPBuoyPrototypeAndTesting\dsPicCodes\. - use hg-fast-export to convert recently cloned mercurial repository, as follows from within the new GIT respository hg-fast-export.sh -r git checkout HEAD - Push the resulting changes up to bitbucket. - rename bitbucket respository in this directory to have a suffix -hg. In the end this directory will have two directories for each respository, one with a -BAK extension that is the starting point, and one with a -hg extension which is the recently cloned bitbucket mercurial directory. There could be un-tracked files of interest in the -BAK directory but not in the -hg directory.