Advertisement
Guest User

cvs diff output

a guest
Mar 27th, 2013
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.56 KB | None | 0 0
  1. Index: somefile.cpp
  2. ===================================================================
  3. RCS file: /CVS_repo/SomeProject/somefile.cpp,v
  4. retrieving revision 1.19
  5. diff -r1.19 somefile.cpp
  6. 31c31
  7. <       return "Read line four times";
  8. ---
  9. >       return "Read line five times";
  10. 36c36
  11. <       return "Make a bad thing";
  12. ---
  13. >       return "Make a good thing";
  14. Index: otherfile.cpp
  15. ===================================================================
  16. RCS file: /CVS_repo/SomeProject/otherfile.cpp,v
  17. retrieving revision 1.19
  18. <       ........
  19. ---
  20. >       ........
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement