[Stackless] Development status
Richard Tew
richard.m.tew at gmail.com
Thu Sep 22 12:30:00 CEST 2011
On Fri, Sep 9, 2011 at 9:58 PM, Ron DuPlain <ron.duplain at gmail.com> wrote:
> Hg's convert provides an authors mode where you can convert a
> repository on local disk, changing all of the author names without
> re-running the full conversion (like git filter-branch). You already
> have the builtin convert extension enabled. Create an author convert
> list:
>
> <oldname>=<newname>
>
> ... then run:
>
> hg convert --authors path/to/author.list ~/src/stack ~/src/stack-authors
>
> Entirely local.
I decided to just take your instructions and correct some authors.
When I do du -h in "stack" I see 138M.
When I do du -h in "stack-authors" I see 69M.
Does this mean that "stack-authors" is missing something?
This was the authors list I used:
rmt=richard.tew
tismer=christian.tismer
Cheers,
Richard.
More information about the Stackless
mailing list