Plugins/VcsPlugins/vcsSubversion/SvnStatusDialog.py

branch
5_3_x
changeset 3045
246a9fcead25
parent 2302
f29e9405c851
child 3163
9f50365a0870
equal deleted inserted replaced
3027:879c9e237986 3045:246a9fcead25
187 ' ': self.trUtf8('yes'), 187 ' ': self.trUtf8('yes'),
188 '*': self.trUtf8('no'), 188 '*': self.trUtf8('no'),
189 } 189 }
190 190
191 self.rx_status = \ 191 self.rx_status = \
192 QRegExp('(.{8,9})\\s+([0-9-]+)\\s+([0-9?]+)\\s+([\\w?]+)\\s+(.+)\\s*') 192 QRegExp('(.{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