| 
				
			 | 
			
			
				@@ -8,7 +8,7 @@ python (>= 2.5.0) and ``less``. 
			 | 
		
	
		
			
			| 
				8
			 | 
			
				8
			 | 
			
			
				 """ 
			 | 
		
	
		
			
			| 
				9
			 | 
			
				9
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				10
			 | 
			
				10
			 | 
			
			
				 META_INFO = { 
			 | 
		
	
		
			
			| 
				11
			 | 
			
				
			 | 
			
			
				-    'version'     : '0.9', 
			 | 
		
	
		
			
			| 
				
			 | 
			
				11
			 | 
			
			
				+    'version'     : '0.9.1', 
			 | 
		
	
		
			
			| 
				12
			 | 
			
				12
			 | 
			
			
				     'license'     : 'BSD-3', 
			 | 
		
	
		
			
			| 
				13
			 | 
			
				13
			 | 
			
			
				     'author'      : 'Matthew Wang', 
			 | 
		
	
		
			
			| 
				14
			 | 
			
				14
			 | 
			
			
				     'email'       : 'mattwyl(@)gmail(.)com', 
			 | 
		
	
	
		
			
			| 
				
			 | 
			
			
				@@ -54,7 +54,7 @@ COLORS = { 
			 | 
		
	
		
			
			| 
				54
			 | 
			
				54
			 | 
			
			
				 VCS_INFO = { 
			 | 
		
	
		
			
			| 
				55
			 | 
			
				55
			 | 
			
			
				     'Git': { 
			 | 
		
	
		
			
			| 
				56
			 | 
			
				56
			 | 
			
			
				         'probe' : ['git', 'rev-parse'], 
			 | 
		
	
		
			
			| 
				57
			 | 
			
				
			 | 
			
			
				-        'diff'  : ['env', '-u', 'GIT_EXTERNAL_DIFF', 'git', 'diff'], 
			 | 
		
	
		
			
			| 
				
			 | 
			
				57
			 | 
			
			
				+        'diff'  : ['git', 'diff', '--no-ext-diff'], 
			 | 
		
	
		
			
			| 
				58
			 | 
			
				58
			 | 
			
			
				         'log'   : ['git', 'log', '--patch'], 
			 | 
		
	
		
			
			| 
				59
			 | 
			
				59
			 | 
			
			
				     }, 
			 | 
		
	
		
			
			| 
				60
			 | 
			
				60
			 | 
			
			
				     'Mercurial': { 
			 |