<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Mar 3, 2008, at 21:43, Stephen Waterbury wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Monaco; font-size: 10px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; ">I have an hg repo that apparently has no outstanding<br>uncommitted changes (hg status returns nothing) and<br>contains a single branch:<br><br>$ hg heads<br>changeset: &nbsp;&nbsp;118:b92de3a4c4e6<br>branch: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;storm-pgef<br>tag: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tip<br>user: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Stephen Waterbury &lt;<a href="mailto:waterbug@pangalactic.us">waterbug@pangalactic.us</a>&gt;<br>date: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Mon Mar 03 17:40:53 2008 -0500<br>summary: &nbsp;&nbsp;&nbsp;&nbsp;Update everything.<br><br>Yet when I clone it, the clone doesn't contain the latest<br>versions of several of its files.<br><br>What would be the first things to try in troubleshooting<br>this guy?<br></span></blockquote></div><div><br class="webkit-block-placeholder"></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>clone updates to the ``default'' branch. &nbsp;You'll get the latest by asking for your branch specifically:<br class="webkit-block-placeholder"></div><div><br class="webkit-block-placeholder"></div><div><span class="Apple-tab-span" style="white-space:pre">        </span>hg up -C storm-pgef<br class="webkit-block-placeholder"></div><br><div> <span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--&nbsp;</div><div>Dustin Sallings</div></div></span> </div><br></body></html>