Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-17 | Verify symlink removal in unit test | 1 | -0/+4 | ||
Re: #25 | |||||
2013-12-17 | Add unit test for removing a dotfile with a missing target | 1 | -0/+21 | ||
If the remove operation is issued on a dotfile pointing to a target that's already been removed from the repository, then the symlink should just be removed quietly. Re: #25 | |||||
2013-11-09 | Fixes #22: Ensure --force option is handed on | 1 | -0/+9 | ||
2013-11-07 | Fix unit tests to exit with the correct return code | 1 | -5/+1 | ||
2013-11-07 | Add unit test for single-sync feature | 1 | -0/+47 | ||
2013-11-07 | Add a unit test for non-existent package directories | 1 | -0/+21 | ||
If a package is defined in .dotfilesrc and the package directory doesn't exist in the repository when you attempt to add it, an IOError exception is thrown. This test captures the failing scenario. In reference to #17. | |||||
2013-11-07 | Remove unneeded whitespaces and fix typo | 1 | -2/+2 | ||
2013-02-09 | typo in test | 1 | -1/+1 | ||
2013-02-09 | added packages tests | 1 | -0/+51 | ||
2013-02-09 | fixed tests | 1 | -4/+9 | ||
2012-03-08 | Make source compatible with Python 3 | 1 | -1/+1 | ||
Replaced a few Python 2-only idioms with equivalents that work in both Python 2 and Python 3. | |||||
2012-01-08 | Update remaining references to 'unmanaged' | 1 | -1/+1 | ||
2011-11-01 | Add support for in-repo configuration files | 1 | -31/+32 | ||
In addition to parsing .dotfilesrc in the user's home directory, also look for that file inside the repository. This allows you to keep your repository and it's settings together. Closes: #1 | |||||
2011-10-24 | Made dotfiles python2.5 compatible | 1 | -0/+2 | ||
2011-10-23 | Refactored tests to use an assertPathEquals | 1 | -22/+23 | ||
2011-10-24 | Added glob style pattern support for the ignore option | 1 | -2/+2 | ||
2011-10-23 | Added unit test for glob pattern, which fail horribly yay! | 1 | -0/+60 | ||
2011-10-23 | Fixed unit tests for use on mac, since /tmp is a symlink to /private/tmp | 1 | -5/+6 | ||
2011-10-05 | Fix bug when syncing an unmanaged directory symlink | 1 | -2/+37 | ||
Closes #2 | |||||
2011-08-27 | Add unit tests for recent bugfix and move operation | 1 | -0/+85 | ||