Skip to content

Conversation

@jacebrowning
Copy link
Member

In Git, for example:

doorstop edit REQ --> git add PATH/TO/REQ999.yml
doorstop add REQ --> git add PATH/TO/REQ999.yml
doorstop remove REQ999 --> git rm PATH/TO/REQ999.yml

TODO:

  • call edit where appropriate
  • call add where appropriate
  • call delete where appropriate (move item/document delete into the decorator)
  • add tests for expected calls (split up class for those that do and do not require a VCS)
  • remove coverage pragmas for ignored paths
  • check for unnecessary test decorators

@jacebrowning jacebrowning self-assigned this Mar 24, 2014
@jacebrowning jacebrowning added this to the 0.6 milestone Apr 11, 2014
@jacebrowning jacebrowning modified the milestones: 0.7, 0.6 May 15, 2014
@jacebrowning jacebrowning modified the milestones: v0.8, v0.7 Jun 11, 2014
@jacebrowning jacebrowning mentioned this pull request Jul 8, 2014
1 task
@jacebrowning jacebrowning changed the title Update SCM commands to add/remove files automatically. Update SCM commands to add/remove files. Aug 4, 2014
@jacebrowning
Copy link
Member Author

This fixes #30.

jacebrowning added a commit that referenced this pull request Aug 15, 2014
Update SCM commands to add/remove files.
@jacebrowning jacebrowning merged commit c275f21 into master Aug 15, 2014
@jacebrowning jacebrowning deleted the scm-commands branch August 15, 2014 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants