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

doc: update URLs as per link-check output

Changeset 573b0553c109

Parent 53fae68badb0

by Steve Borho

Changes to 5 files · Browse files at 573b0553c109 Showing diff from parent 53fae68badb0 Diff from another changeset...

 
106
107
108
109
 
110
111
112
 
106
107
108
 
109
110
111
112
@@ -106,7 +106,7 @@
 .. [#rcm3] Opens the TortoiseHg email dialog with this revision selected.  .. [#rcm4] The strip command will store the stripped revisions in a bundle file   that can later be reapplied. - See `also <http://www.selenic.com/mercurial/wiki/index.cgi/EditingHistory>`_. + See `also <http://mercurial.selenic.com/wiki/EditingHistory>`_.  .. [#rcm5] :menuselection:`Settings --> Global --> TortoiseHg --> Visual Diff Command`  .. [#rcm6] Only sensitive if the selected revision is your current working   directory parent
 
11
12
13
14
 
15
16
17
 
217
218
219
220
 
221
222
223
 
11
12
13
 
14
15
16
17
 
217
218
219
 
220
221
222
223
@@ -11,7 +11,7 @@
   *What comes included in the TortoiseHg binary installer for Windows?*   - `Mercurial <http://www.selenic.com/mercurial/wiki/index.cgi>`_, + `Mercurial <http://mercurial.selenic.com/wiki/>`_,   `kdiff3 <http://kdiff3.sourceforge.net/>`_,   `TortoisePlink <http://www.chiark.greenend.org.uk/%7Esgtatham/putty/>`_   and and one bonus extension: hgfold. @@ -217,7 +217,7 @@
    You must install svn-win32-1.6 command line tools, then add them to   your path. Then you must enable the - `convert <http://www.selenic.com/mercurial/wiki/index.cgi/ConvertExtension>`_ + `convert <http://mercurial.selenic.com/wiki/ConvertExtension>`_   extension. At this point, you should be able to use the   :command:`hg convert` command to do the conversion. Please direct   problems/questions about the convert extension to the Mercurial
 
9
10
11
12
 
13
14
15
 
9
10
11
 
12
13
14
15
@@ -9,7 +9,7 @@
 ===================    TortoiseHg is a set of graphical tools and a shell extension for the -`Mercurial <http://www.selenic.com/mercurial>`_ distributed revision control +`Mercurial <http://mercurial.selenic.com/wiki/>`_ distributed revision control  system.    On Windows,
1
2
3
4
5
6
7
8
9
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
 
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
1
2
3
4
5
6
7
8
9
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
 
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
 =======  Preface  =======    .. module:: preface   :synopsis: About this manual    Audience  ========    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  assumed that the user is familiar with the windows explorer and knows  how to use it.    You can find the most up to date version of this documentation at our  `web <http://bitbucket.org/tortoisehg/stable/downloads>`_ site.    Reading guide  =============    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  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 remaining chapters describe the tools that are part of TortoiseHg.    TortoiseHg is free!  ===================    TortoiseHg is released under  `GPLv2 <http://www.gnu.org/licenses/gpl-2.0.html>`_. You are free to  install it on as many computers as you like, and to redistribute it  according to the GPLv2 license.    Community  =========    Mailing Lists:    * `Users <https://lists.sourceforge.net/lists/listinfo/tortoisehg-discuss>`_  * `Developers <https://lists.sourceforge.net/lists/listinfo/tortoisehg-develop>`_   -And our `wiki <http://bitbucket.org/tortoisehg/stable>`_ on BitBucket. +And our `wiki <http://bitbucket.org/tortoisehg/stable/wiki/Home>`_ on BitBucket.    Acknowledgement  ===============    Thanks to the many people who contribute to the TortoiseHg project. It  takes a community of developers, translators, and users to build a  truly useful tool. Especially users who care enough to report bugs and  file feature requests.    Conventions used in this manual  ===============================    The following typographical conventions are used in this manual:    :kbd:`Ctrl-A`   Indicates a key, or combination of keys, to press.    :guilabel:`Commit`   Indicates a label, button or anything that appears in user interfaces.    :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`   means do something in :guilabel:`User name` label under   :guilabel:`Commit` tab selectable from the menu choice   :menuselection:`TortoiseHg... --> Global settings`.    :file:`.hg/hgrc`   Indicates a filename or directory name.    :command:`hgtk log`   Indicates a command to enter into command window.    .. note::   This is a note.    .. warning::   An important note. Pay attention.    .. vim: noet ts=4
 
6
7
8
9
 
10
11
12
13
 
14
15
16
 
113
114
115
116
 
117
118
 
6
7
8
 
9
10
11
12
 
13
14
15
16
 
113
114
115
 
116
117
118
@@ -6,11 +6,11 @@
  :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>`_. +`Collaboration Models <http://hgbook.red-bean.com/read/file-names-and-pattern-matching.html>`_.  The following describes just one of those ways: a single central repository.    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>`_, +`ways of importing already existing repositories <http://mercurial.selenic.com/wiki/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 @@ -113,6 +113,6 @@
  make my changes the current changeset (tip) in the group repository.    Mercurial makes collaboration easy, fast, and productive. -Learn more at http://www.selenic.com/mercurial/wiki/ +Learn more at Mercurial's `wiki <http://mercurial.selenic.com/wiki/>`_.    .. vim: noet ts=4