stuck in commit/update/push/pull loop

Becker, Mischa J mischa.becker at fredmeyer.com
Tue Dec 20 01:45:34 UTC 2011


> From: mercurial-bounces at selenic.com [mailto:mercurial-bounces at selenic.com] On Behalf Of Steve Franks
> Sent: Monday, December 19, 2011 4:29 PM
> To: mercurial at selenic.com
> Subject: stuck in commit/update/push/pull loop

<snip>

> Perhaps the issue is commit won't act on deleted items without some switch being specified> ?

Correct.

<snip>
> steve at wynde:~/projects/clients/zonge/manufacturing$ hg status
> ! 335_ZenHub6/Z3Hub6Bom.xls
> ! 335_ZenHub6/Z3Hub6BottomPlace.pdf
> ! 335_ZenHub6/Z3Hub6Brd335.zip
> ! 335_ZenHub6/Z3Hub6PnP.xls
> ! 335_ZenHub6/Z3Hub6PnPBottom.prn
> ! 335_ZenHub6/Z3Hub6PnPTop.prn
> ! 335_ZenHub6/Z3Hub6Sch.pdf
> ! 335_ZenHub6/Z3Hub6TopPlace.pdf
> ? 335_ZenHub6/Bd335.G1
> ? 335_ZenHub6/Bd335.G2
> ? 335_ZenHub6/Bd335.GBL
> ? 335_ZenHub6/Bd335.GBO
> ? 335_ZenHub6/Bd335.GBP
> ? 335_ZenHub6/Bd335.GBS
> ? 335_ZenHub6/Bd335.GM1
> ? 335_ZenHub6/Bd335.GM2
> ? 335_ZenHub6/Bd335.GTL
> ? 335_ZenHub6/Bd335.GTO
> ? 335_ZenHub6/Bd335.GTP
> ? 335_ZenHub6/Bd335.GTS
> ? 335_ZenHub6/Bd335Drill.TXT

Normally I'd recommend using hg addremove but in your case that would also add all those Bd335 files.  If you don't want to add those to the repository take a look at hg help rm for details on how to mark files as being deleted after the fact.


Mischa

________________________________

This e-mail message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is confidential and protected by law from unauthorized disclosure. Any unauthorized review, use, disclosure or distribution is prohibited. If you are not the intended recipient, please contact the sender by reply e-mail and destroy all copies of the original message.



More information about the Mercurial mailing list