meld r1212 - trunk/vc
- From: vincele svn gnome org
- To: svn-commits-list gnome org
- Subject: meld r1212 - trunk/vc
- Date: Tue, 3 Mar 2009 00:17:11 +0000 (UTC)
Author: vincele
Date: Tue Mar 3 00:17:11 2009
New Revision: 1212
URL: http://svn.gnome.org/viewvc/meld?rev=1212&view=rev
Log:
Remove .git subdir hardcoded value
Modified:
trunk/vc/git.py
Modified: trunk/vc/git.py
==============================================================================
--- trunk/vc/git.py (original)
+++ trunk/vc/git.py Tue Mar 3 00:17:11 2009
@@ -139,4 +139,4 @@
return retdirs, retfiles
def listdir_filter(self, entries):
- return [f for f in entries if f!=".git"]
+ return [f for f in entries if f != self.VC_DIR]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]