aboutsummaryrefslogtreecommitdiff
path: root/bzr.rb
diff options
context:
space:
mode:
Diffstat (limited to 'bzr.rb')
-rw-r--r--bzr.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/bzr.rb b/bzr.rb
index 618ca44..83a4e4b 100644
--- a/bzr.rb
+++ b/bzr.rb
@@ -26,6 +26,10 @@ class VCS
`#{BZRCMD} init`
end
+ def VCS.rm file
+ `#{BZRCMD} rm #{file}`
+ end
+
def VCS.add file
`#{BZRCMD} add #{file}`
end