/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: Tim Penhey
  • Date: 2008-05-30 10:47:49 UTC
  • mto: (3473.1.1 ianc-integration)
  • mto: This revision was merged to the branch mainline in revision 3474.
  • Revision ID: tim@penhey.net-20080530104749-qfb4l7ykcdr84zu3
Fixed the output in the tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2619
2619
            self.outf.write("bzr alias: %s: not found\n" % alias_name)
2620
2620
        else:
2621
2621
            self.outf.write(
2622
 
                'bzr alias %s="%s"' % (alias_name, ' '.join(alias)))
 
2622
                'bzr alias %s="%s"\n' % (alias_name, ' '.join(alias)))
2623
2623
 
2624
2624
    def set_alias(self, alias_name, alias_commands):
2625
2625
        """Save the alias in the global config."""