changeset 134:4fc2fc6ddbed

learning in workflows: Added a note that we need a link for information about .hg
author Arne Babenhauserheide <bab@draketo.de>
date Fri, 01 May 2009 14:31:32 +0200
parents 5e1cff189630
children 8d069bba8cce
files text/learning_mercurial_in_workflows.txt
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.