summaryrefslogtreecommitdiff
path: root/doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-02-26 02:31:24 -0500
committerJoey Hess <joey@gnu.kitenet.net>2009-02-26 02:31:24 -0500
commit4efc5e7b5ab4d3aa8c7576c7dd3970b2548f85c6 (patch)
tree51c9b6f25d282491615f20961f5b4e7971cd0185 /doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn
parentb30c1b0c38bc8e6730a76135e6bff695d0f778c2 (diff)
parent192f042e3a909edb01719da6f9943fcb588e81e6 (diff)
Merge branch 'master' of ssh://git.ikiwiki.info/srv/git/ikiwiki.info
Diffstat (limited to 'doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn')
-rw-r--r--doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn b/doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn
index ece919f09..60d3a7b95 100644
--- a/doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn
+++ b/doc/bugs/bzr_plugin_does_not_define_rcs__95__diff.mdwn
@@ -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]]
+
+>> 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