Comments
Patch
@@ -377,14 +377,11 @@
rewrote += 1
# move the working copy too
wctx = repo[None]
- # in-progress merge is a bit too complexe for now.
+ # in-progress merge is a bit too complex for now.
if len(wctx.parents()) == 1:
newid = successors.get(wctx.p1().node())
if newid is not None:
- # this provide some useless output we shoudl eventually suppress
- #
- # 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
- hg.update(repo, newid)
+ hg.update(repo, newid, quietempty=True)
txn.close()
finally:
lock.release(txn, l, wl)
@@ -655,7 +655,6 @@
Reading the same topic with topic --rev should work:
$ hg topic --rev . watwat
switching to topic watwat
- 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
changed topic on 1 changes
Testing issue5441
@@ -680,7 +679,6 @@
$ hg topics --rev '13::19' changewat
switching to topic changewat
- 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
changed topic on 2 changes
please run hg evolve --rev "topic(changewat)" now
$ hg log -Gr 'draft()'
@@ -731,7 +729,6 @@
|
$ hg topics --rev 't1::' changewut
switching to topic changewut
- 0 files updated, 0 files merged, 0 files removed, 0 files unresolved
changed topic on 3 changes
please run hg evolve --rev "topic(changewut)" now
$ hg log -Gr 'draft()'