Refactor out common diff generation code
Review Request #3864 — Created Feb. 11, 2013 and submitted
Refactor out common diff generation code. The post and diff commands were using seperate repeated code for generating diffs. This common code is now a function which the commands can call to generate the diff.
Generated a couple diffs using rbt diff, and posted this review request using rbt post.
SM
Review request changed
- Change Summary:
-
Removed review request dependency
- Description:
-
Refactor out common diff generation code.
The post and diff commands were using seperate repeated code for
generating diffs. This common code is now a function which the commands can call to generate the diff. - - Depends on /r/3847
This is a review from Review Bot. Tool: PEP8 Style Checker Processed Files: rbtools/commands/post.py rbtools/utils/diffs.py rbtools/commands/diff.py Ignored Files: