largefiles: remove bailifchanged check from overridepull (BC)
authorSiddharth Agarwal <sid0@fb.com>
Fri, 20 Sep 2013 15:26:30 -0700
changeset 19775 0c626b68c5c6
parent 19774 7805cb8030e0
child 19776 a9e92b11a3f2
largefiles: remove bailifchanged check from overridepull (BC) This brings pull --rebase with largefiles in line with pull --rebase without.
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