Home | History | Annotate | Download | only in commands

Lines Matching full:land

69 class Land(AbstractSequencedCommand):
70 name = "land"
71 help_text = "Land the current working directory diff and updates the associated bug if any"
83 long_help = """land commits the current working copy diff (just as svn or git commit would).
84 land will build and run the tests before committing.
85 If a bug id is provided, or one can be found in the ChangeLog land will update the bug after committing."""
230 name = "land-attachment"
231 help_text = "Land patches from bugzilla, optionally building and testing them first"
237 name = "land-from-bug"
238 help_text = "Land all patches on the given bugs, optionally building and testing them first"