On Fri, Sep 9, 2011 at 9:58 PM, Ron DuPlain <[email protected]> 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. _______________________________________________ Stackless mailing list [email protected] http://www.stackless.com/mailman/listinfo/stackless
