Method summary
- __init__(self, dirs, verbose = False)
- perform(self, command, dry_run = True)
- warn_if_tag(self, warning)
Methods
- __init__(self, dirs, verbose = False)
Constructor.
- Extended to initialize our custom attributes:
- dirs is a list of directory paths, either absolute or relative to the current working directory, that contains a checkout for us to work on.
- verbose is a boolean indicating whether to display progress information to stdout.
- perform(self, command, dry_run = True)
Execute the specified commands for all known projects.
- warn_if_tag(self, warning)
Display a warning if any of the projects are from svn tags.