##// END OF EJS Templates
upgrade_dir skips ipythonrc* (would be problematic on win32)
vivainio -
Show More
@@ -24,7 +24,8 b' def upgrade_dir(srcdir, tgtdir):'
24 print s
24 print s
25
25
26 def ignorable(p):
26 def ignorable(p):
27 if p.lower().startswith('.svn'):
27
28 if p.lower().startswith('.svn') or p.startswith('ipythonrc'):
28 return True
29 return True
29 return False
30 return False
30
31
General Comments 0
You need to be logged in to leave comments. Login now