Mercurial > hg4j
comparison 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 |
comparison
equal
deleted
inserted
replaced
443:072b5f3ed0c8 | 444:b3b1db9301a2 |
---|---|
78 | 78 |
79 public HgManifestCommand revision(int rev) { | 79 public HgManifestCommand revision(int rev) { |
80 startRev = endRev = rev; | 80 startRev = endRev = rev; |
81 return this; | 81 return this; |
82 } | 82 } |
83 | |
84 // FIXME add changeset(Nodeid), perhaps rename revision(int) to changeset(int), and add changeset(int) to HgLogCommand (and, perhaps, others) | |
83 | 85 |
84 public HgManifestCommand dirs(boolean include) { | 86 public HgManifestCommand dirs(boolean include) { |
85 // XXX whether directories with directories only are include or not | 87 // XXX whether directories with directories only are include or not |
86 // now lists only directories with files | 88 // now lists only directories with files |
87 needDirs = include; | 89 needDirs = include; |