largefiles: remove bailifchanged check from overridepull (BC)
This brings pull --rebase with largefiles in line with pull --rebase without.
--- 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