meld r1022 - in trunk: . vc
- From: stevek svn gnome org
- To: svn-commits-list gnome org
- Subject: meld r1022 - in trunk: . vc
- Date: Thu, 10 Jul 2008 07:05:35 +0000 (UTC)
Author: stevek
Date: Thu Jul 10 07:05:35 2008
New Revision: 1022
URL: http://svn.gnome.org/viewvc/meld?rev=1022&view=rev
Log:
Ignore *.pyc
Modified:
trunk/ (props changed)
trunk/vc/ (props changed)
trunk/vc/__init__.py
Modified: trunk/vc/__init__.py
==============================================================================
--- trunk/vc/__init__.py (original)
+++ trunk/vc/__init__.py Thu Jul 10 07:05:35 2008
@@ -46,4 +46,5 @@
return _null.Vc(location)
#Pick the Vc with the longest repo root
- return max(vcs, key=lambda repo: len(repo.root))
+ #return max(vcs, key=lambda repo: len(repo.root))
+ return vcs[0]
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]