DrTrigon has uploaded a new change for review.
https://gerrit.wikimedia.org/r/76332
Change subject: bug fix; gitmodules was configured for non-existing directories (and some other minor changes) ......................................................................
bug fix; gitmodules was configured for non-existing directories (and some other minor changes)
Change-Id: Id6894d77dc2426f32494e604316d095173671de5 --- M .gitmodules M lonelypages.py D scripts/i18n M tests/test_data_ingestion.py M touch.py 5 files changed, 7 insertions(+), 3 deletions(-)
git pull ssh://gerrit.wikimedia.org:29418/pywikibot/compat refs/changes/32/76332/1
diff --git a/.gitmodules b/.gitmodules index 1cb027b..eb37696 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,7 @@ [submodule "i18n"] path = i18n url = https://gerrit.wikimedia.org/r/p/pywikibot/i18n.git + +#[submodule "i18n"] +# path = scripts/i18n +# url = https://gerrit.wikimedia.org/r/p/pywikibot/i18n.git diff --git a/lonelypages.py b/lonelypages.py index f25b7c8..3f5675b 100644 --- a/lonelypages.py +++ b/lonelypages.py @@ -44,7 +44,7 @@ # # Distributed under the terms of the MIT license. # -__version__ = '$Id: lonelypages.py,v 1.0 2007/12/28 19.16.00 filnik Exp$' +__version__ = '$Id$' #
import wikipedia as pywikibot diff --git a/scripts/i18n b/scripts/i18n deleted file mode 160000 index 27a2b51..0000000 --- a/scripts/i18n +++ /dev/null -Subproject commit 27a2b5108cd80bdecd0e126acd7727be80c1fc3a diff --git a/tests/test_data_ingestion.py b/tests/test_data_ingestion.py index 346eed6..568a6aa 100644 --- a/tests/test_data_ingestion.py +++ b/tests/test_data_ingestion.py @@ -2,7 +2,7 @@ # -*- coding: utf-8 -*-
"""Unit tests for data_ingestion.py""" -__version__ = '$Id: test_userlib.py 9043 2011-03-13 10:25:08Z xqt $' +__version__ = '$Id$'
import os import unittest diff --git a/touch.py b/touch.py index c37fef3..b5a42db 100644 --- a/touch.py +++ b/touch.py @@ -20,7 +20,7 @@ # # (C) Pywikipedia team # -__version__='$Id: touch.py 6549 2009-03-24 02:58:56Z nicdumz $' +__version__='$Id$' # # Distributed under the terms of the MIT license. #