Skip to content

Commit

Permalink
Merge pull request #3 from drlabratory/doug_hg
Browse files Browse the repository at this point in the history
Changing graphics referenced in 03-conflict.md
  • Loading branch information
douglatornell committed May 21, 2014
2 parents 71a631c + e9ac5f8 commit 15189d0
Show file tree
Hide file tree
Showing 13 changed files with 1,480 additions and 5,900 deletions.
6 changes: 3 additions & 3 deletions novice/hg/03-conflict.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ added 1 changesets with 1 changes to 1 files

Our repositories are now in this state:

<img src="img/git-after-first-conflicting-change.svg" alt="After Making First Change" />
<img src="img/hg-after-first-conflicting-change.svg" alt="After Making First Change" />

Now let's switch to the copy under `/tmp`
and make a different change there
Expand Down Expand Up @@ -337,7 +337,7 @@ $ hg commit -m "Merging changes from Bitbucket"

Our repositories now look like this:

<img src="img/git-after-second-conflicting-change.svg" alt="After Making Second (Conflicting) Change" />
<img src="img/hg-after-second-conflicting-change.svg" alt="After Making Second (Conflicting) Change" />

or in terms of the graph,

Expand Down Expand Up @@ -395,7 +395,7 @@ added 2 changesets with 2 changes to 1 files

to get this:

<img src="img/git-after-merging.svg" alt="After Merging Changes Locally" />
<img src="img/hg-after-merging.svg" alt="After Merging Changes Locally" />

Mercurial keeps track of what we've merged with what, so we don't have
to fix things by hand again if we switch back to the repository in our
Expand Down
Binary file removed novice/hg/img/git-after-first-conflicting-change.odg
Binary file not shown.
Loading

0 comments on commit 15189d0

Please sign in to comment.