Zsh rocks: diff -u =(grep -l 'from CommandError' *) =(grep -l -E 
'(raise|except) CommandError' *
(to find all problems)

#! /bin/sh /usr/share/dpatch/dpatch-run
## multipath_commanderror.dpatch by Maximilian Gaß <m...@cloudconnected.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: No description.

@DPATCH@
diff -urNad system-config-lvm-1.1.4~/src/Multipath.py 
system-config-lvm-1.1.4/src/Multipath.py
--- system-config-lvm-1.1.4~/src/Multipath.py   2005-11-09 19:46:15.000000000 
+0100
+++ system-config-lvm-1.1.4/src/Multipath.py    2009-02-18 09:12:17.033205032 
+0100
@@ -2,6 +2,7 @@
 import os
 
 from execute import execWithCapture, execWithCaptureErrorStatus, 
execWithCaptureStatus, execWithCaptureProgress, 
execWithCaptureErrorStatusProgress, execWithCaptureStatusProgress
+from CommandError import CommandError
 
 from lvmui_constants import *
 
diff -urNad system-config-lvm-1.1.4~/src/lvm_model.py 
system-config-lvm-1.1.4/src/lvm_model.py
--- system-config-lvm-1.1.4~/src/lvm_model.py   2008-04-08 21:16:16.000000000 
+0200
+++ system-config-lvm-1.1.4/src/lvm_model.py    2009-02-18 09:13:25.207280695 
+0100
@@ -6,6 +6,7 @@
 from lvmui_constants import *
 from BlockDeviceModel import *
 from execute import execWithCapture, execWithCaptureErrorStatus, 
execWithCaptureStatus, ProgressPopup
+from CommandError import CommandError
 import gettext
 _ = gettext.gettext
 

Attachment: signature.asc
Description: Digital signature

Reply via email to