diff tests/test-largefiles-misc.t @ 23441:d289ba74dba3

largefiles: drop the override for 'fetch' The fetch extension has been calling cmdutil.bailifchanged() since a014fdc97154, so this is redundant. Add test coverage to prevent regression. It doesn't look like there is any testing for fetch with largefiles.
author Matt Harbison <matt_harbison@yahoo.com>
date Sun, 30 Nov 2014 23:30:31 -0500
parents bbe56e07e07a
children a4679a74df14
line wrap: on
line diff
--- a/tests/test-largefiles-misc.t	Fri Nov 21 15:50:38 2014 -0800
+++ b/tests/test-largefiles-misc.t	Sun Nov 30 23:30:31 2014 -0500
@@ -67,6 +67,11 @@
   dirc/baz/largefile
   dirc/dirb
   dirc/dirb/largefile
+
+  $ hg clone -q . ../fetch
+  $ hg --config extensions.fetch= fetch ../fetch
+  abort: uncommitted changes
+  [255]
   $ hg up -qC
   $ cd ..