Mercurial > hg-stable
diff hgext/rebase.py @ 7877:eba7f12b0c51
cleanup: whitespace cleanup
author | Peter Arrenbrecht <peter.arrenbrecht@gmail.com> |
---|---|
date | Mon, 23 Mar 2009 13:13:27 +0100 |
parents | 553aa0cbeab6 |
children | 3e0c28145e6a |
line wrap: on
line diff
--- a/hgext/rebase.py Mon Mar 23 13:13:11 2009 +0100 +++ b/hgext/rebase.py Mon Mar 23 13:13:27 2009 +0100 @@ -340,7 +340,7 @@ targetancestors = util.set() if not dest: - # Destination defaults to the latest revision in the current branch + # Destination defaults to the latest revision in the current branch branch = repo[None].branch() dest = repo[branch].rev() else: