fixed commit bugs
This commit is contained in:
parent
09e2bc414d
commit
e71965048e
|
@ -367,17 +367,14 @@ def map_cmd(connection, shelfname=None, category=None):
|
||||||
def suggest_book_data(connection, tmp_file=False):
|
def suggest_book_data(connection, tmp_file=False):
|
||||||
return google_suggest_book_data(connection, tmp_file)
|
return google_suggest_book_data(connection, tmp_file)
|
||||||
|
|
||||||
<<<<<<< .mine
|
|
||||||
def register_books(connection):
|
def register_books(connection):
|
||||||
filename = suggest_book_data(connection, tmp_file=True)
|
filename = suggest_book_data(connection, tmp_file=True)
|
||||||
run_editor(filename)
|
run_editor(filename)
|
||||||
commit(connection, filename)
|
commit(connection, filename)
|
||||||
|
|
||||||
=======
|
|
||||||
def give_bananas():
|
def give_bananas():
|
||||||
print "Om nom nom... Thanks!"
|
print "Om nom nom... Thanks!"
|
||||||
|
|
||||||
>>>>>>> .r164
|
|
||||||
commands = { 'show':
|
commands = { 'show':
|
||||||
{ 'args': [('ids', (1,None))],
|
{ 'args': [('ids', (1,None))],
|
||||||
'options': ['commit_format', 'tmp_file'],
|
'options': ['commit_format', 'tmp_file'],
|
||||||
|
|
Reference in New Issue