summaryrefslogtreecommitdiff
path: root/debian/patches/svnshell
diff options
context:
space:
mode:
authorPeter Samuelson <peter@p12n.org>2008-05-30 04:38:12 +0000
committerPeter Samuelson <peter@p12n.org>2008-05-30 04:38:12 +0000
commitc9d24214075cc841f353d9ee358feb3a24670d76 (patch)
tree4239921e7f870e801e5c68826300716ba44c3c7f /debian/patches/svnshell
parent392591b8ccd529b485ca40d0346420eb17a439f3 (diff)
Port debian/patches to svn 1.5.0-rc8.
A number of these patches may be either obsolete or incorrect. Also 'quilt refresh -pab --no-timestamps --no-index' every patch.
Diffstat (limited to 'debian/patches/svnshell')
-rw-r--r--debian/patches/svnshell3
1 files changed, 1 insertions, 2 deletions
diff --git a/debian/patches/svnshell b/debian/patches/svnshell
index 41c718c..aff7a81 100644
--- a/debian/patches/svnshell
+++ b/debian/patches/svnshell
@@ -5,7 +5,6 @@
## DP: Contains r20992 from upstream trunk, which may be in 1.4.1.
@DPATCH@
-Index: tools/examples/svnshell.py
--- a/tools/examples/svnshell.py
+++ b/tools/examples/svnshell.py
@@ -50,14 +50,8 @@
@@ -21,6 +20,6 @@ Index: tools/examples/svnshell.py
def default(self, line):
- print self._errors[randint(0, len(self._errors) - 1)]
+ print "Unknown command."
-
+
def do_cat(self, arg):
"""dump the contents of a file"""