Plugins/VcsPlugins/vcsSubversion/Config.py

changeset 6303
ec9ebaf206fb
parent 6048
82ad8ec9548c
child 6645
ad476851d7e0
equal deleted inserted replaced
6302:8bef84b53fbe 6303:ec9ebaf206fb
117 "### while importing or adding files and directories.", 117 "### while importing or adding files and directories.",
118 "### '*' matches leading dots, e.g. '*.rej' matches '.foo.rej'.", 118 "### '*' matches leading dots, e.g. '*.rej' matches '.foo.rej'.",
119 "global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc", 119 "global-ignores = *.o *.lo *.la *.al .libs *.so *.so.[0-9]* *.a *.pyc",
120 " *.pyo .*.rej *.rej .*~ *~ #*# .#* .*.swp .DS_Store", 120 " *.pyo .*.rej *.rej .*~ *~ #*# .#* .*.swp .DS_Store",
121 " *.orig *.bak cur tmp __pycache__ .directory", 121 " *.orig *.bak cur tmp __pycache__ .directory",
122 " .ropeproject .eric4project .eric5project .eric6project", 122 " .ropeproject .eric6project",
123 " _ropeproject _eric4project _eric5project _eric5project",
124 "### Set log-encoding to the default encoding for log messages", 123 "### Set log-encoding to the default encoding for log messages",
125 "# log-encoding = latin1", 124 "# log-encoding = latin1",
126 "### Set use-commit-times to make checkout/update/switch/revert", 125 "### Set use-commit-times to make checkout/update/switch/revert",
127 "### put last-committed timestamps on every file touched.", 126 "### put last-committed timestamps on every file touched.",
128 "# use-commit-times = yes", 127 "# use-commit-times = yes",
180 "cur", 179 "cur",
181 "tmp", 180 "tmp",
182 "__pycache__", 181 "__pycache__",
183 ".directory", 182 ".directory",
184 ".ropeproject", 183 ".ropeproject",
185 ".eric4project",
186 ".eric5project",
187 ".eric6project", 184 ".eric6project",
188 "_ropeproject",
189 "_eric4project",
190 "_eric5project",
191 "_eric6project",
192 ] 185 ]

eric ide

mercurial