Для этого сайта требуется поддержка JavaScript.
Обзор
Помощь
Регистрация
Вход
mozilla
/
compare-locales
зеркало из
https://github.com/mozilla/compare-locales.git
Следить
1
В избранное
0
Форкнуть
Вы уже форкнули compare-locales
0
Код
Задачи
Пакеты
Проекты
Релизы
Вики
Активность
4f0e2c51d9
compare-locales
/
.gitignore
7 строки
58 B
Plaintext
Исходник
Обычный вид
История
Убрать экранирование
Экранировать
add a .gitignore to make our git friends as happy as mercurial
2011-09-08 20:17:39 +04:00
*.orig
*.pyc
build/
dist/
bug 1043467, step 1: new directory structure Also, update version to 0.10.x, doing an intermediate release number --HG-- rename : lib/Mozilla/__init__.py => compare_locales/__init__.py rename : lib/Mozilla/Checks.py => compare_locales/checks.py rename : lib/Mozilla/CompareLocales.py => compare_locales/compare.py rename : lib/Mozilla/Jars.py => compare_locales/jars.py rename : lib/Mozilla/Parser.py => compare_locales/parser.py rename : lib/Mozilla/Paths.py => compare_locales/paths.py rename : lib/Mozilla/tests/__init__.py => compare_locales/tests/__init__.py rename : lib/Mozilla/tests/test_checks.py => compare_locales/tests/test_checks.py rename : lib/Mozilla/tests/test_dtd.py => compare_locales/tests/test_dtd.py rename : lib/Mozilla/tests/test_ini.py => compare_locales/tests/test_ini.py rename : lib/Mozilla/tests/test_merge.py => compare_locales/tests/test_merge.py rename : lib/Mozilla/tests/test_properties.py => compare_locales/tests/test_properties.py rename : lib/Mozilla/tests/test_util.py => compare_locales/tests/test_util.py rename : lib/Mozilla/util.py => compare_locales/util.py extra : histedit_source : 46041c8e124e467377acb162a161b766b3f10f58%2Cf080fc5d383339bafc0f441a577d63a412bda51f
2014-08-14 16:10:32 +04:00
compare_locales.egg-info/
add travis-ci.org, kicking off tox
2015-04-17 19:44:56 +03:00
.tox/