Warn about dirty directory when running 'rbt post' with Mercurial repository

Review Request #6082 — Created July 8, 2014 and submitted

Information

RBTools
release-0.6.x

Reviewers

As with Git, the Mercurial backend only posts changesets and ignores uncommitted changes. Warn users about this, since they may expect to be able to post the same output as 'hg diff'.

Ran 'rbt post' both with and without uncommitted changes.
I'm not sure if we want the '--deleted' flag included, since it's files that are tracked but have been deleted - e.g. using 'rm file' instead of 'hg rm file'.

Description From Last Updated

Col: 80 E501 line too long (93 > 79 characters)

reviewbotreviewbot
BC
david
  1. Ship It!

  2. 
      
BC
Review request changed

Status: Closed (submitted)

Change Summary:

Pushed to release-0.6.x (5e4a1b1)
reviewbot
  1. Tool: PEP8 Style Checker
    Processed Files:
        rbtools/clients/mercurial.py
    
    
    
    Tool: Pyflakes
    Processed Files:
        rbtools/clients/mercurial.py
    
    
  2. rbtools/clients/mercurial.py (Diff revision 1)
     
     
    Col: 80
     E501 line too long (93 > 79 characters)
    
  3. 
      
Loading...