Sat, 08 May 2010 14:01:14 +0200
Changed to the Mercurial VCS.
.hgignore | file | annotate | diff | comparison | revisions | |
.issues/.properties | file | annotate | diff | comparison | revisions | |
PluginEricAssistant.e4p | file | annotate | diff | comparison | revisions |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sat May 08 14:01:14 2010 +0200 @@ -0,0 +1,13 @@ +glob:.eric5project +glob:_eric5project +glob:.ropeproject +glob:_ropeproject +glob:.directory +glob:**.pyc +glob:**.orig +glob:**.bak +glob:**Ui_*.py +glob:**.rej +glob:**~ +glob:cur +glob:tmp
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.issues/.properties Sat May 08 14:01:14 2010 +0200 @@ -0,0 +1,18 @@ +[Category] + +[State] +new = +assigned = +investigating = +scheduled = +testing = +closed = + +[Resolution] +fixed = +rejected = +duplicate = +cannot reproduce = + +[Assigned-To] +
--- a/PluginEricAssistant.e4p Sun Feb 14 14:09:11 2010 +0000 +++ b/PluginEricAssistant.e4p Sat May 08 14:01:14 2010 +0200 @@ -1,8 +1,9 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE Project SYSTEM "Project-4.6.dtd"> +<!DOCTYPE Project SYSTEM "Project-5.0.dtd"> <!-- eric5 project file for project PluginEricAssistant --> -<Project version="4.6"> +<Project version="5.0"> <Language>en</Language> + <Hash>3ad6504a180bc4770ebb6d0123dfcca5c4b21f8c</Hash> <ProgLanguage mixed="0">Python3</ProgLanguage> <ProjectType>E4Plugin</ProjectType> <Description>Plugin implementing an alternative autocompletion and calltips provider.</Description> @@ -50,10 +51,11 @@ <Other>PKGLIST</Other> <Other>AssistantEric/Documentation/LICENSE.GPL3</Other> <Other>PluginAssistantEric.zip</Other> + <Other>.hgignore</Other> </Others> <MainScript>PluginAssistantEric.py</MainScript> <Vcs> - <VcsType>PySvn</VcsType> + <VcsType>Mercurial</VcsType> <VcsOptions> <dict> <key> @@ -124,7 +126,6 @@ </key> <value> <list> - <string>--show-updates</string> </list> </value> <key> @@ -145,12 +146,6 @@ </VcsOptions> <VcsOtherData> <dict> - <key> - <string>standardLayout</string> - </key> - <value> - <bool>True</bool> - </value> </dict> </VcsOtherData> </Vcs> @@ -159,8 +154,8 @@ <FiletypeAssociation pattern="*.idl" type="INTERFACES" /> <FiletypeAssociation pattern="*.qm" type="TRANSLATIONS" /> <FiletypeAssociation pattern="*.ptl" type="SOURCES" /> + <FiletypeAssociation pattern="Ui_*" type="__IGNORE__" /> <FiletypeAssociation pattern="*.pyw" type="SOURCES" /> - <FiletypeAssociation pattern="Ui_*" type="__IGNORE__" /> <FiletypeAssociation pattern="*.ui.h" type="FORMS" /> <FiletypeAssociation pattern="*.ts" type="TRANSLATIONS" /> <FiletypeAssociation pattern="*.py" type="SOURCES" />