- Table of contents
- Hardware List directory under Mercurial
Hardware List directory under Mercurial¶
See what's going on¶
Prompt>hg st
Prompt>hg diff
Add a new file under version control¶
Prompt>hg add file_name
Save your work¶
Prompt>hg commit -m"message to explain what you have done" --user="First_Name Last_Name <first_name.last_name@your_lab.your_institution.your_country>"
example :
Prompt>hg commit -m"Fix anode01 used by two crystals" --user="Xavier Grave <xavier.grave@csnsm.in2p3.fr>"