Show More
@@ -77,6 +77,11 b'' | |||||
77 | n 644 2 * z (glob) |
|
77 | n 644 2 * z (glob) | |
78 | $ echo xxxx > x |
|
78 | $ echo xxxx > x | |
79 | $ echo yyyy > y |
|
79 | $ echo yyyy > y | |
|
80 | # run status early to avoid a flaky second fetch during commit. | |||
|
81 | $ hg st | |||
|
82 | M x | |||
|
83 | M y | |||
|
84 | \d+ files fetched over \d+ fetches .* (re) (?) | |||
80 | $ hg commit -m x |
|
85 | $ hg commit -m x | |
81 | created new head |
|
86 | created new head | |
82 | 2 files fetched over 1 fetches - (2 misses, 0.00% hit ratio) over *s (glob) |
|
87 | 2 files fetched over 1 fetches - (2 misses, 0.00% hit ratio) over *s (glob) | |
@@ -104,6 +109,9 b'' | |||||
104 | new changesets fed61014d323 |
|
109 | new changesets fed61014d323 | |
105 | (run 'hg heads' to see heads, 'hg merge' to merge) |
|
110 | (run 'hg heads' to see heads, 'hg merge' to merge) | |
106 |
|
111 | |||
|
112 | # run status early to avoid a flaky second fetch during commit | |||
|
113 | $ hg status | |||
|
114 | \d+ files fetched over \d+ fetches .* (re) (?) | |||
107 |
$ |
|
115 | $ hg rebase -d tip | |
108 | rebasing 1:9abfe7bca547 "a" |
|
116 | rebasing 1:9abfe7bca547 "a" | |
109 | saved backup bundle to $TESTTMP/shallow/.hg/strip-backup/9abfe7bca547-8b11e5ff-rebase.hg (glob) |
|
117 | saved backup bundle to $TESTTMP/shallow/.hg/strip-backup/9abfe7bca547-8b11e5ff-rebase.hg (glob) |
General Comments 0
You need to be logged in to leave comments.
Login now