~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Aaron Bentley
  • Date: 2006-03-22 22:25:30 UTC
  • Revision ID: abentley@panoramicfeedback.com-20060322222530-56b616e026dc6ac3
Text updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
267
267
    Remove a checkout, if it can be done safely. <BZRTOOLS>
268
268
 
269
269
    This command will remove a checkout without losing data.  That means
270
 
    it only removes checkouts, 
 
270
    it only removes checkouts, and only if they have no uncommitted changes.
271
271
    """
272
272
    takes_args = ["checkout"]
273
273
    def run(self, checkout):