[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Quilt-dev] [PATCH] push: update color matcher for failed merge
From: |
Bert Wesarg |
Subject: |
[Quilt-dev] [PATCH] push: update color matcher for failed merge |
Date: |
Wed, 25 Nov 2009 08:50:25 +0100 |
Patch(1) has recently changed the message for a failed merge from 'UNMERGED'
to 'NOT MERGED' (See commit 87f54e80 in the patch repository). Adopt this
change to quilt push's color matcher.
Signed-off-by: Bert Wesarg <address@hidden>
---
quilt/push.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/quilt/push.in b/quilt/push.in
index c953e01..cca0681 100644
--- a/quilt/push.in
+++ b/quilt/push.in
@@ -72,7 +72,7 @@ colorize()
{
if [ -n "$opt_color" ]; then
awk '
- { if (/FAILED|hunks? ignored|can'\''t find file|file .* already
exists|UNMERGED/)
+ { if (/FAILED|hunks? ignored|can'\''t find file|file .* already
exists|NOT MERGED/)
print "'$color_patch_fail'" $0 "'$color_clear'"
else if (/already applied$/)
print "'$color_patch_fuzz'" $0 "'$color_clear'"
--
tg: (714b8e6..) bw/update-merge-color (depends on: master)
- [Quilt-dev] [PATCH] push: update color matcher for failed merge,
Bert Wesarg <=