Changeset 192
- Timestamp:
- 17-04-07 16:23:24 (6 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
moap/vcs/cvs.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ChangeLog
r191 r192 1 2007-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 1 6 2007-04-17 Thomas Vander Stichele <thomas at apestaart dot org> 2 7 -
trunk/moap/vcs/cvs.py
r141 r192 105 105 path = path[len(self.path) + 1:] 106 106 # Don't want "Diffing ..." output, and 3 lines of context 107 cmd = "cvs -q diff -u3 %s" % path107 cmd = "cvs -q diff -u3 -N %s" % path 108 108 self.debug('Running command %s' % cmd) 109 109 output = commands.getoutput(cmd)
Note: See TracChangeset
for help on using the changeset viewer.
