Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py

changeset 3044
a6cee59c80a4
parent 3037
a417a0670a36
child 3060
5883ce99ee12
child 3160
209a07d7e401
equal deleted inserted replaced
3043:71f5c524d427 3044:a6cee59c80a4
187 ' ': self.trUtf8('yes'), 187 ' ': self.trUtf8('yes'),
188 '*': self.trUtf8('no'), 188 '*': self.trUtf8('no'),
189 } 189 }
190 190
191 self.rx_status = QRegExp( 191 self.rx_status = QRegExp(
192 '(.{8,9})\\s+([0-9-]+)\\s+([0-9?]+)\\s+([\\w?]+)\\s+(.+)\\s*') 192 '(.{8,9})\\s+([0-9-]+)\\s+([0-9?]+)\\s+(\\S+)\\s+(.+)\\s*')
193 # flags (8 or 9 anything), revision, changed rev, author, path 193 # flags (8 or 9 anything), revision, changed rev, author, path
194 self.rx_status2 = \ 194 self.rx_status2 = \
195 QRegExp('(.{8,9})\\s+(.+)\\s*') 195 QRegExp('(.{8,9})\\s+(.+)\\s*')
196 # flags (8 or 9 anything), path 196 # flags (8 or 9 anything), path
197 self.rx_changelist = \ 197 self.rx_changelist = \

eric ide

mercurial