commit | 325f1c365e2150759a6bebf3951fad6e5d9b78db | [log] [tgz] |
---|---|---|
author | Shawn O. Pearce <sop@google.com> | Wed May 27 19:25:20 2009 -0700 |
committer | Shawn O. Pearce <sop@google.com> | Wed May 27 19:49:42 2009 -0700 |
tree | 79ac87be8d5af8e7a13794e86f438436c23c6c28 | |
parent | 8e42fee481bdad9295b66c1761d8f85ac56a17a1 [diff] |
Move the per-command ReviewDb handle up to AbstractCommand base class This way administrative commands can also use this feature to manage their own database connection, without having to copy the code over. Signed-off-by: Shawn O. Pearce <sop@google.com>