Show More
@@ -886,7 +886,7 b' class gitsubrepo(abstractsubrepo):' | |||
|
886 | 886 | if self.dirty(): |
|
887 | 887 | if self._gitstate() != revision: |
|
888 | 888 | dirty = self._gitstate() == self._state[1] or code != 0 |
|
889 | if _updateprompt(self._ui, self, dirty, self._state[1], revision): | |
|
889 | if _updateprompt(self._ui, self, dirty, self._state[1][:7], revision[:7]): | |
|
890 | 890 | mergefunc() |
|
891 | 891 | else: |
|
892 | 892 | mergefunc() |
@@ -359,7 +359,7 b' Sticky subrepositorys, file changes' | |||
|
359 | 359 | $ cd .. |
|
360 | 360 | $ hg update 4 |
|
361 | 361 | subrepository sources for s differ |
|
362 |
use (l)ocal source (da5f5b1 |
|
|
362 | use (l)ocal source (da5f5b1) or (r)emote source (aa84837)? | |
|
363 | 363 | l |
|
364 | 364 | 0 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
365 | 365 | $ hg id -n |
@@ -384,7 +384,7 b' Sticky subrepository, revision updates' | |||
|
384 | 384 | $ cd .. |
|
385 | 385 | $ hg update 1 |
|
386 | 386 | subrepository sources for s differ (in checked out version) |
|
387 |
use (l)ocal source (32a3438 |
|
|
387 | use (l)ocal source (32a3438) or (r)emote source (da5f5b1)? | |
|
388 | 388 | l |
|
389 | 389 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
390 | 390 | $ hg id -n |
@@ -405,7 +405,7 b' Sticky subrepository, file changes and r' | |||
|
405 | 405 | 1+ |
|
406 | 406 | $ hg update 7 |
|
407 | 407 | subrepository sources for s differ |
|
408 |
use (l)ocal source (32a3438 |
|
|
408 | use (l)ocal source (32a3438) or (r)emote source (32a3438)? | |
|
409 | 409 | l |
|
410 | 410 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
411 | 411 | $ hg id -n |
General Comments 0
You need to be logged in to leave comments.
Login now