[Ns-developers] File history in ns-3-dev

Mitch Watrous watrous at uw.edu
Thu Mar 3 11:43:51 PST 2011


On 03/03/2011 11:32 AM, Josh Pelkey wrote:
> Hi all,
>
> I wanted to point out a small issue with mercurial file history once
> we started moving a large number of files around for the modular
> build. It looks like the changeset history for an individual file
> doesn't follow it if it is relocated within ns-3-dev. One way around
> this is to visit a changeset before we started moving things around,
> for example the ns-3.10 tagged changeset. Then when you look at the
> changesets for individual files, you can see the years of history if
> you need. We could potentially tag another changeset, signifying the
> beginning of the modular shift, but I couldn't find a good one at
> first glance.
>
> --
> Josh
>    
You can determine if the change history has been preserved by using the 
-f option with hg log like this:

     hg log -f src/devices/csma/model/csma.h

Mitch



More information about the Ns-developers mailing list