34
edits
| Line 78: | Line 78: | ||
Open a Terminal and go: | Open a Terminal and go: | ||
cd [product]/[version]/ | cd ~/MT/[product]/[version]/ | ||
(Note: ~ is a shurtcut and stays for /home/[user] ) | |||
For example: | For example: | ||
cd firefox/3.1/ | cd ~/MT/firefox/3.1/ | ||
Now, we are going to use a nice work that Philippe from Mozilla France did in the first days of hg. He did it because mercurial doesn't allow to download only a few directories (this means that we couldn't check out only the "browser/locales/en-US" dir for example), so if we want the en-US localization, we need to download the whole repository, and for localizers, the 99.99% of these files, are junk for us. | Now, we are going to use a nice work that Philippe from Mozilla France did in the first days of hg. He did it because mercurial doesn't allow to download only a few directories (this means that we couldn't check out only the "browser/locales/en-US" dir for example), so if we want the en-US localization, we need to download the whole repository, and for localizers, the 99.99% of these files, are junk for us. | ||
edits