Skip to content
Snippets Groups Projects
Commit 2e5476980a57 authored by Kevin Bullock's avatar Kevin Bullock
Browse files

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.
parent 1163ff06ce89
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment