Edgewall Software

Changes between Version 15 and Version 16 of TracMercurial


Ignore:
Timestamp:
Feb 28, 2006, 11:23:47 PM (18 years ago)
Author:
zingo
Comment:

cd hg-plugin → cd mercurial-plugin

Legend:

Unmodified
Added
Removed
Modified
  • TracMercurial

    v15 v16  
    3636svn co -r2905 http://svn.edgewall.com/repos/trac/sandbox/mercurial-plugin
    3737}}}
    38 and create an "egg" from there (`cd hg-plugin; python setup.py bdist_egg`).
     38and create an "egg" from there
     39{{{
     40$ cd mercurial-plugin
     41$ python setup.py bdist_egg
     42}}}
    3943Note that you'll need
    4044[http://peak.telecommunity.com/DevCenter/setuptools setuptools]