b@brian:~/Work$ darcs |grep version darcs version 0.9.17 revert Revert to recorded version. tag Tag the contents of a repo with a given version name. diff Create a diff between two versions of the repository. trackdown Locate the most recent version lacking an error. changes Gives a human-readable list of changes between versions. b@brian:~/Work$ darcs get http://nestedvm.ibex.org Finished getting. b@brian:~/Work$ cd nestedvm.ibex.org /Users/brian/Work/nestedvm.ibex.org b@brian:~/Work/nestedvm.ibex.org$ cat Makefile | fgrep -A2 -B2 '****' b@brian:~/Work/nestedvm.ibex.org$ curl -s http://nestedvm.ibex.org/Makefile | fgrep -A2 -B2 '****' $(java_classes): $(java_sources) $(java_gen_sources) $(bcel_jar) $(JAVAC) -classpath $(classpath) -d build $(java_sources) $(java_gen_sources) ************* $(java_classes): $(tasks)/extract_bcel $(java_sources) $(java_gen_sources) $(JAVAC) -classpath $(CLASSPATH) -d build $(java_sources) $(java_gen_sources) -- build/%.java: build/%.mips build/org/xwt/mips/JavaSourceCompiler.class $(JAVA) -cp $(CLASSPATH) org.xwt.mips.Compiler -outformat javasource $(compiler_flags) $($(notdir $*)_COMPILERFLAGS) $(subst /,.,$*) $< > build/$*.java ************* build/%.java: build/%.mips build/org/xwt/mips/JavaSourceCompiler.class $(JAVA) -cp $(classpath) org.xwt.mips.Compiler -outformat javasource $(compiler_flags) $($(notdir $*)_COMPILERFLAGS) $(subst /,.,$*) $< > build/$*.java -- build/%.class: build/%.mips build/org/xwt/mips/ClassFileCompiler.class $(JAVA) -cp $(CLASSPATH) org.xwt.mips.Compiler -outformat class -outfile $@ $(compiler_flags) $($(notdir $*)_COMPILERFLAGS) $(subst /,.,$*) $< ************* build/%.class: build/%.mips build/org/xwt/mips/ClassFileCompiler.class $(JAVA) -cp $(classpath) org.xwt.mips.Compiler -outformat class -outfile $@ $(compiler_flags) $($(notdir $*)_COMPILERFLAGS) $(subst /,.,$*) $< b@brian:~/Work/nestedvm.ibex.org$ darcs whatsnew No changes! b@brian:~/Work/nestedvm.ibex.org$ darcs push http://nestedvm.ibex.org/ No recorded local changes to push! b@brian:~/Work/nestedvm.ibex.org$