Skip to content

Commit 3e1f5a2

Browse files
committed
tools/hg: [Setting up Mercurial Preferences] add windows config info
1 parent a6c72ba commit 3e1f5a2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/hg.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ The remainder of this guide will focus on the command-line Mercurial client "hg"
2020

2121
==== Setting up Mercurial Preferences ====
2222

23-
You can store basic settings for Mercurial in your config file. [[http://www.selenic.com/mercurial/hgrc.5.html|Detailed instructions for the config file]] are available, but for now, this guide will focus only on setting up the basics.
23+
Note: [[http://www.selenic.com/mercurial/hgrc.5.html|Detailed instructions for the config file]] are available, but for now, this guide will focus only on setting up the basics.
2424

25-
In your favorite plain text editor, create a file named ".hgrc" in your home directory and enter the following:
25+
Create a file in your home directory called ".hgrc", or "%USERPROFILE%\mercurial.ini" on Windows. Give it the following contents, but with your name, email, username, password, and editor replaced appropriately:
2626

2727
[ui]
2828
username = Your Full Name <your@email.address.example>

0 commit comments

Comments
 (0)