missing docstring on command

TK Soh teekaysoh at yahoo.com
Wed Aug 31 21:55:31 CDT 2005


Folks,

I think debugrename is missing the docstring:

$ hg help debugrename
debugrename FILE [REV]

Traceback (most recent call last):
  File "./hg", line 13, in ?
    commands.run()
  File "/user/r28629/installer/hg/crew/mercurial/commands.py", line 1770, in
run
    sys.exit(dispatch(sys.argv[1:]))
  File "/user/r28629/installer/hg/crew/mercurial/commands.py", line 1906, in
dispatch
    return d()
  File "/user/r28629/installer/hg/crew/mercurial/commands.py", line 1893, in
<lambda>
    d = lambda: func(u, *args, **cmdoptions)
  File "/user/r28629/installer/hg/crew/mercurial/commands.py", line 398, in
help_
    ui.write("%s\n" % doc.rstrip())
AttributeError: 'NoneType' object has no attribute 'rstrip'




		
____________________________________________________
Start your day with Yahoo! - make it your home page 
http://www.yahoo.com/r/hs 
 


More information about the Mercurial mailing list