>
> If it is ok I'll re-create the v4l-dvb-tmp repo.
>
> Btw, is there a tool to remove a changeset from a HG repository?
> Would be *very* useful.
Agreed. No, there isn't. If you use hg queues, you can re-do a patch. I
tried at version 0.8, but it didn't worked fine. I suspect it should work
better on 0.9.
The way i do is:
1) at remote:
ssh -t linuxtv.org hg-menu
then I re-clone master
2) at local:
(under curr_repo dir)
hg log -r -1
I get the changeset number. For example: 4850
cd ..
hg clone -r 4849 curr_repo new_repo
then, I delete curr_repo.
3) I push the changes to the newly cloned repo.
--
Cheers,
Mauro Carvalho Chehab
http://linuxtv.org
mchehab@xxxxxxxxxxxxx
[Linux Media]
[Older V4L]
[Linux DVB]
[Video Disk Recorder]
[Asterisk]
[Photo]
[DCCP]
[Netdev]
[Xorg]
[Util Linux NG]
[Xfree86]
[Free Photo Albums]
[Fedora Users]
[Fedora Women]
[ALSA Users]
[ALSA Devel]
[SSH]
[Linux USB]
 |
 |
-->