versionControl/handOut.rst
changeset 139 d309b09761b9
parent 136 68508b5175db
child 143 fde473906aac
equal deleted inserted replaced
138:a201667fa696 139:d309b09761b9
   427 
   427 
   428 You see some cryptic output, but it's essentially giving you the list
   428 You see some cryptic output, but it's essentially giving you the list
   429 of changes made to the file. All the lines that were deleted are
   429 of changes made to the file. All the lines that were deleted are
   430 preceded by a ``-`` and all the new-lines are preceded by a ``+``. You
   430 preceded by a ``-`` and all the new-lines are preceded by a ``+``. You
   431 can see that the ``&`` occurrences have been replaces with ``and``. 
   431 can see that the ``&`` occurrences have been replaces with ``and``. 
       
   432 
       
   433 We should note here that, the ``diff`` wouldn't make much sense, if we had
       
   434 some binary files like ``.jpg`` or ``.pdf`` files. We would see some
       
   435 gibberish in the output. 
   432 
   436 
   433 Let us now commit this change. 
   437 Let us now commit this change. 
   434 ::
   438 ::
   435 
   439 
   436     $ hg commit
   440     $ hg commit