comparison fetch_command.py @ 42:485ae93bc358

Only print this message if we actually care.
author Augie Fackler <durin42@gmail.com>
date Sun, 26 Oct 2008 22:43:01 -0500
parents b3c7b844b782
children 85fcac4e2291
comparison
equal deleted inserted replaced
41:496c0354019c 42:485ae93bc358
135 props.update(pl) 135 props.update(pl)
136 if p[-1] == '/': 136 if p[-1] == '/':
137 dirs_to_list.append(p) 137 dirs_to_list.append(p)
138 else: 138 else:
139 files_to_grab.add(p) 139 files_to_grab.add(p)
140 hg_editor.ui.status('\nChecking for additional files in directories...\n') 140 if dirs_to_list:
141 hg_editor.ui.status('\nChecking for additional files in'
142 ' directories...\n')
141 while dirs_to_list: 143 while dirs_to_list:
142 hg_editor.ui.status('.') 144 hg_editor.ui.status('.')
143 hg_editor.ui.flush() 145 hg_editor.ui.flush()
144 p = dirs_to_list.pop(0) 146 p = dirs_to_list.pop(0)
145 cleanup_file_handles(svn, i) 147 cleanup_file_handles(svn, i)