about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDrew DeVault <sir@cmpwn.com>2019-03-30 15:03:36 -0400
committerDrew DeVault <sir@cmpwn.com>2019-03-30 15:03:36 -0400
commitab632d4e976187a561b2bd1ffb0448904a3d106a (patch)
treeaa21fd182661dc768548f773bd3e03da9ac5bb57
parent411e247a80302bac1137c81d7fa793f7ddca9a0e (diff)
downloadaerc-ab632d4e976187a561b2bd1ffb0448904a3d106a.tar.gz
Actually, git uses cyan for line markers
-rwxr-xr-xcontrib/hldiff.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/hldiff.py b/contrib/hldiff.py
index 367dcda..8171625 100755
--- a/contrib/hldiff.py
+++ b/contrib/hldiff.py
@@ -22,7 +22,7 @@ for line in patch.split("\n"):
             print(line)
         else:
             if line.startswith("@@"):
-                line = lines_re.sub(f"{Fore.BLUE}@@ \\1 @@{Style.RESET_ALL}",
+                line = lines_re.sub(f"{Fore.CYAN}@@ \\1 @@{Style.RESET_ALL}",
                         line)
                 print(line)
             else:
an class='oid'>6711866e ^
ad66bf36 ^
ce163094 ^
234bc09b ^
73961ff0 ^

6711866e ^
73961ff0 ^
2ed66adc ^



06d077c6 ^
54e81304 ^
bc44357a ^
6f78d086 ^
35d691a5 ^
87aab6c8 ^
08a843ec ^
73961ff0 ^




b669e804 ^
73961ff0 ^

f01c1eb1 ^
73961ff0 ^
54e81304 ^
ed9c46f1 ^
73961ff0 ^
54e81304 ^
35d691a5 ^
b591a053 ^


4469f88a ^
73961ff0 ^





f01c1eb1 ^
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