~jelmer/brz/tree-reference-fixes

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

merge merge tweaks from aaron, which includes latest .dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
113
113
                    raise BzrCommandError('You cannot specify a NULL revision.')
114
114
                revno, rev_id = rev.in_history(b)
115
115
                sys.stdout.write(b.get_revision_xml_file(rev_id).read())
116
 
 
 
116
    
117
117
 
118
118
class cmd_revno(Command):
119
119
    """Show current revision number.