Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve error message for 'forget' #641

Merged
merged 1 commit into from
Oct 13, 2016
Merged

Improve error message for 'forget' #641

merged 1 commit into from
Oct 13, 2016

Conversation

fd0
Copy link
Member

@fd0 fd0 commented Oct 10, 2016

$ bin/restic forget /d 7 /w 4 /m 12
argument "/d" is not a snapshot ID, ignoring
argument "7" is not a snapshot ID, ignoring
argument "/w" is not a snapshot ID, ignoring
argument "4" is not a snapshot ID, ignoring
argument "/m" is not a snapshot ID, ignoring
cound not find a snapshot for ID "12", ignoring

Closes #640

    $ bin/restic forget /d 7 /w 4 /m 12
    argument "/d" is not a snapshot ID, ignoring
    argument "7" is not a snapshot ID, ignoring
    argument "/w" is not a snapshot ID, ignoring
    argument "4" is not a snapshot ID, ignoring
    argument "/m" is not a snapshot ID, ignoring
    cound not find a snapshot for ID "12", ignoring
@codecov-io
Copy link

codecov-io commented Oct 10, 2016

Current coverage is 51.47% (diff: 0.00%)

Merging #641 into master will decrease coverage by 0.05%

@@             master       #641   diff @@
==========================================
  Files            93         93          
  Lines          7430       7438     +8   
  Methods           0          0          
  Messages          0          0          
  Branches          0          0          
==========================================
  Hits           3829       3829          
- Misses         3051       3059     +8   
  Partials        550        550          

Powered by Codecov. Last update 6f72164...250b36e

@fd0 fd0 merged commit 250b36e into master Oct 13, 2016
fd0 added a commit that referenced this pull request Oct 13, 2016
Improve error message for 'forget'
@fd0 fd0 deleted the fix-640 branch October 13, 2016 18:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants