diff -r a201667fa696 -r d309b09761b9 versionControl/handOut.rst --- a/versionControl/handOut.rst Sun Jan 30 01:08:21 2011 +0530 +++ b/versionControl/handOut.rst Sun Jan 30 11:13:06 2011 +0530 @@ -430,6 +430,10 @@ preceded by a ``-`` and all the new-lines are preceded by a ``+``. You can see that the ``&`` occurrences have been replaces with ``and``. +We should note here that, the ``diff`` wouldn't make much sense, if we had +some binary files like ``.jpg`` or ``.pdf`` files. We would see some +gibberish in the output. + Let us now commit this change. ::