comparison: Plugins/VcsPlugins/vcsMercurial/hg.py
Plugins/VcsPlugins/vcsMercurial/hg.py
- changeset 184
- 460932c8d424
- parent 182
- 5fb26c972892
- child 189
- 17bb2db7a347
equal
deleted
inserted
replaced
204 """ |
204 """ |
205 ignorePatterns = [ |
205 ignorePatterns = [ |
206 "glob:.eric5project", |
206 "glob:.eric5project", |
207 "glob:.ropeproject", |
207 "glob:.ropeproject", |
208 "glob:.directory", |
208 "glob:.directory", |
209 "glob:*.pyc", |
209 "glob:**.pyc", |
210 "glob:*.orig", |
210 "glob:**.orig", |
211 "glob:*.bak", |
211 "glob:**.bak", |
212 ] |
212 ] |
213 |
213 |
214 msg = vcsDataDict["message"] |
214 msg = vcsDataDict["message"] |
215 if not msg: |
215 if not msg: |
216 msg = '***' |
216 msg = '***' |