Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Don't include revision in sources.
Prevent changes to files that weren't changed between releases.
This eases review of the changes between releases significantly.
  • Loading branch information
sebastic committed May 17, 2019
1 parent 92ea2a5 commit 2628c48
Show file tree
Hide file tree
Showing 757 changed files with 0 additions and 2,312 deletions.
2 changes: 0 additions & 2 deletions python/3d/__init__.py.in
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Nathan Woodrow'
__date__ = 'May 2014'
__copyright__ = '(C) 2014, Nathan Woodrow'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from qgis.PyQt import QtCore
from qgis._3d import *
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/Qsci.py
Expand Up @@ -20,7 +20,5 @@
__author__ = 'Matthias Kuhn'
__date__ = 'November 2015'
__copyright__ = '(C) 2015, Matthias Kuhn'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.Qsci import *
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/Qt.py
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Marco Bernasocchi'
__date__ = 'September 2016'
__copyright__ = '(C) 2016, Marco Bernasocchi'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'


from PyQt5.Qt import *
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/QtCore.py
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Matthias Kuhn'
__date__ = 'November 2015'
__copyright__ = '(C) 2015, Matthias Kuhn'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.QtCore import *

Expand Down
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/QtGui.py
Expand Up @@ -20,7 +20,5 @@
__author__ = 'Matthias Kuhn'
__date__ = 'November 2015'
__copyright__ = '(C) 2015, Matthias Kuhn'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.QtGui import *
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/QtNetwork.py
Expand Up @@ -20,7 +20,5 @@
__author__ = 'Juergen E. Fischer'
__date__ = 'March 2016'
__copyright__ = '(C) 2016, Juergen E. Fischer'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.QtNetwork import *
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/QtPrintSupport.py
Expand Up @@ -20,7 +20,5 @@
__author__ = 'Matthias Kuhn'
__date__ = 'November 2015'
__copyright__ = '(C) 2015, Matthias Kuhn'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.QtPrintSupport import *
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/QtSql.py
Expand Up @@ -20,7 +20,5 @@
__author__ = 'Juergen E. Fischer'
__date__ = 'March 2016'
__copyright__ = '(C) 2016, Juergen E. Fischer'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.QtSql import *
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/QtSvg.py
Expand Up @@ -20,7 +20,5 @@
__author__ = 'Juergen E. Fischer'
__date__ = 'March 2016'
__copyright__ = '(C) 2016, Juergen E. Fischer'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.QtSvg import *
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/QtTest.py
Expand Up @@ -20,7 +20,5 @@
__author__ = 'Juergen E. Fischer'
__date__ = 'March 2016'
__copyright__ = '(C) 2016, Juergen E. Fischer'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.QtTest import *
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/QtWebKit.py
Expand Up @@ -20,7 +20,5 @@
__author__ = 'Matthias Kuhn'
__date__ = 'November 2015'
__copyright__ = '(C) 2015, Matthias Kuhn'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.QtWebKit import *
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/QtWebKitWidgets.py
Expand Up @@ -20,7 +20,5 @@
__author__ = 'Matthias Kuhn'
__date__ = 'November 2015'
__copyright__ = '(C) 2015, Matthias Kuhn'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.QtWebKitWidgets import *
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/QtWidgets.py
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Matthias Kuhn'
__date__ = 'November 2015'
__copyright__ = '(C) 2015, Matthias Kuhn'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.QtWidgets import *

Expand Down
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/QtXml.py
Expand Up @@ -20,7 +20,5 @@
__author__ = 'Juergen E. Fischer'
__date__ = 'March 2016'
__copyright__ = '(C) 2016, Juergen E. Fischer'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.QtXml import *
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/sip.py
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Nyall Dawson'
__date__ = 'October 2017'
__copyright__ = '(C) 2018, Nyall Dawson'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

try:
from PyQt5.sip import *
Expand Down
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/uic/__init__.py
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Jürgen E. Fischer'
__date__ = 'February 2016'
__copyright__ = '(C) 2016, Jürgen E. Fischer'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import warnings
from PyQt5.uic.Compiler import indenter, compiler
Expand Down
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/uic/properties.py
Expand Up @@ -20,7 +20,5 @@
__author__ = 'Juergen E. Fischer'
__date__ = 'March 2016'
__copyright__ = '(C) 2016, Juergen E. Fischer'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.uic import properties
2 changes: 0 additions & 2 deletions python/PyQt/PyQt5/uic/pyuic.py
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Juergen E. Fischer'
__date__ = 'March 2016'
__copyright__ = '(C) 2016, Juergen E. Fischer'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from PyQt5.uic import pyuic
if (callable(pyuic.main)):
Expand Down
2 changes: 0 additions & 2 deletions python/__init__.py
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Martin Dobias'
__date__ = 'January 2007'
__copyright__ = '(C) 2007, Martin Dobias'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from builtins import zip
import os
Expand Down
2 changes: 0 additions & 2 deletions python/analysis/__init__.py.in
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Nathan Woodrow'
__date__ = 'May 2014'
__copyright__ = '(C) 2014, Nathan Woodrow'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from qgis.PyQt import QtCore

