/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: Aaron Bentley
  • Date: 2007-11-18 18:43:35 UTC
  • mfrom: (3006 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3011.
  • Revision ID: aaron.bentley@utoronto.ca-20071118184335-rjptgedxv4357lna
Merge from 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