~hbcoders/easybreezy/trunk

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
<action>
	<icon></icon>
	<name>bzr show LOG</name>
	<command>~/.config/Thunar/runlog.sh %F</command>
	<description>Show the log for this project</description>
	<patterns>*</patterns>
	<directories/>
</action>
<action>
	<icon></icon>
	<name>bzr ADD any new files</name>
	<command>~/.config/Thunar/runadd.sh %F</command>
	<description>Add any new files to this project</description>
	<patterns>*</patterns>
	<directories/>
</action>
<action>
	<icon></icon>
	<name>bzr ADD and COMMIT</name>
	<command>~/.config/Thunar/runaddcommit.sh %F</command>
	<description>Add and then commit any new files to this project</description>
	<patterns>*</patterns>
	<directories/>
</action>
<action>
	<icon></icon>
	<name>bzr GET existing distant project</name>
	<command>~/.config/Thunar/runcheckout.sh %F</command>
	<description>Fetch a copy of a project and put it in here </description>
	<patterns>*</patterns>
	<directories/>
</action>
<action>
	<icon></icon>
	<name>bzr COMMIT (save) any changes</name>
	<command>~/.config/Thunar/runcommit.sh %F</command>
	<description>Commit (save your changes) for this project</description>
	<patterns>*</patterns>
	<directories/>
</action>
<action>
	<icon></icon>
	<name>bzr STATUS of changes made here</name>
	<command>~/.config/Thunar/runstatus.sh %F</command>
	<description>Show the status of this project</description>
	<patterns>*</patterns>
	<directories/>
</action>
<action>
	<icon></icon>
	<name>bzr UPDATE here with distant changes</name>
	<command>~/.config/Thunar/runupdate.sh %F</command>
	<description>Update (fetch new files) for this project</description>
	<patterns>*</patterns>
	<directories/>
</action>
<action>
	<icon></icon>
	<name>bzr CREATE new project</name>
	<command>~/.config/Thunar/runnewproject.sh %F %F</command>
	<description>Makes a new project out of this folder</description>
	<patterns>*</patterns>
	<directories/>
</action>