want better inline help for pushing a new branch
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Triaged
|
Low
|
Unassigned |
Bug Description
I'm a programmer myself and familiar with CVS. I was very curious about the possibilities bazaar (or in general, distributed VCS) could give me.
As mentioned in https:/
The problem was, I didn't know how to tell my local bazaar to create a local branch.
So please don't make another long long help-page on how to upload files (there probably already is one). Just a fiew lines shown in Detail-view for an empty branch would do just fine. Maybe something like
"To create a local branch called 'peterpaul' in current working directory: bzr branch peterpaul"
"To add all local files to the branch: bzr add"
"To locally save latter: bzr commit"
"To upload the local branch to branch 'peterpan' of project 'yourproject' on launchpad: bzr push lp:yourproject/peterpan"
I don't know if these lines are actually correct, and I'm aware that this is just one of many different ways on how to upload things. But it seems to me, that this would be the main case for most people, and for the others it gives a feeling for how bazaar works. And for further informations, one could contact the launchpad's help, but for these simple things, I don't want to crawl thousands of pages to find out how to do them.
--
Thanks for Launchpad :-)
Tiefflieger
Tiefflieger,
Thank you for the feedback. Yes, it can be hard for new users to figure out how to use Bazaar in Launchpad, especially if they're new to both tools. While I tentatively agree that something like the help hints you propose might be a good solution, especially on an otherwise empty branch page with no other information, I have to emphasize the "tentatively": providing context-sensitive help is a fine art, and the UI / documentation may already have other plans to address this.
The question you ask in https:/ /answers. edge.launchpad. net/launchpad- bazaar/ +question/ 61004 is a good one: why didn't the empty branch show up in Launchpad from the start? Why did it wait until there was one file in it? That might need to be a separate bug report.