subrepo: fix test breakage introduced in 2b34d004e644
authorKevin Bullock <kbullock@ringworld.org>
Thu, 21 Feb 2013 21:05:06 +0000
changeset 19049 2e5476980a57
parent 19048 1163ff06ce89
child 19050 601c1e226889
subrepo: fix test breakage introduced in 2b34d004e644 The test didn't break when I originally committed it (git version 1.7.12.4 (Apple Git-37)), and still doesn't on that machine, but the output changes elsewhere with "Warning: you are leaving N commits behind..." This change sets a ref on the commit we're updating the subrepo _away_ from to quash the warning.
tests/test-subrepo-git.t
--- a/tests/test-subrepo-git.t	Thu Apr 18 15:27:50 2013 +0200
+++ b/tests/test-subrepo-git.t	Thu Feb 21 21:05:06 2013 +0000
@@ -253,6 +253,7 @@
 (issue3870)
   $ cd ../td/s
   $ git remote set-url origin $TESTTMP/tb/s
+  $ git branch --no-track oldtesting
   $ cd ..
   $ hg pull -q ../tb
   $ hg up