Update docs to mention the log command instead of hg.log (#159)

This commit is contained in:
Shubham Garg 2019-02-08 21:25:30 +05:30 коммит произвёл Marco
Родитель b378dd4a19
Коммит 066e429937
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -37,7 +37,7 @@ Run the `run.py` script to perform training / classification. The first time `ru
2. Run `./mach vcs-setup` in the directory where you have cloned mozilla-central.
3. Run the `repository.py` script, with the only argument being the path to the mozilla-central repository.
Note: the script will take a long time to run (on my laptop more than 7 hours). If you want to test a simple change and you don't intend to actually mine the data, you can modify the repository.py script to limit the number of analyzed commits. Simply add `limit=1024` to the call to `hg.log`.
Note: the script will take a long time to run (on my laptop more than 7 hours). If you want to test a simple change and you don't intend to actually mine the data, you can modify the repository.py script to limit the number of analyzed commits. Simply add `limit=1024` to the call to the `log` command.
## Structure of the project