Ticket Change Details
Not logged in
Overview

Artifact ID: c7aebb3df309b1c905eb9bbded7d75fd02cbab2f
Ticket: 5fb944026d159060db71329195bf7d6d3d12d124
Inconsistent diff output.
User & Date: anonymous 2010-01-03 00:47:22
Changes

  1. 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>
    
  2. foundin changed to: "[5efb82a71a] 2010-01-01"
  3. private_contact changed to: "95665098df34cbafbd9a88d24c46534ed982e536"
  4. severity changed to: "Minor"
  5. status changed to: "Open"
  6. title changed to: "Inconsistent diff output."
  7. type changed to: "Code_Defect"