Remove unnecessary indentation

This commit is contained in:
Marco Castelluccio 2019-03-19 00:56:59 +01:00
Родитель 5bf66cbbbb
Коммит d04ed065c1
1 изменённых файлов: 3 добавлений и 3 удалений

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

@ -45,9 +45,9 @@ 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. Enable the pushlog, hgmo and mozext extensions. For example, if you are on Linux, add the following to the extensions section of the `~/.hgrc` file:
```
pushlog = ~/.mozbuild/version-control-tools/hgext/pushlog
hgmo = ~/.mozbuild/version-control-tools/hgext/hgmo
mozext = ~/.mozbuild/version-control-tools/hgext/mozext
pushlog = ~/.mozbuild/version-control-tools/hgext/pushlog
hgmo = ~/.mozbuild/version-control-tools/hgext/hgmo
mozext = ~/.mozbuild/version-control-tools/hgext/mozext
```
3. Run the `repository.py` script, with the only argument being the path to the mozilla-central repository.