chiark
/
gitweb
/
~richardk
/
vcs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
52ecbca
)
READMEs again
author
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 23 Jan 2011 18:07:44 +0000 (18:07 +0000)
committer
Richard Kettlewell
<rjk@greenend.org.uk>
Sun, 23 Jan 2011 18:07:44 +0000 (18:07 +0000)
README.developers
patch
|
blob
|
history
diff --git
a/README.developers
b/README.developers
index
0b8c73e
..
1fad69a
100644
(file)
--- a/
README.developers
+++ b/
README.developers
@@
-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: