Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 0.8.2, 0.8.3, and 0.9

doc: fix case of TortoiseHg

from TortoiseHG to TortoiseHg

Changeset c70477d8190f

Parent 0ba9b34a24fa

by Giampaolo Fadel

Changes to 6 files · Browse files at c70477d8190f Showing diff from parent 0ba9b34a24fa Diff from another changeset...

 
11
12
13
14
 
15
16
17
 
277
278
279
280
 
281
282
283
 
11
12
13
 
14
15
16
17
 
277
278
279
 
280
281
282
283
@@ -11,7 +11,7 @@
  proper configuration. See   `issue #82 <http://bitbucket.org/tortoisehg/stable/issue/82/>`_.   -The commit tool is an important part of TortoiseHG. It is, in fact, the +The commit tool is an important part of TortoiseHg. It is, in fact, the  only component that is launchable from the first level of the context  menu. This is mainly because it is the most heavily used tool. Not only  can you commit your changes, but you can examine the state of your @@ -277,7 +277,7 @@
  hgtk commit [OPTIONS] [FILES]    where [FILES] is one or more file that must be commited, if no files are -specified TortoiseHG commits all the modified files, and valid [OPTIONS] are: +specified TortoiseHg commits all the modified files, and valid [OPTIONS] are:    ``-d``, ``--date``   Use the specified date as commit date, if not specified the current date
 
39
40
41
42
 
43
44
45
 
39
40
41
 
42
43
44
45
@@ -39,7 +39,7 @@
  this problem. See also   `ssh <http://bitbucket.org/tortoisehg/stable/wiki/ssh>`_.   -*How can I use Qct with TortoiseHG, after version 0.7?* +*How can I use Qct with TortoiseHg, after version 0.7?*     We recommend that you try the commit tool that comes with TortoiseHg   before running back to Qct, but here are the instructions should you
 
1
 
2
3
4
5
6
 
7
8
9
 
 
1
2
3
4
5
 
6
7
8
9
@@ -1,9 +1,9 @@
-.. TortoiseHG documentation master file, created by +.. TortoiseHg documentation master file, created by   sphinx-quickstart on Tue Jul 21 13:14:26 2009.   You can adapt this file completely to your liking, but it should at least   contain the root `toctree` directive.   -Welcome to TortoiseHG's documentation! +Welcome to TortoiseHg's documentation!  ======================================    Contents:
 
5
6
7
8
 
9
10
11
 
30
31
32
33
 
34
35
36
37
38
39
 
40
41
42
 
44
45
46
47
 
48
49
50
 
56
57
58
59
 
60
61
62
 
63
64
65
66
67
68
69
 
70
71
 
72
73
74
75
 
76
77
78
 
5
6
7
 
8
9
10
11
 
30
31
32
 
33
34
35
36
37
38
 
39
40
41
42
 
44
45
46
 
47
48
49
50
 
56
57
58
 
59
60
61
 
62
63
64
65
66
67
68
 
69
70
 
71
72
73
74
 
75
76
77
78
@@ -5,7 +5,7 @@
 .. module:: introduction   :synopsis: Introduce TortoiseHg and its various parts   -What is TortoiseHG? +What is TortoiseHg?  ===================    TortoiseHg is a set of graphical tools and a shell extension for the @@ -30,13 +30,13 @@
 OS X.     -Installing TortoiseHG +Installing TortoiseHg  =====================    On Windows  ----------   -TortoiseHG comes with an easy to use installer. Double click on the installer +TortoiseHg comes with an easy to use installer. Double click on the installer  file and follow the instructions. The installer will take care of the rest.    After installation a reboot is necessary. @@ -44,7 +44,7 @@
 .. note::   If you have an older (less than 0.8) version already installed, the   installer will ask that you to remove the previous version of - TortoiseHG, which must be removed from control panel. Removing + TortoiseHg, which must be removed from control panel. Removing   TortoiseOverlays is also recommended, if no other apps are using   them, but not strictly required.   @@ -56,23 +56,23 @@
 Language settings  ~~~~~~~~~~~~~~~~~   -The TortoiseHG user interface has been translated into many languages. +The TortoiseHg user interface has been translated into many languages.  You don't need to download a language pack. All the available languages  are shipped with the installer. Look in -:file:`C:\\Program Files\\TortoiseHG\\locale` for the available +:file:`C:\\Program Files\\TortoiseHg\\locale` for the available  languages. To enable a language just set the environment variable  ``LANG`` to the desidered language, e.g. for italian ``SET LANG=it``.    .. note::   After setting LANG, if the standard GUI elements like :guilabel:`OK`,   :guilabel:`Apply` etc. still appear in English, it means that the - TortoiseHG installer did not include the translation component of GTK+ + TortoiseHg installer did not include the translation component of GTK+   for your locale. This was probably due to an incomplete translation - of TortoiseHG at the moment of release it. + of TortoiseHg at the moment of release it.    The Windows shell extension context menus get their translations from  the Windows registry. Translations for many locales are available from -the TortoiseHG `wiki <http://bitbucket.org/tortoisehg/stable/wiki/install>`_. +the TortoiseHg `wiki <http://bitbucket.org/tortoisehg/stable/wiki/install>`_.  Once the desidered file is downloaded (rename it to .reg if the  extension is .txt), double-click on it and confirm all the requests.  
 
10
11
12
13
 
14
15
16
17
18
19
20
 
21
22
23
24
 
25
26
27
 
28
29
30
31
 
32
33
34
 
65
66
67
68
 
69
70
71
 
72
73
74
 
75
76
77
 
10
11
12
 
13
14
15
16
17
18
19
 
20
21
22
23
 
24
25
26
 
27
28
29
30
 
31
32
33
34
 
65
66
67
 
68
69
70
 
71
72
73
 
74
75
76
77
@@ -10,25 +10,25 @@
   This book is written for computer literate folk who want to use  Mercurial to manage their data, but are uncomfortable using the command -line client to do so. Since TortoiseHG is a windows shell extension it's +line client to do so. Since TortoiseHg is a windows shell extension it's  assumed that the user is familiar with the windows explorer and knows  how to use it.    Reading guide  =============   -This Preface explains a little about the TortoiseHG project, the +This Preface explains a little about the TortoiseHg project, the  community of people who work on it, and the licensing conditions for  using it and distributing it.   -The :doc:`intro`, explains what TortoiseHG is, what it does, where it +The :doc:`intro`, explains what TortoiseHg is, what it does, where it  comes from and the basics for installing it on your PC.   -The :doc:`quick`, is a quick tutorial on how to start with TortoiseHG. +The :doc:`quick`, is a quick tutorial on how to start with TortoiseHg.    The remaining chapters describe the tools that are part of TortoiseHg.   -TortoiseHG is free! +TortoiseHg is free!  ===================    TortoiseHg is released under @@ -65,13 +65,13 @@
 :guilabel:`Commit`   Indicates a label, button or anything that appears in user interfaces.   -:menuselection:`TortoiseHG... --> About` +:menuselection:`TortoiseHg... --> About`   Indicates a menu choice, or a combination of menu choice, tab   selection and GUI label. For example - :menuselection:`TortoiseHG... --> Global settings --> Commit --> User name` + :menuselection:`TortoiseHg... --> Global settings --> Commit --> User name`   means do something in :guilabel:`User name` label under   :guilabel:`Commit` tab selectable from the menu choice - :menuselection:`TortoiseHG... --> Global settings`. + :menuselection:`TortoiseHg... --> Global settings`.    :file:`.hg/hgrc`   Indicates a filename or directory name.
 
3
4
5
6
 
7
8
9
 
12
13
14
15
16
 
 
17
18
 
19
20
21
22
23
 
24
25
26
27
 
28
29
30
 
36
37
38
39
 
40
41
42
 
3
4
5
 
6
7
8
9
 
12
13
14
 
 
15
16
17
 
18
19
20
21
22
 
23
24
25
26
 
27
28
29
30
 
36
37
38
 
39
40
41
42
@@ -3,7 +3,7 @@
 ==============================    .. module:: tour - :synopsis: A Gentle Introduction to Using TortoiseHG on Windows + :synopsis: A Gentle Introduction to Using TortoiseHg on Windows    One of the great things about Mercurial is that there are lots of different  `Collaboration Models <http://hgbook.red-bean.com/hgbookch6.html#x10-1110006.2>`_. @@ -12,19 +12,19 @@
 To get started, suppose you volunteer to create the first version. There are  `ways of importing already existing repositories <http://www.selenic.com/mercurial/wiki/index.cgi/RepositoryConversion>`_,  but lets assume we're starting from scratch. First you need to make sure -that you are correctly identified in TortoiseHG. You do this by -adjusting the global settings of TortoiseHG. Try right-clicking your +that you are correctly identified in TortoiseHg. You do this by +adjusting the global settings of TortoiseHg. Try right-clicking your  source folder and following -:menuselection:`TortoiseHG --> Global Settings` +:menuselection:`TortoiseHg --> Global Settings`    .. figure:: figures/contextmenu.png   :alt: Context Menu   -From there you should be able to find what TortoiseHG thinks your name +From there you should be able to find what TortoiseHg thinks your name  is, and correct it.    .. note:: - If you forget to set your name TortoiseHG will ask you for it at the + If you forget to set your name TortoiseHg will ask you for it at the   first *commit*, when the name is first required.    Create the repository on your local machine by using the @@ -36,7 +36,7 @@
 so you'll better understand how Mercurial is working.    Add the files contained in the folder by following the menu -:menuselection:`TortoiseHG --> Add Files`. +:menuselection:`TortoiseHg --> Add Files`.    .. {{images/image008.gif}}