Mercurial > hg4j
comparison src/org/tmatesoft/hg/core/LogCommand.java @ 107:7ec89d637f50
CatCommand
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Sat, 29 Jan 2011 02:16:01 +0100 |
parents | a3a2e5deb320 |
children | b92a638764be |
comparison
equal
deleted
inserted
replaced
106:5c43e937e15b | 107:7ec89d637f50 |
---|---|
54 private Path file; | 54 private Path file; |
55 private boolean followHistory; // makes sense only when file != null | 55 private boolean followHistory; // makes sense only when file != null |
56 private Cset changeset; | 56 private Cset changeset; |
57 | 57 |
58 public LogCommand(HgRepository hgRepo) { | 58 public LogCommand(HgRepository hgRepo) { |
59 this.repo = hgRepo; | 59 repo = hgRepo; |
60 } | 60 } |
61 | 61 |
62 /** | 62 /** |
63 * Limit search to specified user. Multiple user names may be specified. | 63 * Limit search to specified user. Multiple user names may be specified. |
64 * @param user - full or partial name of the user, case-insensitive, non-null. | 64 * @param user - full or partial name of the user, case-insensitive, non-null. |