# HG changeset patch # User Siddharth Agarwal # Date 1379715990 25200 # Node ID 0c626b68c5c6ee753f81f2d541db62b385e1a9f9 # Parent 7805cb8030e01dd5e897f0dcda3223449ea6f4ee largefiles: remove bailifchanged check from overridepull (BC) This brings pull --rebase with largefiles in line with pull --rebase without. diff -r 7805cb8030e0 -r 0c626b68c5c6 hgext/largefiles/overrides.py --- 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