~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Alexander Belchenko
  • Date: 2007-11-19 22:54:30 UTC
  • mfrom: (3006 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3008.
  • Revision ID: bialix@ukr.net-20071119225430-x0ewosrsagis0yno
merge bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
3556
3556
 
3557
3557
        if revno <= b.revno():
3558
3558
            rev_id = b.get_rev_id(revno)
3559
 
        if rev_id is None:
 
3559
        if rev_id is None or _mod_revision.is_null(rev_id):
3560
3560
            self.outf.write('No revisions to uncommit.\n')
3561
3561
            return 1
3562
3562