comparison fetch_command.py @ 141:6f2d67bf3039

Fix missing newlines.
author Augie Fackler <durin42@gmail.com>
date Fri, 12 Dec 2008 09:47:54 -0600
parents 9ffde8662967
children 22162380c4b9
comparison
equal deleted inserted replaced
140:9ffde8662967 141:6f2d67bf3039
544 '%s%s' % (r.author, 544 '%s%s' % (r.author,
545 hg_editor.author_host), 545 hg_editor.author_host),
546 date, 546 date,
547 {'branch': 'closed-branches'}) 547 {'branch': 'closed-branches'})
548 ha = hg_editor.repo.commitctx(current_ctx) 548 ha = hg_editor.repo.commitctx(current_ctx)
549 ui.status('Marked branch %s as closed.' % (b or 'default')) 549 ui.status('Marked branch %s as closed.\n' % (b or 'default'))
550 hg_editor._save_metadata() 550 hg_editor._save_metadata()
551 551
552 class BadPatchApply(Exception): 552 class BadPatchApply(Exception):
553 pass 553 pass