Expand Down
2 changes: 0 additions & 2 deletions python/console/__init__.py
Expand Up @@ -20,7 +20,5 @@
__author__ = 'Salvatore Larosa'
__date__ = 'September 2012'
__copyright__ = '(C) 2012, Salvatore Larosa'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from .console import show_console # NOQA
2 changes: 0 additions & 2 deletions python/core/__init__.py.in
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Nathan Woodrow'
__date__ = 'May 2014'
__copyright__ = '(C) 2014, Nathan Woodrow'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from qgis.PyQt.QtCore import NULL
from qgis._core import *
Expand Down
2 changes: 0 additions & 2 deletions python/core/contextmanagers.py
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Nathan Woodrow'
__date__ = 'May 2014'
__copyright__ = '(C) 2014, Nathan Woodrow'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import sys
from contextlib import contextmanager
Expand Down
2 changes: 0 additions & 2 deletions python/gui/__init__.py.in
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Nathan Woodrow'
__date__ = 'May 2014'
__copyright__ = '(C) 2014, Nathan Woodrow'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from qgis.PyQt import QtCore
from qgis._gui import *
2 changes: 0 additions & 2 deletions python/plugins/db_manager/db_plugins/oracle/sql_dictionary.py
Expand Up @@ -26,8 +26,6 @@
__author__ = 'Médéric RIBREUX'
__date__ = 'August 2014'
__copyright__ = '(C) 2014, Médéric RIBREUX'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

