ClearCase directory diffs from post-review side
Review Request #1518 — Created April 20, 2010 and submitted
Information | |
---|---|
jan.koprowski | |
RBTools | |
1626 | |
Reviewers | |
reviewboard | |
This patch add support for ClearCase directory revisions. This is diff between "ls -1" command for each of them.
Change Summary:
Change method to version using listdir from Python os module.
Diff: |
Revision 2 (+14 -7) |
---|
-
-
rbtools/postreview.py (Diff revision 2) This can be replaced with: content = [ '%s\n' % s for s in sorted(os.listdir(filename)) ]
-
rbtools/postreview.py (Diff revision 2) Why is the extra \n needed? I assume there's a reason, but can you add a comment briefly explaining it?