comparison scripts/copy-user.py @ 4570:6e3e4f24c753

Remove keyword expansions from CVS. All regression tests passed afterwards.
author Eric S. Raymond <esr@thyrsus.com>
date Wed, 16 Nov 2011 09:51:38 -0500
parents bd9e2e998e9d
children 6e9b9743de89
comparison
equal deleted inserted replaced
4569:0470a2aa2c95 4570:6e3e4f24c753
12 Copy one or more Roundup users from one tracker instance to another. 12 Copy one or more Roundup users from one tracker instance to another.
13 Example: 13 Example:
14 copy-user /roundup/tracker1 /roundup/tracker2 `seq 3 10` 14 16 14 copy-user /roundup/tracker1 /roundup/tracker2 `seq 3 10` 14 16
15 (copies users 3, 4, 5, 6, 7, 8, 9, 10, 14 and 16) 15 (copies users 3, 4, 5, 6, 7, 8, 9, 10, 14 and 16)
16 """ 16 """
17
18 __version__ = "$Revision: 1.1 $"
19 # $Source: /home/stefan/projects/roundup-migrate/roundup/scripts/copy-user.py,v $
20 # $Id: copy-user.py,v 1.1 2003-12-04 23:13:43 richard Exp $
21 17
22 import sys 18 import sys
23 import roundup.instance 19 import roundup.instance
24 20
25 21

Roundup Issue Tracker: http://roundup-tracker.org/