• Home
    • View
    • Login
    This page
    • Normal
    • Export PDF
    • Export Word
    • Attachments
    • Page Information

    Loading...
  1. Dashboard
  2. Build
  3. Build Group
  4. Archived
  5. Submit Repo

Page History

Versions Compared

Old Version 69

changes.mady.by.user Christian Tornqvist

Saved on Jun 12, 2018

compared with

New Version 70

changes.mady.by.user Christian Tornqvist

Saved on Jul 05, 2018

  • Previous Change: Difference between versions 68 and 69
  • Next Change: Difference between versions 70 and 71
  • View Page History

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
$ hg pull # make sure the default branch has latest changes
$ hg update "JDK-7000001"  # make sure you are sitting on your branch
$ hg merge default 
$ hg commit
$ hg push

How should I push a branch?

...

Code Block
languagebash
$ hg update -C "JDK-7000001"
$ hg commit --close-branch -m "Closing branch"
$ # Update repo to another branch to avoid mistakenly re-opening the closed branch.
$ hg update default
$ hg push 

How can I see my open branches? 

Do the following:

Code Block
languagebash
$ hg log -r "heads(all()) and not closed() and user('<user>') and not branch(default)"

How can I show all changes for my branch?

To see all the changes for a branch named "JDK-4040458" you can do this:

...

Overview
Content Tools
ThemeBuilder

Terms of Use
• License: GPLv2
• Privacy • Trademarks • Contact Us

Powered by a free Atlassian Confluence Open Source Project License granted to https://www.atlassian.com/software/views/opensource-community-additional-license-offer. Evaluate Confluence today.

  • Kolekti ThemeBuilder Powered by Atlassian Confluence 8.5.22
  • Kolekti ThemeBuilder printed.by.atlassian.confluence
  • Report a bug
  • Atlassian News
Atlassian
Kolekti ThemeBuilder EngineAtlassian Confluence
{"serverDuration": 249, "requestCorrelationId": "f89c72e3f73ced0f"}