Re: See the revision in the installed module

2008-04-25 Thread Friedrich Hagedorn
On Thu, Apr 17, 2008 at 05:55:50PM +0400, Kirill Smelkov wrote: On Thu, Apr 17, 2008 at 03:40:27PM +0200, Friedrich Hagedorn wrote: On Thu, Apr 17, 2008 at 03:28:10PM +0200, Ondrej Certik wrote: On Thu, Apr 17, 2008 at 12:08 PM, Friedrich Hagedorn [EMAIL PROTECTED] wrote:

See the revision in the installed module

2008-04-17 Thread Friedrich Hagedorn
Hello, is there a variable to see the revision in the installed sympy module? May be [~] % isympy Python 2.5.1 console for SymPy 0.5.13-hg These commands were executed: from __future__ import division from sympy import * x, y, z = symbols('xyz') k, m, n = symbols('kmn', integer=True) f

Re: See the revision in the installed module

2008-04-17 Thread Ondrej Certik
On Thu, Apr 17, 2008 at 12:08 PM, Friedrich Hagedorn [EMAIL PROTECTED] wrote: Hello, is there a variable to see the revision in the installed sympy module? May be [~] % isympy Python 2.5.1 console for SymPy 0.5.13-hg These commands were executed: from __future__ import

Re: See the revision in the installed module

2008-04-17 Thread Friedrich Hagedorn
On Thu, Apr 17, 2008 at 03:28:10PM +0200, Ondrej Certik wrote: On Thu, Apr 17, 2008 at 12:08 PM, Friedrich Hagedorn [EMAIL PROTECTED] wrote: Hello, is there a variable to see the revision in the installed sympy module? May be [~] % isympy Python 2.5.1 console for SymPy

Re: See the revision in the installed module

2008-04-17 Thread Kirill Smelkov
On Thu, Apr 17, 2008 at 03:40:27PM +0200, Friedrich Hagedorn wrote: On Thu, Apr 17, 2008 at 03:28:10PM +0200, Ondrej Certik wrote: On Thu, Apr 17, 2008 at 12:08 PM, Friedrich Hagedorn [EMAIL PROTECTED] wrote: Hello, is there a variable to see the revision in the installed

Re: See the revision in the installed module

2008-04-17 Thread Abderrahim Kitouni
Hi, On Thu, 17 Apr 2008 12:08:06 +0200 Friedrich Hagedorn [EMAIL PROTECTED] wrote: Hello, is there a variable to see the revision in the installed sympy module? May be [...] In [1]: sympy.rev -- cb530fab81c4 I think we can do something like this using mercurial's keyword

Re: See the revision in the installed module

2008-04-17 Thread Ondrej Certik
On Thu, Apr 17, 2008 at 3:40 PM, Friedrich Hagedorn [EMAIL PROTECTED] wrote: On Thu, Apr 17, 2008 at 03:28:10PM +0200, Ondrej Certik wrote: On Thu, Apr 17, 2008 at 12:08 PM, Friedrich Hagedorn [EMAIL PROTECTED] wrote: Hello, is there a variable to see the revision in