[PATCH 2 of 2] version: add extensions version info (issue4209)

anatoly techtonik techtonik at gmail.com
Wed Jun 11 16:47:45 CDT 2014


On Wed, Jun 11, 2014 at 2:50 PM, Greg Ward <greg at gerg.ca> wrote:

> On 11 June 2014, anatoly techtonik said:
> > > Use mercurial.util.safehasattr. See
> > >
> http://doc.bazaar.canonical.com/developers/code-style.html#hasattr-and-getattr
> > > for why.
> > >
> > > Also, make sure to run 'make test-check-code-hg.t' which should have
> > > warned you about this.
> > >
> >
> >  I am on Windoze with no make, so it is just too much to setup.
>
> The Makefile actually does very little, so it's easy to run tests
> manually. E.g. to run the whole test suite:
>
>   cd tests
>   ./run-tests.py -l
>
> and to run just a single test:
>
>   ./run-tests.py -l test-check-code.t
>
> BTW, it's best to run the whole test suite before you submit a patch.
> You never know what test you might have accidentally broken!


No luck.
>py run-tests.py -l
...
Failed test-issue672.t: output changed and returned error code 1
INTERRUPTED: test-mq-qfold.t (after 0 seconds)
# Ran 246 tests, 0 skipped, 0 warned, 246 failed.
python hash seed: 115336818

>py run-tests.py -l test-check-code.t
..
ERROR: test-check-code.t output changed and returned error code 1
!
Failed test-check-code.t: output changed and returned error code 1
# Ran 1 tests, 0 skipped, 0 warned, 1 failed.
python hash seed: 832726526

-- 
anatoly t.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://selenic.com/pipermail/mercurial-devel/attachments/20140612/4591246d/attachment.html>


More information about the Mercurial-devel mailing list