rebase: remove extraneous blank at the end of file
authorTony Tung <tonytung@fb.com>
Thu, 14 May 2015 21:34:46 -0700
changeset 25099 5e111215e38b
parent 25098 bf84ab53c2fd
child 25100 d6e7ac651973
rebase: remove extraneous blank at the end of file
hgext/rebase.py
--- a/hgext/rebase.py	Thu May 07 23:40:29 2015 -0700
+++ b/hgext/rebase.py	Thu May 14 21:34:46 2015 -0700
@@ -1116,4 +1116,3 @@
          _("use 'hg rebase --continue' or 'hg rebase --abort'")])
     # ensure rebased rev are not hidden
     extensions.wrapfunction(repoview, '_getdynamicblockers', _rebasedvisible)
-