• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Revision2a58d48d183a39fa48be03b74c289370d488b68e (tree)
Zeit2010-04-30 00:00:51
AutorJonathan T. Beard <jbeard@geek...>
CommiterJonathan T. Beard

Log Message

[#318] Modify to make mercurial 1.4.3 valid for production

Ändern Zusammenfassung

Diff

--- a/ForgeHg/setup.py
+++ b/ForgeHg/setup.py
@@ -20,7 +20,7 @@ setup(name='ForgeHg',
2020 install_requires=[
2121 # -*- Extra requirements: -*-
2222 'pyforge',
23- 'mercurial==1.4.1',
23+ 'mercurial >= 1.4.1, <= 1.4.3',
2424 ],
2525 entry_points="""
2626 # -*- Entry points: -*-