Changeset 192


Ignore:
Timestamp:
17-04-07 16:23:24 (6 years ago)
Author:
thomas
Message:
  • moap/vcs/cvs.py (CVS.diff): Also show new files completely in diff.
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r191 r192  
     12007-04-17  Thomas Vander Stichele  <thomas at apestaart dot org> 
     2 
     3        * moap/vcs/cvs.py (CVS.diff): 
     4          Also show new files completely in diff. 
     5 
    162007-04-17  Thomas Vander Stichele  <thomas at apestaart dot org> 
    27 
  • trunk/moap/vcs/cvs.py

    r141 r192  
    105105            path = path[len(self.path) + 1:] 
    106106        # Don't want "Diffing ..." output, and 3 lines of context 
    107         cmd = "cvs -q diff -u3 %s" % path 
     107        cmd = "cvs -q diff -u3 -N %s" % path 
    108108        self.debug('Running command %s' % cmd) 
    109109        output = commands.getoutput(cmd) 
Note: See TracChangeset for help on using the changeset viewer.