Mercurial > hg4j
diff src/org/tmatesoft/hg/repo/HgRepositoryFiles.java @ 481:a458f9fb00ce
Access to user-supplied message of last commit
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 07 Aug 2012 14:02:28 +0200 |
parents | 909306e412e2 |
children | 6c67debed07e |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/repo/HgRepositoryFiles.java Tue Jul 17 22:14:21 2012 +0200 +++ b/src/org/tmatesoft/hg/repo/HgRepositoryFiles.java Tue Aug 07 14:02:28 2012 +0200 @@ -27,7 +27,8 @@ HgIgnore(".hgignore"), HgTags(".hgtags"), HgEol(".hgeol"), Dirstate(".hg/dirstate"), HgLocalTags(".hg/localtags"), - HgSub(".hgsub"), HgSubstate(".hgsubstate"); + HgSub(".hgsub"), HgSubstate(".hgsubstate"), + LastMessage("last-message.txt"); private String fname;