Hi,

On 10/11/07, Halim Sahin <[EMAIL PROTECTED]> wrote:
> hi,
>
> how can I checkout an older version of the hg stuff?
> Do I need a revision number or is it possible to give a date?
> Please give me an example.
> Thanks
>

$ hg clone http://linuxtv.org/hg/v4l-dvb
$ hg log
changeset:   6316:33244fbdcd5f
tag:         tip
user:        Trent Piepho <[EMAIL PROTECTED]>
date:        Wed Oct 10 01:37:43 2007 -0700
summary:     Change list_for_each+list_entry to list_for_each_entry

changeset:   6315:991e9a4acbb4
user:        Trent Piepho <[EMAIL PROTECTED]>
date:        Wed Oct 10 01:37:42 2007 -0700
summary:     pvrusb2: Change list_for_each+list_entry to list_for_each_entry

etc.
$ hg up 6315 # for jumping back to that specific revision.

Markus

_______________________________________________
linux-dvb mailing list
[email protected]
http://www.linuxtv.org/cgi-bin/mailman/listinfo/linux-dvb

Reply via email to