Fossil SCM
Inconsistent diff output.
Closed
5fb944026d15906…
· opened 16 years, 3 months ago
- Type
- Code_Defect
- Priority
- —
- Severity
- Minor
- Resolution
- Overcome_By_Events
- Subsystem
- —
- Created
- Jan. 3, 2010 12:47 a.m.
$ 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
Comments (1)
stephan
3 years, 2 months ago
The diff command no longer behaves that way when passed a single file.