
8 Sep
2010
8 Sep
'10
3:37 a.m.
On 09/07/10 22:26, David Sankel wrote: [snip]
I must not have the proper repository because attached output of:
hg diff src/main.cpp
hg diff shows the differences between the version in your folder and the one you have checked out. Since you haven't modified anything, hg diff doesn't show anything.
To update to the latest version, go to any folder in your copy of the repository and do:
hg pull hg update
I use hgtk to see the history interactively (hgtk hist). The bitbucket site (http://bitbucket.org/camior/de-bruijn-bind) also allows you to easily see the diffs of the different revisions.
Does this help? Yes! src/main.cpp now compiles and runs. Thanks.
-Larry