comparison: Plugins/VcsPlugins/vcsMercurial/HgUtilities.py
Plugins/VcsPlugins/vcsMercurial/HgUtilities.py
- changeset 945
- 8cd4d08fa9f6
- parent 791
- 9ec2ac20e54e
- child 1509
- c0b5e693b0eb
equal
deleted
inserted
replaced
9 |
9 |
10 import os |
10 import os |
11 |
11 |
12 import Utilities |
12 import Utilities |
13 |
13 |
|
14 |
14 def getConfigPath(): |
15 def getConfigPath(): |
15 """ |
16 """ |
16 Public method to get the filename of the config file. |
17 Public method to get the filename of the config file. |
17 |
18 |
18 @return filename of the config file (string) |
19 @return filename of the config file (string) |