versionControl/handOut.rst
changeset 54 bed3fe467e21
parent 38 ce7634ee7986
child 60 8a36825e21c5
--- a/versionControl/handOut.rst	Wed Sep 16 16:51:01 2009 +0530
+++ b/versionControl/handOut.rst	Wed Sep 16 18:38:30 2009 +0530
@@ -1,4 +1,4 @@
-
+is	
 =================
  Version Control
 =================
@@ -688,7 +688,7 @@
 
     $ hg commit
 
-An editor will pop-up asking you to write a message describing your change. This is required. When you're done for the day, and you have required changesets sitting in your repository. Before pushing to upstream make sure to pull and update and merge branches if required, once everything looks okay and you have single track, push the changes, ::
+An editor will pop-up asking you to write a message describing your change. When you're done for the day, and you have required changesets sitting in your repository. Before pushing to upstream make sure to pull and update and merge branches if required, once everything looks okay and you have single track, push the changes, ::
 
     $ hg push