changeset 38431:d6686f864a70

rebase: delete the comment which was not following "do not eat my data" Differential Revision: https://phab.mercurial-scm.org/D3756
author Sushil khanchi <sushilkhanchi97@gmail.com>
date Sat, 16 Jun 2018 18:36:25 +0530
parents 5d9b765dbe15
children 05b7dd11918e
files hgext/rebase.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/rebase.py	Fri Jun 08 22:16:23 2018 +0900
+++ b/hgext/rebase.py	Sat Jun 16 18:36:25 2018 +0530
@@ -1588,7 +1588,6 @@
 
             # Strip from the first rebased revision
             if rebased:
-                # no backup of rebased cset versions needed
                 repair.strip(repo.ui, repo, strippoints)
 
         if activebookmark and activebookmark in repo._bookmarks: