~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/commands.py

  • Committer: Aaron Bentley
  • Date: 2005-10-06 01:19:06 UTC
  • mto: (1185.25.1)
  • mto: This revision was merged to the branch mainline in revision 1419.
  • Revision ID: aaron.bentley@utoronto.ca-20051006011906-8359a633a86680ec
Made pull only save the parent location if it is unset, or on --remember

Show diffs side-by-side

added added

removed removed

Lines of Context:
355
355
    'root':                   str,
356
356
    'no-backup':              None,
357
357
    'pattern':                str,
 
358
    'remember':               None,
358
359
    }
359
360
 
360
361
SHORT_OPTIONS = {