# keywords
keywords = [
Expand Down
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Sandro Santilli'
__date__ = 'May 2017'
__copyright__ = '(C) 2017, Sandro Santilli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import os
import qgis
Expand Down
2 changes: 0 additions & 2 deletions python/plugins/db_manager/db_plugins/postgis/plugin_test.py
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Sandro Santilli'
__date__ = 'May 2017'
__copyright__ = '(C) 2017, Sandro Santilli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

import os
import re
Expand Down
Expand Up @@ -21,8 +21,6 @@
__author__ = 'Giuseppe Sucameli'
__date__ = 'April 2012'
__copyright__ = '(C) 2012, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

# keywords
keywords = [
Expand Down
Expand Up @@ -21,8 +21,6 @@
__author__ = 'Giuseppe Sucameli'
__date__ = 'April 2012'
__copyright__ = '(C) 2012, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

# keywords
keywords = [
Expand Down
Expand Up @@ -21,8 +21,6 @@
__author__ = 'Hugo Mercier'
__date__ = 'December 2015'
__copyright__ = '(C) 2015, Hugo Mercier'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'


# keywords
Expand Down
2 changes: 0 additions & 2 deletions python/plugins/db_manager/dlg_field_properties.py
Expand Up @@ -21,8 +21,6 @@
__author__ = 'Giuseppe Sucameli'
__date__ = 'April 2012'
__copyright__ = '(C) 2012, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

from qgis.PyQt.QtWidgets import QDialog, QMessageBox

Expand Down
2 changes: 0 additions & 2 deletions python/plugins/db_manager/sql_dictionary.py
Expand Up @@ -20,8 +20,6 @@
__author__ = 'Giuseppe Sucameli'
__date__ = 'April 2012'
__copyright__ = '(C) 2012, Giuseppe Sucameli'
# This will get replaced with a git SHA1 when you do a git archive
__revision__ = '$Format:%H$'

# GENERIC SQL DICTIONARY

Expand Down
4 changes: 0 additions & 4 deletions python/plugins/db_manager/sqledit.py
Expand Up @@ -21,10 +21,6 @@
__date__ = 'February 2014'
__copyright__ = '(C) 2014, Alexander Bruy'

# This will get replaced with a git SHA1 when you do a git archive

__revision__ = '$Format:%H$'

from qgis.PyQt.QtCore import Qt
from qgis.PyQt.QtGui import QColor, QFont, QKeySequence
from qgis.PyQt.QtWidgets import QShortcut
Expand Down
4 changes: 0 additions & 4 deletions python/plugins/processing/ProcessingPlugin.py
Expand Up @@ -21,10 +21,6 @@
__date__ = 'August 2012'
__copyright__ = '(C) 2012, Victor Olaya'

# This will get replaced with a git SHA1 when you do a git archive

__revision__ = '$Format:%H$'

import shutil
import os
import sys
Expand Down
4 changes: 0 additions & 4 deletions python/plugins/processing/__init__.py
Expand Up @@ -21,10 +21,6 @@
__date__ = 'August 2012'
__copyright__ = '(C) 2012, Victor Olaya'

# This will get replaced with a git SHA1 when you do a git archive

__revision__ = '$Format:%H$'

from processing.tools.dataobjects import * # NOQA
from processing.tools.general import * # NOQA
from processing.tools.vector import * # NOQA
Expand Down
4 changes: 0 additions & 4 deletions python/plugins/processing/algs/gdal/AssignProjection.py
Expand Up @@ -21,10 +21,6 @@
__date__ = 'January 2016'
__copyright__ = '(C) 2016, Alexander Bruy'

# This will get replaced with a git SHA1 when you do a git archive

__revision__ = '$Format:%H$'

import os

from qgis.PyQt.QtGui import QIcon
Expand Down
4 changes: 0 additions & 4 deletions python/plugins/processing/algs/gdal/Buffer.py
Expand Up @@ -21,10 +21,6 @@
__date__ = 'January 2015'
__copyright__ = '(C) 2015, Giovanni Manghi'

# This will get replaced with a git SHA1 when you do a git archive

__revision__ = '$Format:%H$'

from qgis.core import (QgsProcessing,
QgsProcessingParameterDistance,
QgsProcessingParameterDefinition,
Expand Down
4 changes: 0 additions & 4 deletions python/plugins/processing/algs/gdal/ClipRasterByExtent.py
Expand Up @@ -21,10 +21,6 @@
__date__ = 'September 2013'
__copyright__ = '(C) 2013, Alexander Bruy'

# This will get replaced with a git SHA1 when you do a git archive

__revision__ = '$Format:%H$'

import os

from qgis.PyQt.QtGui import QIcon
Expand Down
4 changes: 0 additions & 4 deletions python/plugins/processing/algs/gdal/ClipRasterByMask.py
Expand Up @@ -21,10 +21,6 @@
__date__ = 'September 2013'
__copyright__ = '(C) 2013, Alexander Bruy'

# This will get replaced with a git SHA1 when you do a git archive

__revision__ = '$Format:%H$'

import os

from qgis.PyQt.QtGui import QIcon
Expand Down
4 changes: 0 additions & 4 deletions python/plugins/processing/algs/gdal/ClipVectorByExtent.py
Expand Up @@ -21,10 +21,6 @@
__date__ = 'November 2012'
__copyright__ = '(C) 2012, Victor Olaya'

# This will get replaced with a git SHA1 when you do a git archive

__revision__ = '$Format:%H$'

from qgis.core import (QgsVectorLayer,
QgsProcessing,
QgsProcessingException,
Expand Down
4 changes: 0 additions & 4 deletions python/plugins/processing/algs/gdal/ClipVectorByMask.py
Expand Up @@ -21,10 +21,6 @@
__date__ = 'November 2012'
__copyright__ = '(C) 2012, Victor Olaya'

# This will get replaced with a git SHA1 when you do a git archive

__revision__ = '$Format:%H$'

from qgis.core import (QgsProcessing,
QgsProcessingAlgorithm,
QgsProcessingParameterDefinition,
Expand Down
4 changes: 0 additions & 4 deletions python/plugins/processing/algs/gdal/ColorRelief.py
Expand Up @@ -21,10 +21,6 @@
__date__ = 'October 2013'
__copyright__ = '(C) 2013, Alexander Bruy'

# This will get replaced with a git SHA1 when you do a git archive

__revision__ = '$Format:%H$'

import os
from qgis.core import (QgsRasterFileWriter,
QgsProcessingException,
Expand Down
4 changes: 0 additions & 4 deletions python/plugins/processing/algs/gdal/Dissolve.py
Expand Up @@ -21,10 +21,6 @@
__date__ = 'January 2015'
__copyright__ = '(C) 2015, Giovanni Manghi'

# This will get replaced with a git SHA1 when you do a git archive

__revision__ = '$Format:%H$'

from qgis.core import (QgsProcessingException,
QgsProcessingParameterDefinition,
QgsProcessingParameterFeatureSource,
Expand Down

0 comments on commit 2628c48

Please sign in to comment.