Meld 1.1.5.2 (r968) vc/svn.py patch - removed '-kb'
- From: "Kevin Grover" <kevin kevingrover net>
- To: meld-list gnome org
- Subject: Meld 1.1.5.2 (r968) vc/svn.py patch - removed '-kb'
- Date: Mon, 21 Jan 2008 11:08:39 -0800
I patched svn.py to remove the '-kb' switch. On the standard CLI,
including those switches produces an error.
I have _not_ seen this occur. I just noticed it while reading the
code and got curious. After trying it, I figured that it was a hold
over from munging the cvs code to deal with svn.
- Kevin Grover
Index: vc/svn.py
===================================================================
--- vc/svn.py (revision 968)
+++ vc/svn.py (working copy)
@@ -43,8 +43,6 @@
def update_command(self):
return [self.CMD,"update"]
def add_command(self, binary=0):
- if binary:
- return [self.CMD,"add","-kb"]
return [self.CMD,"add"]
def remove_command(self, force=0):
return [self.CMD,"rm","--force"]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]