I have a single-person single-folder mercurial repository. The directory structure is simple:
P104
lecture_notes
files under version control live here
If the root directory of your Mercurial repo is under ~/P104/lecture_notes
, I would rather:
lecture_notes
into P104lecture_notes
homework
and its files in the renamed P104 directoryhg add
everythingThe idea is to keep the .hg
repo where it is (~/P104/lecture_notes
renamed into ~/P104/P104
) and reorganize the files within that renamed directory.
No need to clone.