Add the target repo to the data store. We will need it later.
author |
Steve Losh <steve@stevelosh.com> |
date |
Sun, 04 Oct 2009 14:56:22 -0400 |
parents |
b77845ff70cc |
children |
cdd63ba4a8f8 |
#!/usr/bin/env python
INIT_START = '''\
initializing the code review data store and config
'''
INIT_SUCCESS = '''\
the review data has been initialized
run "hg commit .hgreview -m'initialize code review'" to record it permanently
'''
INIT_EXISTS_COMMITTED = '''\
the review data was already initialized by someone else
'''
INIT_EXISTS_UNCOMMITTED = '''\
the review data has already been initialized, but is not recorded!
run "hg commit .hgreview -m'initialize code review'" to record it permanently
'''