Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request ESCOMP#198 from johnpaulalex/gitdir
Replace a lot of chdir's with git -C $dirname There are still some left in the code. There are still 6 calls to os.getcwd in manic/ (at least 1 is ok, the one in checkout.py), and 6 calls to os.chdir (2 in repository_svn, 4 in sourcetree). At least some of those can probably go away too. And loads of dependencies on cwd in test/ code, but many if not all could be fixed in the same way (with the -C option) User interface changes?: No Fixes: No Testing: test removed: no unit tests: 'make utest' system tests: 'make stest' manual testing: none
- Loading branch information