[PATCH 2 of 2 RFC] largefiles: remove bailifchanged check from overridepull (BC)

Siddharth Agarwal sid0 at fb.com
Fri Sep 20 18:54:20 CDT 2013


# HG changeset patch
# User Siddharth Agarwal <sid0 at fb.com>
# Date 1379715990 25200
#      Fri Sep 20 15:26:30 2013 -0700
# Node ID e663e78abfadeb2fa342aceaf8a56580301da590
# Parent  a71c696cfb5d11a04e0fcef3507ca1f4764d2989
largefiles: remove bailifchanged check from overridepull (BC)

This brings pull --rebase with largefiles in line with pull --rebase without.

diff --git a/hgext/largefiles/overrides.py b/hgext/largefiles/overrides.py
--- a/hgext/largefiles/overrides.py
+++ b/hgext/largefiles/overrides.py
@@ -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


More information about the Mercurial-devel mailing list