##// END OF EJS Templates
rebase: remove bailifchanged check from pullrebase (BC)...
Siddharth Agarwal -
r19774:7805cb80 default
parent child Browse files
Show More
@@ -769,7 +769,6 b' def pullrebase(orig, ui, repo, *args, **'
769 'the update flag\n')
769 'the update flag\n')
770
770
771 movemarkfrom = repo['.'].node()
771 movemarkfrom = repo['.'].node()
772 cmdutil.bailifchanged(repo)
773 revsprepull = len(repo)
772 revsprepull = len(repo)
774 origpostincoming = commands.postincoming
773 origpostincoming = commands.postincoming
775 def _dummy(*args, **kwargs):
774 def _dummy(*args, **kwargs):
General Comments 0
You need to be logged in to leave comments. Login now