diff -r 979f294dc574 -r 9b7d2ff4b006 hgext/rebase.py --- a/hgext/rebase.py Wed May 02 12:55:44 2012 +0200 +++ b/hgext/rebase.py Wed May 02 11:43:12 2012 +0200 @@ -201,7 +201,7 @@ root = None if not rebaseset: - repo.ui.debug('base is ancestor of destination') + repo.ui.debug('base is ancestor of destination\n') result = None elif not keepf and list(repo.revs('first(children(%ld) - %ld)', rebaseset, rebaseset)): @@ -618,7 +618,7 @@ if commonbase == dest: samebranch = root.branch() == dest.branch() if samebranch and root in dest.children(): - repo.ui.debug('source is a child of destination') + repo.ui.debug('source is a child of destination\n') return None # rebase on ancestor, force detach detach = True