2010/4/3 David Frascone <d...@frascone.com>

>
> I need to check out a linux tree from darcs and apply these changes to make
> sure I'm not breaking anything . . .
>

My git repo (and yours if you cloned from mine) contains the full history,
so to get the current state of the darcs repo (i.e. Axel's latest code), you
can just do something like

git commit -a -m 'Temp' # if you have uncommitted changes
git checkout -b axel
git reset --hard 1eb089d # That's axel's latest commit, from early '09

—Ben
------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Fish-users mailing list
Fish-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to