Mercurial > hg4j
comparison src/org/tmatesoft/hg/repo/HgRepositoryFiles.java @ 456:909306e412e2
Refactor LogFacility and SessionContext, better API for both
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Mon, 18 Jun 2012 16:54:00 +0200 |
parents | 6865eb742883 |
children | a458f9fb00ce |
comparison
equal
deleted
inserted
replaced
454:36fd1fd06492 | 456:909306e412e2 |
---|---|
14 * the terms of a license other than GNU General Public License | 14 * the terms of a license other than GNU General Public License |
15 * contact TMate Software at support@hg4j.com | 15 * contact TMate Software at support@hg4j.com |
16 */ | 16 */ |
17 package org.tmatesoft.hg.repo; | 17 package org.tmatesoft.hg.repo; |
18 | 18 |
19 import org.tmatesoft.hg.internal.Experimental; | |
20 | 19 |
21 /** | 20 /** |
22 * Names of some Mercurial configuration/service files. | 21 * Names of some Mercurial configuration/service files. |
23 * | 22 * |
24 * @author Artem Tikhomirov | 23 * @author Artem Tikhomirov |
25 * @author TMate Software Ltd. | 24 * @author TMate Software Ltd. |
26 */ | 25 */ |
27 @Experimental | |
28 public enum HgRepositoryFiles { | 26 public enum HgRepositoryFiles { |
29 | 27 |
30 HgIgnore(".hgignore"), HgTags(".hgtags"), HgEol(".hgeol"), | 28 HgIgnore(".hgignore"), HgTags(".hgtags"), HgEol(".hgeol"), |
31 Dirstate(".hg/dirstate"), HgLocalTags(".hg/localtags"), | 29 Dirstate(".hg/dirstate"), HgLocalTags(".hg/localtags"), |
32 HgSub(".hgsub"), HgSubstate(".hgsubstate"); | 30 HgSub(".hgsub"), HgSubstate(".hgsubstate"); |