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

doc: put handy vim modelines on source files

reST recommends tabs instead of spaces, and 4-wide tabs

Changeset 4dced60bb05f

Parent d40ad17483b5

by Steve Borho

Changes to 13 files · Browse files at 4dced60bb05f Showing diff from parent d40ad17483b5 Diff from another changeset...

 
187
188
189
 
 
 
187
188
189
190
191
@@ -187,3 +187,5 @@
  Maximum size of file to be diffed  :guilabel:`Bottom Diffs`   Show diffs below file list + +.. vim: noet tw=4
 
317
318
319
 
 
317
318
319
320
@@ -317,3 +317,4 @@
 command. Qct was already doing both of these things, so this  will come as no surprise to Qct users.   +.. vim: noet tw=4
 
106
107
108
 
 
 
106
107
108
109
110
@@ -106,3 +106,5 @@
   *hgcmd* also responds appropriately to the global :kbd:`CTRL-W` and  more drastic :kbd:`CTRL-Q` accelerators. + +.. vim: noet tw=4
 
102
103
104
 
 
 
102
103
104
105
106
@@ -102,3 +102,5 @@
  Give each author a separate color in the changelog graph  :menuselection:`TortoiseHg --> Tab width`   Number of spaces to expand tabs in diffs and annotate output + +.. vim: noet tw=4
 
67
68
69
 
 
 
67
68
69
70
71
@@ -67,3 +67,5 @@
 (droplet) icon in the system tray and select :guilabel:`Options`.  In the options dialog you can promote individual menu options to  the top menu. + +.. vim: noet tw=4
 
32
33
34
 
 
32
33
34
35
@@ -32,3 +32,4 @@
 * :ref:`modindex`  * :ref:`search`   +.. vim: noet tw=4
 
24
25
26
 
 
 
24
25
26
27
28
@@ -24,3 +24,5 @@
 TortoiseHg is primarily written in Python and PyGtk (the Windows shell  extension being a noticeable exception). The hgtk script can be used  on any platform that supports PyGtk, including Mac OS X. + +.. vim: noet tw=4
 
86
87
88
 
 
 
86
87
88
89
90
@@ -86,3 +86,5 @@
   .. warning::   An important note. Pay attention. + +.. vim: noet tw=4
 
27
28
29
 
 
27
28
29
30
@@ -27,3 +27,4 @@
  :command:`hg verify` - perform a consistency check of the contents of your   repository   +.. vim: noet tw=4
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
 
 
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
 ================  TortoiseHg Serve  ================    .. module:: serve.dialog   :synopsis: Dialog used to start/stop the web server    The serve tool is a wrapper for Mercurial's built-in web server. Once  launched, any computer can attach to the http port and browse your  repository(ies) or perform clone, pull, or even push operations (if you  configure your server to allow it).    .. figure:: figures/serve.png   :alt: Web server dialog    :guilabel:`Start`   start the web server    :guilabel:`Stop`   stop the web server    :guilabel:`Browse`   open your default browser at the built-in web server    :guilabel:`Configure`   Configure repository web style, description, and access policies    When the settings dialog is launched via the :guilabel:`Configure` button, it is  run in the context of the current repository. Please visit the  Mercurial wiki for detailed descriptions of what the various web  configurations are for.    If you wish to serve a many repositories with a single web server  instance, you can create an :file:`hgwebdir.conf` text file with the  following contents: ::     [paths]   / = /path/to/repositories/*    The first path '/' is where the repositories will appear in the context  of the web server and the second path describes here the repositories  can be found on your computer. Multiple entries are possible.    To use this file you must launch the TortoiseHg serve dialog from the  command line via: :command:`hgtk serve --webdir-conf=hgwebdir.conf`. In a  future release of TortoiseHg, we hope to make this launchable from the  shell context menu.    Changes since 0.7  -----------------  * Improved error handling  * i18n fixes + +.. vim: noet tw=4
 
80
81
82
 
 
80
81
82
83
@@ -80,3 +80,4 @@
 :guilabel:`TortoiseHg`, :guilabel:`Commit`, :guilabel:`Changelog`, which  are specifically for TortoiseHg).   +.. vim: noet tw=4
 
119
120
121
 
 
 
119
120
121
122
123
@@ -119,3 +119,5 @@
   * :menuselection:`TortoiseHg --> Bottom Diffs`  * :menuselection:`TortoiseHg --> Tab Width` + +.. vim: noet tw=4
 
142
143
144
 
 
 
142
143
144
145
146
@@ -142,3 +142,5 @@
  attachment types.  * Email dialog now sends an intro message only when one has been   entered, regardless of patch count. + +.. vim: noet tw=4