changeset 19775:0c626b68c5c6

largefiles: remove bailifchanged check from overridepull (BC) This brings pull --rebase with largefiles in line with pull --rebase without.
author Siddharth Agarwal <sid0@fb.com>
date Fri, 20 Sep 2013 15:26:30 -0700
parents 7805cb8030e0
children a9e92b11a3f2
files hgext/largefiles/overrides.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/hgext/largefiles/overrides.py	Fri Sep 20 16:32:05 2013 -0700
+++ b/hgext/largefiles/overrides.py	Fri Sep 20 15:26:30 2013 -0700
@@ -717,7 +717,6 @@
                 ui.debug('--update and --rebase are not compatible, ignoring '
                          'the update flag\n')
             del opts['rebase']
-            cmdutil.bailifchanged(repo)
             origpostincoming = commands.postincoming
             def _dummy(*args, **kwargs):
                 pass