/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/builtins.py

  • Committer: Robert Collins
  • Date: 2007-11-18 19:56:39 UTC
  • mfrom: (3006 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3038.
  • Revision ID: robertc@robertcollins.net-20071118195639-m6zf3d5ljjw88kkn
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