Mercurial > hg4j
diff src/org/tmatesoft/hg/core/HgManifestCommand.java @ 444:b3b1db9301a2
Few comments that emerged while working on examples
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Tue, 15 May 2012 20:19:22 +0200 |
parents | 12f668401613 |
children | d78cb5ca3053 |
line wrap: on
line diff
--- a/src/org/tmatesoft/hg/core/HgManifestCommand.java Fri May 04 17:59:22 2012 +0200 +++ b/src/org/tmatesoft/hg/core/HgManifestCommand.java Tue May 15 20:19:22 2012 +0200 @@ -81,6 +81,8 @@ return this; } + // FIXME add changeset(Nodeid), perhaps rename revision(int) to changeset(int), and add changeset(int) to HgLogCommand (and, perhaps, others) + public HgManifestCommand dirs(boolean include) { // XXX whether directories with directories only are include or not // now lists only directories with files