diff options
Diffstat (limited to 'versionControl/handOut.rst')
-rw-r--r-- | versionControl/handOut.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/versionControl/handOut.rst b/versionControl/handOut.rst index 5b62720..7e44173 100644 --- a/versionControl/handOut.rst +++ b/versionControl/handOut.rst @@ -1,4 +1,4 @@ - +is ================= Version Control ================= @@ -688,7 +688,7 @@ Now let's say you make some changes. You edit a file and you want to commit your $ 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 |