Overview
Artifact ID: | c7aebb3df309b1c905eb9bbded7d75fd02cbab2f |
---|---|
Ticket: | 5fb944026d159060db71329195bf7d6d3d12d124
Inconsistent diff output. |
User & Date: | anonymous 2010-01-03 00:47:22 |
Changes
- comment changed to:
$ fossil add hello.txt<br> ADDED hello.txt<br> <br> $ fossil commit -m 'added hello.txt'<br> New_Version: b190756273e71d2d4f13b88b55b18ad394bb3153<br> <br> # No output because hello.txt has not changed.<br> $ fossil diff<br> <br> # Some output when hello.txt is specified by itself making<br> # it hard to know in general if there is a difference or not.<br> $ fossil diff hello.txt <br> --- hello.txt<br> +++ hello.txt<br> <br> # Back to no output when multiple files are specified.<br> $ fossil diff hello.txt hello.txt <br> <br>
- foundin changed to: "[5efb82a71a] 2010-01-01"
- private_contact changed to: "95665098df34cbafbd9a88d24c46534ed982e536"
- severity changed to: "Minor"
- status changed to: "Open"
- title changed to: "Inconsistent diff output."
- type changed to: "Code_Defect"