Show More
@@ -435,7 +435,7 b' class abstractsubrepo(object):' | |||
|
435 | 435 | """ |
|
436 | 436 | raise NotImplementedError |
|
437 | 437 | |
|
438 |
def add(self, ui, match, |
|
|
438 | def add(self, ui, match, prefix, explicitonly, **opts): | |
|
439 | 439 | return [] |
|
440 | 440 | |
|
441 | 441 | def addremove(self, matcher, prefix, opts, dry_run, similarity): |
@@ -133,6 +133,7 b' clone root separately, make different lo' | |||
|
133 | 133 | $ echo f > f |
|
134 | 134 | $ hg status --subrepos |
|
135 | 135 | ? s/f |
|
136 | $ hg add . | |
|
136 | 137 | $ git add f |
|
137 | 138 | $ cd .. |
|
138 | 139 |
@@ -439,8 +439,9 b' are unknown directories being replaced b' | |||
|
439 | 439 | $ hg add .hgsub |
|
440 | 440 | $ hg ci -m addsub |
|
441 | 441 | $ echo a > a |
|
442 |
$ hg |
|
|
442 | $ hg add . | |
|
443 | 443 | adding a |
|
444 | $ hg ci -m adda | |
|
444 | 445 | $ hg up 0 |
|
445 | 446 | 0 files updated, 0 files merged, 1 files removed, 0 files unresolved |
|
446 | 447 | $ svn up -qr6 s |
General Comments 0
You need to be logged in to leave comments.
Login now