Skip to content

Commit 1ad1939

Browse files
committed
tools/hg: [Initial clone of the repository] add output example
1 parent 3e1f5a2 commit 1ad1939

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

tools/hg.txt

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,17 @@ The first step is to clone the central repository to your own machine.
7979

8080
Note: By default, the directory name will match the one on the server. If you want to use a different name, enter it at the end of the command.
8181

82+
You should see output like this:
83+
destination directory: test
84+
requesting all changes
85+
adding changesets
86+
adding manifests
87+
adding file changes
88+
added 78 changesets with 799 changes to 642 files
89+
updating to branch default
90+
137 files updated, 0 files merged, 0 files removed, 0 files unresolved
91+
This has now created a directory called ''test'' containing all of the test repository contents.
92+
8293
Once this command is complete, you now have your very own copy of the repository. You can begin making changes at will.
8394

8495
===== Working With Mercurial =====

0 commit comments

Comments
 (0)