Advertisement
pmorch

Bugix for obnam diff

Oct 10th, 2012
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.50 KB | None | 0 0
  1. > bzr diff
  2. === modified file 'obnamlib/plugins/show_plugin.py'
  3. --- obnamlib/plugins/show_plugin.py 2012-09-04 19:33:56 +0000
  4. +++ obnamlib/plugins/show_plugin.py 2012-10-10 21:35:18 +0000
  5. @@ -234,6 +234,7 @@
  6.                  self.show_diff_for_file(gen2, full, '+')
  7.          for basename in sorted(set1):
  8.              # This was only in gen1 - it got removed
  9. +            full = os.path.join(dirname, basename)
  10.              self.show_diff_for_file(gen1, full, '-')
  11.  
  12.          for subdir in subdirs:
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement