View Ticket
Not logged in
Ticket UUID: 5fb944026d159060db71329195bf7d6d3d12d124
Title: Inconsistent diff output.
Status: Open Type: Code_Defect
Severity: Minor Priority:
Subsystem: Resolution:
Last Modified: 2010-01-03 00:47:22
Version Found In: [5efb82a71a] 2010-01-01
Description & Comments:
$ fossil add hello.txt
ADDED hello.txt

$ fossil commit -m 'added hello.txt'
New_Version: b190756273e71d2d4f13b88b55b18ad394bb3153

# No output because hello.txt has not changed.
$ fossil diff

# Some output when hello.txt is specified by itself making
# it hard to know in general if there is a difference or not.
$ fossil diff hello.txt
--- hello.txt
+++ hello.txt

# Back to no output when multiple files are specified.
$ fossil diff hello.txt hello.txt