]> sipb.mit.edu Git - ikiwiki.git/commitdiff
(no commit message)
authorhttp://liw.fi/ <http://liw.fi/@web>
Thu, 26 Feb 2009 07:10:15 +0000 (02:10 -0500)
committerJoey Hess <joey@kitenet.net>
Thu, 26 Feb 2009 07:10:15 +0000 (02:10 -0500)
doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn

index ece919f0923dcd34fdfa5088e6917f5f038c63a9..60d3a7b959eb7d7702bc8602058e03efdb874790 100644 (file)
@@ -15,3 +15,7 @@ Grepping to verify absence of rcs_diff:
 > This should be trivial if you know and use bzr. The function
 > is passed as a parameter the revno of interest and just needs
 > to ask bzr for the diff between that and the previous version. --[[Joey]] 
 > This should be trivial if you know and use bzr. The function
 > is passed as a parameter the revno of interest and just needs
 > to ask bzr for the diff between that and the previous version. --[[Joey]] 
+
+>> I'll see if I can make a patch. The bzr command to get the revision would
+>> look like this: bzr diff -r revno:$PREV:/path/to/src..revno:$REVNO:/path/to/src
+>> (where $PREV would be $REVNO minus one). --liw