Show More
@@ -27,6 +27,8 b' Finding root' | |||||
27 | Reading and setting configuration |
|
27 | Reading and setting configuration | |
28 | $ echo "[ui]" >> $HGRCPATH |
|
28 | $ echo "[ui]" >> $HGRCPATH | |
29 | $ echo "username = user1" >> $HGRCPATH |
|
29 | $ echo "username = user1" >> $HGRCPATH | |
|
30 | $ echo "[extensions]" >> $HGRCPATH | |||
|
31 | $ echo "sparse =" >> $HGRCPATH | |||
30 | $ $NO_FALLBACK rhg config ui.username |
|
32 | $ $NO_FALLBACK rhg config ui.username | |
31 | user1 |
|
33 | user1 | |
32 | $ echo "[ui]" >> .hg/hgrc |
|
34 | $ echo "[ui]" >> .hg/hgrc | |
@@ -309,6 +311,13 b' Persistent nodemap' | |||||
309 | .hg/store/00changelog.i |
|
311 | .hg/store/00changelog.i | |
310 | .hg/store/00changelog.n |
|
312 | .hg/store/00changelog.n | |
311 |
|
313 | |||
|
314 | Rhg status on a sparse repo with nodemap (this specific combination used to crash in 6.5.2) | |||
|
315 | ||||
|
316 | $ hg debugsparse -X excluded-dir | |||
|
317 | $ $NO_FALLBACK rhg status | |||
|
318 | abort: dirstate points to non-existent parent node | |||
|
319 | [255] | |||
|
320 | ||||
312 | Specifying revisions by changeset ID |
|
321 | Specifying revisions by changeset ID | |
313 | $ $NO_FALLBACK rhg files -r c3ae8dec9fad |
|
322 | $ $NO_FALLBACK rhg files -r c3ae8dec9fad | |
314 | of |
|
323 | of |
General Comments 0
You need to be logged in to leave comments.
Login now