You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2016/10/22 14:48:30 UTC

incubator-ponymail git commit: Tool docs

Repository: incubator-ponymail
Updated Branches:
  refs/heads/master f81d2b407 -> 0eb81785d


Tool docs

Project: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/commit/0eb81785
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/tree/0eb81785
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ponymail/diff/0eb81785

Branch: refs/heads/master
Commit: 0eb81785d7f91717112d294dc2a656965f4ecbe5
Parents: f81d2b4
Author: Sebb <se...@apache.org>
Authored: Sat Oct 22 15:48:12 2016 +0100
Committer: Sebb <se...@apache.org>
Committed: Sat Oct 22 15:48:12 2016 +0100

----------------------------------------------------------------------
 tools/copy-list.py | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ponymail/blob/0eb81785/tools/copy-list.py
----------------------------------------------------------------------
diff --git a/tools/copy-list.py b/tools/copy-list.py
index ea6ad6d..656c16a 100644
--- a/tools/copy-list.py
+++ b/tools/copy-list.py
@@ -15,6 +15,14 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+""" Copy lists
+
+This utility can be used to:
+- copy a list within a database
+- copy a list to a new database
+
+"""
+
 import sys
 import random, time
 import os