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

stable doc: give unique url tags

Changeset 1ca2919680b4

Parent 785b4852aef5

by Steve Borho

Changes to one file · Browse files at 1ca2919680b4 Showing diff from parent 785b4852aef5 Diff from another changeset...

 
86
87
88
89
 
90
91
92
 
153
154
155
156
 
157
158
159
160
161
 
162
163
164
165
166
167
168
 
169
170
171
 
86
87
88
 
89
90
91
92
 
153
154
155
 
156
157
158
159
160
 
161
162
163
164
165
166
167
 
168
169
170
171
@@ -86,7 +86,7 @@
 To the right of the :guilabel:`Stop` button is a combo box containing  all of the configured peer repository paths for the current repository.  The default path is selected at startup, if it has been configured. -See `hg.1.html <http://www.selenic.com/mercurial/hg.1.html#urls>`_ for +See `hg.1.html#urls <http://www.selenic.com/mercurial/hg.1.html#urls>`_ for  details on specifying remote repository URLs.    To the right of the path combo box is the :guilabel:`After Pull` combo @@ -153,19 +153,19 @@
    :guilabel:`Rev Range`   Parse the user text as a revision range. See - `hg.1.html <http://www.selenic.com/mercurial/hg.1.html#revisions>`_ + `hg.1.html#revisions <http://www.selenic.com/mercurial/hg.1.html#revisions>`_   for details on how to specify revision ranges.   :guilabel:`File Patterns`   Parse the user text as a file pattern glob, unless the user text   is prefixed with a pattern type like *regexp:*. See - `hg.1.html <http://www.selenic.com/mercurial/hg.1.html#patterns>`_ + `hg.1.html#patterns <http://www.selenic.com/mercurial/hg.1.html#patterns>`_   for details on how to specify file patterns.   :guilabel:`Keywords`   Parse the user text as a keyword pattern that should be matched   against changeset meta data like comitter, message, etc.   :guilabel:`Date`   Parse the user text as a date range. See - `hg.1.html <http://www.selenic.com/mercurial/hg.1.html#dates>`_ + `hg.1.html#dates <http://www.selenic.com/mercurial/hg.1.html#dates>`_   for details on how to specify date ranges.   :guilabel:`User`   Parse the user text as a user / comitter name.