It would be especially useful to review the manual pages or any documentation on the following resources:
a place where data is collected, preserved, managed, and made accessible to those with permission; although many are public.
in the context of Linux, an archive is a place to store as many folders / files as one needs into one centralized file for long-term use.
an archive can be compressed to be smaller
the proccess of encoding data into fewer bits than the original representation
archiving doesn't reduce file size, while compression does.
after compressing a file with a lossless technique, the original image before it was compressed should look exactly the same after it is decompressed. Lossy compression makes a file lose data everytime it is compressed and decompressed.
hg status
hg add <File name>
hg commit -m “your message here”
hg push
hg pull
hg update