Could someone suggest a way to work around antivirus applications
Matt Mackall
mpm at selenic.com
Sun Apr 26 01:51:46 UTC 2009
On Sun, 2009-04-26 at 02:27 +0300, timeless wrote:
> C:\home\mozilla.org\mozilla-central>hg qpop -a && hg pull -u -r
> default && hg qpush -a
> Patch queue now empty
> pulling from https://hg.mozilla.org/mozilla-central
> searching for changes
> adding changesets
> adding manifests
> adding file changes
> added 160 changesets with 664 changes to 544 files
> abort: The system cannot find the file specified:
> C:\home\mozilla.org\mozilla-central\modules/libpr0n/test/crashtests/285595-1.gif
Here's how I simulated a checkout of all but the recently introduced
config.py in the hg repo:
$ hg co -C 8143 # one revision before the file was introduced
0 files updated, 0 files merged, 0 files removed, 0 files unresolved
$ hg revert -r 8144 -a -X mercurial/config.py # get all the good changes
reverting mercurial/dispatch.py
reverting mercurial/error.py
reverting mercurial/ui.py
reverting tests/test-hgrc.out
reverting tests/test-trusted.py
reverting tests/test-trusted.py.out
reverting tests/test-ui-config
reverting tests/test-ui-config.out
$ hg debugsetparents 8144 # pretend we're now at rev 8144
$ hg debugrebuildstate # and fix up our dirstate
$ hg st
! mercurial/config.py # clean, except missing the bad file
--
http://selenic.com : development and support for Mercurial and Linux
More information about the Mercurial-devel
mailing list