# HG changeset patch # User Arne Babenhauserheide # Date 1241181092 -7200 # Node ID 4fc2fc6ddbed8d7bd6142aa629c2f3263b13d9b4 # Parent 5e1cff189630e1e19eca834b18acec06a8c54789 learning in workflows: Added a note that we need a link for information about .hg diff -r 5e1cff189630 -r 4fc2fc6ddbed text/learning_mercurial_in_workflows.txt --- a/text/learning_mercurial_in_workflows.txt Fri May 01 14:01:08 2009 +0200 +++ b/text/learning_mercurial_in_workflows.txt Fri May 01 14:31:32 2009 +0200 @@ -185,7 +185,7 @@ $ hg pull ../feature1 -Now you have the history of feature1 inside your project, but the changes aren't yet visible. Instead they are only stored inside the .hg directory of the project. +Now you have the history of feature1 inside your project, but the changes aren't yet visible. Instead they are only stored inside a .hg directory of the project ([more information on the store]()). Note: From now on we'll use the name "repository" for a directory which has a .hg directory with Mercurial history.