##// END OF EJS Templates
rebase: remove extraneous blank at the end of file
Tony Tung -
r25099:5e111215 default
parent child Browse files
Show More
@@ -1116,4 +1116,3 b' def uisetup(ui):'
1116 _("use 'hg rebase --continue' or 'hg rebase --abort'")])
1116 _("use 'hg rebase --continue' or 'hg rebase --abort'")])
1117 # ensure rebased rev are not hidden
1117 # ensure rebased rev are not hidden
1118 extensions.wrapfunction(repoview, '_getdynamicblockers', _rebasedvisible)
1118 extensions.wrapfunction(repoview, '_getdynamicblockers', _rebasedvisible)
1119
General Comments 0
You need to be logged in to leave comments. Login now