On 22 June 2011 15:44, Andrew Hills <[email protected]> wrote: > On Wed, Jun 22, 2011 at 9:32 AM, Arian Kuschki > <[email protected]> wrote: > > How can I diff my local version against tip? > > Check out tip: > > hg clone http://hg.suckless.org/dwm > > Then diff: > > diff /path/to/your/dwm.c /path/to/tip/dwm.c > > yeah, I guess I was being stupid there.. I was looking for something analogous to git diff, but obviously this works and is very simple, thanks.
> --Andrew Hills > >
