Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 1.0, 1.0.1, and 1.0.2

stable doc: improve links

Changeset d305543396dc

Parent e4587fa1c8b2

by Steve Borho

Changes to 3 files · Browse files at d305543396dc Showing diff from parent e4587fa1c8b2 Diff from another changeset...

 
129
130
131
132
 
133
134
135
 
129
130
131
 
132
133
134
135
@@ -129,7 +129,7 @@
 =================    * `Mercurial Keyring <http://pypi.python.org/pypi/mercurial_keyring>`_ home page -* `Wiki page <http://mercurial.selenic.com/wiki/KeyringExtension>`_ +* `Keyring Extension <http://mercurial.selenic.com/wiki/KeyringExtension>`_ wiki page    Keyring extension uses services of the keyring library to securely save  authentication passwords (HTTP/HTTPS and SMTP) using system specific
 
6
7
8
9
 
 
10
11
12
13
14
15
 
 
16
17
18
 
95
96
97
98
 
 
 
99
100
101
 
133
134
135
136
 
 
 
137
138
139
 
6
7
8
 
9
10
11
12
13
14
 
 
15
16
17
18
19
 
96
97
98
 
99
100
101
102
103
104
 
136
137
138
 
139
140
141
142
143
144
@@ -6,13 +6,14 @@
  :synopsis: Describe using TortoiseHg as a front-end to other VCS    This chapter describes the three most popular Mercurial extensions for -interoperating with *foreign* VCS systems. +interoperating with *foreign* VCS systems. See also `Repository +Conversion <http://mercurial.selenic.com/wiki/RepositoryConversion>`_    Perfarce (Perforce)  ===================   -`Perfarce <http://www.kingswood-consulting.co.uk/hg/perfarce/>`_ home -page. +* `Perfarce <http://www.kingswood-consulting.co.uk/hg/perfarce/>`_ home page. +* `Mercurial for Perforce users <http://mercurial.selenic.com/wiki/PerforceConcepts>`_    This extension modifies the remote repository handling so that repository  paths that resemble:: @@ -95,7 +96,9 @@
 hgsubversion (SVN)  ==================   -`hgsubversion <http://bitbucket.org/durin42/hgsubversion/wiki/Home>`_ home page +* `hgsubversion <http://bitbucket.org/durin42/hgsubversion/wiki/Home>`_ home page +* `hgsubversion Extension <http://mercurial.selenic.com/wiki/HgSubversion>`_ wiki page +* `Working with Subversion Repositories <http://mercurial.selenic.com/wiki/WorkingWithSubversion>`_    hgsubversion, as it's name implies, allows you to use Mercurial as a  client to a Subversion server. It can also be used to do straight @@ -133,7 +136,9 @@
 hg-git (git)  ============   -`hg-git <http://hg-git.github.com/>`_ home page +* `hg-git <http://hg-git.github.com/>`_ home page +* `hg-git Extension <http://mercurial.selenic.com/wiki/HgGit>`_ wiki page +* `Mercurial for Git users <http://mercurial.selenic.com/wiki/GitConcepts>`_    hg-git, as it's name implies, allows you to use Mercurial as a  client to a git server. It can also be used to do straight conversions
 
37
38
39
 
 
 
40
41
42
 
37
38
39
40
41
42
43
44
45
@@ -37,6 +37,9 @@
 :doc:`recovery` describes the recovery operations one can perform on a  project.   +:doc:`nonhg` describes how to use TortoiseHg as a client to +non-Mercurial servers. +  :doc:`faq` has a list of common questions and their answers.    :doc:`debugging` describes how to debug any problems that you find.