Mercurial > mozilla > hg > DocumentIt
comparison document_it.py @ 17:0a1aecef2c52
youre done after listing files
author | Jeff Hammel <jhammel@mozilla.com> |
---|---|
date | Tue, 02 Aug 2011 18:04:56 -0700 |
parents | d6528dd74592 |
children | f7dc318832dc |
comparison
equal
deleted
inserted
replaced
16:d6528dd74592 | 17:0a1aecef2c52 |
---|---|
126 if item not in files: | 126 if item not in files: |
127 files.append(item) | 127 files.append(item) |
128 if options.list: | 128 if options.list: |
129 for item in files: | 129 for item in files: |
130 print '%s -> %s' % item | 130 print '%s -> %s' % item |
131 return | |
131 | 132 |
132 if not files: | 133 if not files: |
133 return # you're done | 134 return # you're done |
134 | 135 |
135 # render and upload READMEs | 136 # render and upload READMEs |