Campbell Tang has uploaded a new change for review. https://gerrit.wikimedia.org/r/60377
Change subject: my first commit ...................................................................... my first commit Change-Id: I3b5d34235be7f6c96696451126a96bbbab6ea119 Signed-off-by: Campbell Tang <[email protected]> --- M Example/README 1 file changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/test/mediawiki/extensions/examples refs/changes/77/60377/1 diff --git a/Example/README b/Example/README index f6e869f..2136e38 100644 --- a/Example/README +++ b/Example/README @@ -7,3 +7,14 @@ to create a clean copy without any extra SVN cruft. You should really try using Git, though. + + +This is an example extension. It doesn't really do anything on its own. +It is intended to provide a sample layout of a MediaWiki extension +which a developer can copy and use as a base for their own extension. + +If you are checking this our from SVN and intend to copy it, please use: + svn export /path/to/this/extension /path/to/new/extension +to create a clean copy without any extra SVN cruft. + +You should really try using Git, though. -- To view, visit https://gerrit.wikimedia.org/r/60377 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I3b5d34235be7f6c96696451126a96bbbab6ea119 Gerrit-PatchSet: 1 Gerrit-Project: test/mediawiki/extensions/examples Gerrit-Branch: master Gerrit-Owner: Campbell Tang <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
