-
Notifications
You must be signed in to change notification settings - Fork 3
/
oxygen-icons-rules
66 lines (54 loc) · 1.18 KB
/
oxygen-icons-rules
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
65
66
#
# Created by Riccardo Iaconelli <[email protected]>
#
create repository oxygen-icons
end repository
# Ignore some upheaval in KDE's SVN history.
# stolen from konversation-rules
match /
min revision 409202
max revision 409210
end match
match /
min revision 411973
max revision 411973
end match
## Oxygen
match /trunk/playground/artwork/Oxygen/theme/oxygen/
min revision 546784
max revision 626666
repository oxygen-icons
branch master
end match
match /trunk/playground/artwork/Oxygen/theme/oxygen/
min revision 626698
max revision 640043
repository oxygen-icons
branch master
end match
match /trunk/KDE/kdelibs/pics/oxygen/
min revision 640052
max revision 699614
repository oxygen-icons
branch master
end match
match /trunk/KDE/kdebase/runtime/pics/oxygen/
min revision 699615
max revision 940054
repository oxygen-icons
branch master
end match
match /trunk/kdesupport/oxygen-icons/
min revision 940055
repository oxygen-icons
branch master
end match
## Tags
match /tags/KDE/(\d+)\.(\d+)\.(\d+)/oxygen-icons/
repository oxygen-icons
branch refs/tags/v\1.\2.\3
annotated true
end match
## If it didn't match, ignore
match /
end match