meld r1227 - trunk/vc
- From: vincele svn gnome org
- To: svn-commits-list gnome org
- Subject: meld r1227 - trunk/vc
- Date: Sat, 7 Mar 2009 22:23:27 +0000 (UTC)
Author: vincele
Date: Sat Mar 7 22:23:27 2009
New Revision: 1227
URL: http://svn.gnome.org/viewvc/meld?rev=1227&view=rev
Log:
Remove the git specific listdir_filter() which is
now identical to _vc.Vc.listdir_filter()
Modified:
trunk/vc/git.py
Modified: trunk/vc/git.py
==============================================================================
--- trunk/vc/git.py (original)
+++ trunk/vc/git.py Sat Mar 7 22:23:27 2009
@@ -137,6 +137,3 @@
if dir == directory:
retfiles.append( _vc.File(path, name, state) )
return retdirs, retfiles
-
- def listdir_filter(self, entries):
- 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]