aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2013-02-10Prevent externals from showing up in packagesGravatar Jon Bernard 1-4/+6
The load routine was made recursive to support packages, so externals should only be added during the first pass and not within package directories. External processing should probably be done before recursion begins to avoid this check on every call.
2013-02-10WhitespaceGravatar Jon Bernard 1-2/+2
2013-02-09Update packages section in READMEGravatar Jon Bernard 1-3/+13
This commit adds a note about current limitations and explains what currently works and what remains a todo item.
2013-02-09Remove distinction from AUTHORSGravatar Jon Bernard 1-9/+2
2013-02-09Fix link detection when target is itself a symlinkGravatar Jon Bernard 1-2/+1
This shows up on OSX where /tmp is actually a symlink to /private/tmp.
2013-02-09typo in testGravatar Luper Rouch 1-1/+1
2013-02-09checking that the target directory exists before creating a symlinkGravatar Luper Rouch 1-1/+4
2013-02-09added packages testsGravatar Luper Rouch 1-0/+51
2013-02-09fixed testsGravatar Luper Rouch 1-4/+9
2013-02-09move: copying source files with symlinks=True, and expanding target to an ↵Gravatar Luper Rouch 1-1/+2
absolute path
2013-02-09fixed error with --move + --dry-runGravatar Luper Rouch 1-2/+3
2013-02-09updated readmeGravatar Luper Rouch 1-0/+18
2013-02-09Added Luper Rouch to authorsGravatar Luper Rouch 1-0/+1
2013-02-09* reorganized modules a bitGravatar Luper Rouch 4-243/+345
* added --dry-run option * added support for packages
2013-01-30Merge branch 'release/0.5.6' into developGravatar Jon Bernard 2-1/+6
2013-01-30Merge branch 'release/0.5.6'v0.5.6Gravatar Jon Bernard 3-11/+17
2013-01-30Update history and bump version numberGravatar Jon Bernard 2-1/+6
2013-01-30Add Alexandre Rossi as a contributerGravatar Jon Bernard 1-0/+1
2013-01-30restore python3 compatibilityGravatar Alexandre Rossi 1-10/+10
2013-01-04Merge branch 'release/0.5.5' into developGravatar Jon Bernard 2-1/+6
2013-01-04Merge branch 'release/0.5.5'v0.5.5Gravatar Jon Bernard 3-5/+215
2013-01-04Update history and bump version numberGravatar Jon Bernard 2-1/+6
2013-01-04Add Gary Oberbrunner as a contributorGravatar Gary Oberbrunner 1-0/+1
2013-01-04Improve error handling for Windows symlinksGravatar Gary Oberbrunner 1-2/+9
2013-01-04Add missing islink assignmentGravatar Gary Oberbrunner 1-0/+1
2013-01-04Add support for Windows symlinksGravatar Gary Oberbrunner 1-4/+200
2012-06-10Merge branch 'release/0.5.4' into developGravatar Jon Bernard 2-1/+6
2012-06-10Merge branch 'release/0.5.4'v0.5.4Gravatar Jon Bernard 3-16/+24
2012-06-10Update history and bump version numberGravatar Jon Bernard 2-1/+6
2012-06-05More Python 3 fixesGravatar Daniel Harding 1-15/+18
cli.py was not Python 3-compatible. Added code to handle the ConfigParser -> configparser rename, as well as print becoming a function.
2012-03-11Merge branch 'release/0.5.3' into developGravatar Jon Bernard 2-1/+9
2012-03-11Merge branch 'release/0.5.3'Gravatar Jon Bernard 8-16/+39
2012-03-11Update history and bump version numberGravatar Jon Bernard 2-1/+9
2012-03-08Add a .gitignore fileGravatar Daniel Harding 1-0/+3
Set up to cause git to ignore *.pyc and *.pyo files, as well as the Python 3 __pycache__ directory.
2012-03-08Add Daniel Harding as a contributorGravatar Daniel Harding 1-0/+1
2012-03-08Add specific Python version trove classifiersGravatar Daniel Harding 1-0/+8
2012-03-08Make source compatible with Python 3Gravatar Daniel Harding 2-9/+11
Replaced a few Python 2-only idioms with equivalents that work in both Python 2 and Python 3.
2012-01-22Allow ~ in configuration file external targetsGravatar Jon Bernard 1-1/+2
2012-01-08Update remaining references to 'unmanaged'Gravatar Jon Bernard 4-5/+5
2012-01-01Merge branch 'release/0.5.2' into developGravatar Jon Bernard 2-1/+8
2012-01-01Merge branch 'release/0.5.2'v0.5.2Gravatar Jon Bernard 6-5/+21
2012-01-01Update history and bump version numberGravatar Jon Bernard 2-1/+8
2012-01-01Update copyright notice to include 2012Gravatar Jon Bernard 1-1/+1
2012-01-01Document the ability to manage multiple repositoriesGravatar Jon Bernard 1-0/+4
2012-01-01Add Reinout van Rees as a contributerGravatar Jon Bernard 1-0/+1
2012-01-01Improve wording of "unmanaged" with "unsynced"Gravatar Jon Bernard 3-3/+3
Closes: #5
2012-01-01Fix adding a directory with a trailing slashGravatar Jon Bernard 1-0/+1
Closes: #6
2012-01-01Mention support for directories in documentationGravatar Jon Bernard 1-0/+3
Re: #6
2011-11-01Merge branch 'release/0.5.1' into developGravatar Jon Bernard 3-12/+17
2011-11-01Merge branch 'release/0.5.1'v0.5.1Gravatar Jon Bernard 3-12/+17