Sat, 08 May 2010 13:46:44 +0200
Changed to the Mercurial VCS.
.hgignore | file | annotate | diff | comparison | revisions | |
eric5.e4p | file | annotate | diff | comparison | revisions |
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgignore Sat May 08 13:46:44 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
--- a/eric5.e4p Sat May 08 10:08:19 2010 +0000 +++ b/eric5.e4p Sat May 08 13:46:44 2010 +0200 @@ -1107,10 +1107,11 @@ <Other>Plugins/VcsPlugins/vcsMercurial/icons/preferences-mercurial.png</Other> <Other>Plugins/VcsPlugins/vcsMercurial/styles/logBrowser.style</Other> <Other>Plugins/VcsPlugins/vcsMercurial/styles/logDialog.style</Other> + <Other>.hgignore</Other> </Others> <MainScript>eric5.py</MainScript> <Vcs> - <VcsType>PySvn</VcsType> + <VcsType>Mercurial</VcsType> <VcsOptions> <dict> <key> @@ -1181,7 +1182,6 @@ </key> <value> <list> - <string>--show-updates</string> </list> </value> <key> @@ -1202,12 +1202,6 @@ </VcsOptions> <VcsOtherData> <dict> - <key> - <string>standardLayout</string> - </key> - <value> - <bool>True</bool> - </value> </dict> </VcsOtherData> </Vcs>