Update README with current Mercurial extensions (#886)

This commit is contained in:
Megha Kumari 2019-09-02 00:59:52 +05:30 коммит произвёл Marco (on vacation)
Родитель 198a4827d2
Коммит 123ff4f547
1 изменённых файлов: 1 добавлений и 4 удалений

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

@ -62,11 +62,8 @@ Note: This section is only necessary if you want to perform changes to the repos
1. Clone https://hg.mozilla.org/mozilla-central/.
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:
3. Enable the extensions mentioned in [infra/hgrc](https://github.com/mozilla/bugbug/blob/master/infra/hgrc). For example, if you are on Linux, you can add `firefoxtree` to the extensions section of the `~/.hgrc` file as:
```
pushlog = ~/.mozbuild/version-control-tools/hgext/pushlog
hgmo = ~/.mozbuild/version-control-tools/hgext/hgmo
mozext = ~/.mozbuild/version-control-tools/hgext/mozext
firefoxtree = ~/.mozbuild/version-control-tools/hgext/firefoxtree
```
3. Run the `repository.py` script, with the only argument being the path to the mozilla-central repository.