Kiln » TortoiseHg » TortoiseHg
Clone URL:  
Pushed to one repository · View In Graph Contained in 2.0, 2.0.1, and 2.0.2

stable doc: create a specific section for nautilus

Changeset 2b0e68e25a56

Parent 34a2f9dbc207

by André Sintzoff

Changes to 3 files · Browse files at 2b0e68e25a56 Showing diff from parent 34a2f9dbc207 Diff from another changeset...

 
7
8
9
 
10
11
12
 
7
8
9
10
11
12
13
@@ -7,6 +7,7 @@
    common   explorer + nautilus   workbench   init   clone
 
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
 
128
129
130
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
131
@@ -128,26 +128,4 @@
    @@noicons   -Nautilus --------- - -TortoiseHg also provides shell integration with the GNOME desktop via a -nautilus-python plugin. If you have installed TortoiseHg from a -distribution package, the odds are that this extension is already -configured. If not, please consult our Wiki for instructions on how to -enable this feature. - -While the nautilus extension does not have its own GUI for managing the -overlays and context menus, it does support command promotion into the -top menu. It requires you to edit your :file:`~/.hgrc` file and add -lines like these:: - - [tortoisehg] - promoteditems = commit, log, synch - -.. figure:: figures/nautilus.png - :alt: Nautilus screenshot - - GNOME/Nautilus screenshot -  .. vim: noet ts=4
Change 1 of 1 Show Entire File doc/​source/​nautilus.txt Stacked
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
@@ -0,0 +1,26 @@
+GNOME desktop integration +========================= + +.. module:: nautilus + :synopsis: GNOME desktop integration + +TortoiseHg also provides shell integration with the GNOME desktop via a +nautilus-python plugin. If you have installed TortoiseHg from a +distribution package, the odds are that this extension is already +configured. If not, please consult our Wiki for instructions on how to +enable this feature. + +While the nautilus extension does not have its own GUI for managing the +overlays and context menus, it does support command promotion into the +top menu. It requires you to edit your :file:`~/.hgrc` file and add +lines like these:: + + [tortoisehg] + promoteditems = commit, log, synch + +.. figure:: figures/nautilus.png + :alt: Nautilus screenshot + + GNOME/Nautilus screenshot + +.. vim: noet ts=4