[Pkg-bazaar-commits] ./bzr/unstable r386: - Typo (reported by uws)

Martin Pool mbp at sourcefrog.net
Fri Apr 10 07:43:40 UTC 2009


------------------------------------------------------------
revno: 386
committer: Martin Pool <mbp at sourcefrog.net>
timestamp: Fri 2005-05-06 09:28:27 +1000
message:
  - Typo (reported by uws)
modified:
  bzrlib/commands.py
-------------- next part --------------
=== modified file 'bzrlib/commands.py'
--- a/bzrlib/commands.py	2005-05-05 09:50:17 +0000
+++ b/bzrlib/commands.py	2005-05-05 23:28:27 +0000
@@ -174,7 +174,7 @@
         bzrlib.add.smart_add(file_list, verbose)
 
 
-def Relpath(Command):
+class cmd_relpath(Command):
     """Show path of a file relative to root"""
     takes_args = ('filename')
     



More information about the Pkg-bazaar-commits mailing list