[PATCH 1 of 2] remove extraneous blank at the end of file

Tony Tung tonytung at fb.com
Fri May 15 04:38:00 UTC 2015


# HG changeset patch
# User Tony Tung <tonytung at fb.com>
# Date 1431664486 25200
#      Thu May 14 21:34:46 2015 -0700
# Node ID 51ff6de941359602277646e04573360962328c24
# Parent  d1bd0fd07ee6adf4ab3be2b0a0a7c0df54d55abf
remove extraneous blank at the end of file.

diff --git a/hgext/rebase.py b/hgext/rebase.py
--- a/hgext/rebase.py
+++ b/hgext/rebase.py
@@ -1116,4 +1116,3 @@
          _("use 'hg rebase --continue' or 'hg rebase --abort'")])
     # ensure rebased rev are not hidden
     extensions.wrapfunction(repoview, '_getdynamicblockers', _rebasedvisible)
-


More information about the Mercurial-devel mailing list