chiark / gitweb /
READMEs again
authorRichard Kettlewell <rjk@greenend.org.uk>
Sun, 23 Jan 2011 18:07:44 +0000 (18:07 +0000)
committerRichard Kettlewell <rjk@greenend.org.uk>
Sun, 23 Jan 2011 18:07:44 +0000 (18:07 +0000)
README.developers

index 0b8c73e..1fad69a 100644 (file)
@@ -160,6 +160,11 @@ insert colordiff or similar tools.
 
 Invoke the command on the guessed version control system.
 
+> static commit command_commit;
+
+Define an object of the type of your new class.  The base class
+constructor will arrange for its registration.
+
 For each version control system add an implementation of the command.
 Here's the example from bzr.cc: