#1921 Tool to report unmerged branches

v1.0.0
closed
sf-2 (994)
Other
nobody
2015-08-20
2011-04-08
No

Looks good wolf.

Discussion

  • Wolf - 2011-04-12

    The tool is scripts/git-mr on dev in forge. If you put it on your $PATH you can call it like other git tools (no dash). It requires the argparse package which is built-in in Python 2.7. If you have Pygments installed it will show the branches in color as per John's request. You probably want to call it like this:

    git mr -a dev

    Which generates a merge report about which branches are merged (or not) to dev, and examines all branches both local and remote. With no options, the default is to examine only local branches. If you don't supply the upstream argument (dev in this case), it uses the current branch.

     
  • Wolf - 2011-04-12
    • status: open --> code-review
    • assigned_to: Wolf --> John Hoffmann
    • size: --> 2
     
  • John Hoffman - 2011-04-12
    • Description has changed:

    Diff:

    --- old 
    +++ new 
    @@ -1,0 +1,1 @@
    +Looks good wolf.
    
    • status: code-review --> closed
     

Log in to post a comment.