Due to recent big git script rename.
Signed-off-by: Chuck Lever <cel@netapp.com>
# this can fail if there are conflicts
if os.system('git-merge-index -o -q gitmergeonefile.py -a') != 0:
# this can fail if there are conflicts
if os.system('git-merge-index -o -q gitmergeonefile.py -a') != 0:
- raise GitException, 'git-merge-cache failed (possible conflicts)'
+ raise GitException, 'git-merge-index failed (possible conflicts)'
def status(files = [], modified = False, new = False, deleted = False,
conflict = False, unknown = False, noexclude = False):
def status(files = [], modified = False, new = False, deleted = False,
conflict = False, unknown = False, noexclude = False):