On Sun, Apr 12, 2009 at 10:13 PM, David Cournapeau
wrote:
> Eric Firing wrote:
>>
>> Sure enough, that is what I was looking for. (gitweb doesn't seem to
>> have the annotate [or blame, in git-speak] option, or the graph.)
>>
>
> It indeed does not support blame, which is a bit of a shame, as git
On Sun, Apr 12, 2009 at 7:13 PM, David Cournapeau
wrote:
> Eric Firing wrote:
>> It probably does--it is written in python.
>>
>
> Yes, but it is just a script to call git-daemon. I am somewhat doubtful
> that it would work on windows, but I would love being proven wrong :)
It uses os.fork() whic
Eric Firing wrote:
> Sure enough, that is what I was looking for. (gitweb doesn't seem to
> have the annotate [or blame, in git-speak] option, or the graph.)
>
gitweb does, you have to turn it on, though...
You need to add this to your gitweb.conf, though:
$feature{'blame'}{'default'} = [1];
Eric Firing wrote:
>
> Sure enough, that is what I was looking for. (gitweb doesn't seem to
> have the annotate [or blame, in git-speak] option, or the graph.)
>
It indeed does not support blame, which is a bit of a shame, as git
blame is so much better than svn blame (it automatically detec
David Cournapeau wrote:
> On Mon, Apr 13, 2009 at 9:46 AM, David Cournapeau wrote:
>> On Mon, Apr 13, 2009 at 9:26 AM, Eric Firing wrote:
>>> Stéfan, or other git-users,
>>>
>>> One feature of hg that I use frequently is "hg serve", the builtin web
>>> server. I use it for two purposes: for temp
On Mon, Apr 13, 2009 at 9:46 AM, David Cournapeau wrote:
> On Mon, Apr 13, 2009 at 9:26 AM, Eric Firing wrote:
>>
>> Stéfan, or other git-users,
>>
>> One feature of hg that I use frequently is "hg serve", the builtin web
>> server. I use it for two purposes: for temporary local publishing
>> (e
On Mon, Apr 13, 2009 at 9:26 AM, Eric Firing wrote:
>
> Stéfan, or other git-users,
>
> One feature of hg that I use frequently is "hg serve", the builtin web
> server. I use it for two purposes: for temporary local publishing
> (e.g., in place of using ssh--sometimes it is quicker and easier), a
Stéfan, or other git-users,
One feature of hg that I use frequently is "hg serve", the builtin web
server. I use it for two purposes: for temporary local publishing
(e.g., in place of using ssh--sometimes it is quicker and easier), and
for providing access to the very nice hgwebdir.cgi browsi
Hi Nils,
On Sun, Apr 12, 2009 at 12:17 PM, Nils Wagner
wrote:
> ==
> ERROR: test suite
> --
> Traceback (most recent call last):
> File
>
> "/home/nwagner/loca
Hi Martin
2009/4/13 Martin Geisler :
> In Mercurial it creates a *named
> branch*, which are imbedded in the history and are used for long-term
> development branches. Names of Git branches are not recorded in the
> history and are thus well-suited for local experiments.
[...]
> The bookmarks ex
On Mon, Apr 13, 2009 at 1:19 AM, Stuart Edwards wrote:
> Hi
>
> I am trying to install numpy 1.3.0 on Leopard 10.5.6 and at the point
> in the install process where I select a destination, my boot disc is
> excluded with the message:
>
I think you need to install python from python.org (version 2
David Cournapeau writes:
> Ok, will look at it more closely (I have just made a hg repo from the
> numpy git one on my machine). I am still confused about how named
> branches are supposed to work (the hg book is a a bit light on this).
> For example, let's say I want to create a branch from a gi
Stéfan van der Walt wrote:
> Hi Neal
>
> 2009/4/11 Neal Becker :
>> I found this misleading. It isn't just used to _fill_ the array - it is
>> the
>
> Please create an account on docs.scipy.org, then I'll give you
> priviledges to edit documentation.
>
> Thanks!
> Stéfan
Done, but can someone
On Sun, Apr 12, 2009 at 12:52 PM, Charles R Harris <
charlesr.har...@gmail.com> wrote:
>
>
> On Sun, Apr 12, 2009 at 12:17 PM, Nils Wagner <
> nwag...@iam.uni-stuttgart.de> wrote:
>
>> ==
>> ERROR: test suite
>> --
On Sun, Apr 12, 2009 at 12:17 PM, Nils Wagner
wrote:
> ==
> ERROR: test suite
> --
> Traceback (most recent call last):
> File
>
> "/home/nwagner/local/lib64/py
==
ERROR: test suite
--
Traceback (most recent call last):
File
"/home/nwagner/local/lib64/python2.6/site-packages/nose-0.10.4-py2.6.egg/nose/suite.py",
line
I noticed that scipy.io.fread is deprecated and wanted to change some
code I got from somebody else accordingly. This code contains
statements like:
fread(fid, 1, 'h')
fread(fid, 1, 'l')
fread(fid, 1, 'd')
fread(fid, 6, 'B')
and variations of those with different number and letters. The
docstring s
Hi
I am trying to install numpy 1.3.0 on Leopard 10.5.6 and at the point
in the install process where I select a destination, my boot disc is
excluded with the message:
" You cannot install numpy 1.3.0 on this volume. numpy requires
System Python 2.5 to install."
I'm not sure what 'Syste
Fri, 10 Apr 2009 18:50:36 -1000, Eric Firing wrote:
[clip]
>> Ah, I think I was confused between named branches and bookmarks. From
>> the description of bookmarks, this actually looks nearer to the git
>> cheap branch concept. I should really try it to get a good
>> understanding, though.
>
> I w
Hi,
There has been a inkling of interest in a Scipy/Numpy tutorial on the
Europython 2009 lists. But we need someone to lead it! So even though
the deadline for papers has passed, they may still be open to an
offer.
If not, please come along anyway to mingle, meet and network with
other python-i
On Sun, Apr 12, 2009 at 12:58 PM, Ondrej Certik wrote:
>
> I am just surprised, you have exactly the same experience with bzr, I
> thought it's only hg.
I agree that simplicity is a bit overrated. Sure, bzr is simpler than
git - at the beginning. But once you start thinking about shared
reposito
2009/4/12 Fernando Perez :
> What you need to
> accept is that the core objects you should manipulate are the atomic
> change units needed to reconstruct the state of the project, and the
> connectivity between those units. If you have tools to manipulate
> said entities, you'll be able to really
22 matches
Mail list logo