meld r1239 - trunk/vc
- From: vincele svn gnome org
- To: svn-commits-list gnome org
- Subject: meld r1239 - trunk/vc
- Date: Mon, 9 Mar 2009 20:11:43 +0000 (UTC)
Author: vincele
Date: Mon Mar 9 20:11:43 2009
New Revision: 1239
URL: http://svn.gnome.org/viewvc/meld?rev=1239&view=rev
Log:
Use self.VC_DIR instead of hardcoding "_darcs" subdirectory name
Modified:
trunk/vc/darcs.py
Modified: trunk/vc/darcs.py
==============================================================================
--- trunk/vc/darcs.py (original)
+++ trunk/vc/darcs.py Mon Mar 9 20:11:43 2009
@@ -130,6 +130,6 @@
if path in whatsnew:
state = whatsnew[path]
vcfile = fstype(path, filename, state)
- if filename != "_darcs":
+ if filename != self.VC_DIR:
rets.append(vcfile)
return rets
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]