Mercurial > hgsubversion
comparison hg_delta_editor.py @ 141:6f2d67bf3039
Fix missing newlines.
| author | Augie Fackler <durin42@gmail.com> |
|---|---|
| date | Fri, 12 Dec 2008 09:47:54 -0600 |
| parents | cf6fe8457570 |
| children | b37c401b7f92 |
comparison
equal
deleted
inserted
replaced
| 140:9ffde8662967 | 141:6f2d67bf3039 |
|---|---|
| 423 '%s%s' % (rev.author, | 423 '%s%s' % (rev.author, |
| 424 self.author_host), | 424 self.author_host), |
| 425 date, | 425 date, |
| 426 {'branch': 'closed-branches'}) | 426 {'branch': 'closed-branches'}) |
| 427 new_hash = self.repo.commitctx(current_ctx) | 427 new_hash = self.repo.commitctx(current_ctx) |
| 428 self.ui.status('Marked branch %s as closed.' % (branch or 'default')) | 428 self.ui.status('Marked branch %s as closed.\n' % (branch or 'default')) |
| 429 for branch in self.commit_branches_empty: | 429 for branch in self.commit_branches_empty: |
| 430 ha = self.get_parent_revision(rev.revnum, branch) | 430 ha = self.get_parent_revision(rev.revnum, branch) |
| 431 if ha == node.nullid: | 431 if ha == node.nullid: |
| 432 continue | 432 continue |
| 433 parent_ctx = self.repo.changectx(ha) | 433 parent_ctx = self.repo.changectx(ha) |
