Skip to content

A trunk full of fixes and improvements #2 #51

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

Merged
merged 27 commits into from
Apr 11, 2016
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f8be6d8
Remove deploy() from help. Users should be using import and add, not …
screamerbg Apr 9, 2016
1d10857
Unify ignore syntax between git and hg (use glob)
screamerbg Apr 9, 2016
371737c
Fixed - git matches unix slash ("/") for paths in .gitignore and .git…
screamerbg Apr 9, 2016
0000bc8
Use 48-bit instead of 28-bit hash keys for git (align with hg key len…
screamerbg Apr 9, 2016
20e168e
Fixed - Git.geturl() finds available remote URLs instead of relying o…
screamerbg Apr 9, 2016
8b559cb
Add warning() routine
screamerbg Apr 9, 2016
35f2e1e
Unify git and hg outgoing() to return boolean instead of process output
screamerbg Apr 9, 2016
613fb75
Improve git/hg status output
screamerbg Apr 9, 2016
54f06fc
Safe cast for strings log(), action(), warning() and error()
screamerbg Apr 9, 2016
fb5cefd
Introduce can_update() routine that checks for local repositories, un…
screamerbg Apr 9, 2016
aa73158
Introduce rmtree_readonly() to handle readonly dirs and fix busy file…
screamerbg Apr 9, 2016
83ff2db
Handle untracked .lib files during update which should be removed as …
screamerbg Apr 9, 2016
af9a7d4
Language fixes
screamerbg Apr 9, 2016
ae42af7
Language fixes
screamerbg Apr 9, 2016
becd106
Add more details to push() and pull(), e.g. repo name and url
screamerbg Apr 9, 2016
ea74fc5
Fixed tracking of outgoing changes in git
screamerbg Apr 9, 2016
0a113c2
Added initial support for local repositories. Also detect local repos…
screamerbg Apr 10, 2016
1a6b72f
Introduce neo.py new <scm> [path] which creates new program or librar…
screamerbg Apr 10, 2016
7fc745c
Display current working context (program, library, directory) for eve…
screamerbg Apr 10, 2016
efb08c5
Reorder routines related to commands handling
screamerbg Apr 10, 2016
bab8931
Introduce Repo.findroot() routine which returns the program (repo root).
screamerbg Apr 10, 2016
d353b3c
Add --ignore switch to update() which causes local libraries to be ig…
screamerbg Apr 10, 2016
6c4481b
Language updates to push(), pull() and update() routines for Hg and Git
screamerbg Apr 10, 2016
298ac12
Fixed help
screamerbg Apr 10, 2016
06819b0
Changed behavior of update --ignore so it will attempt to fetch and u…
screamerbg Apr 10, 2016
4ce59b3
Pass ignore flag to update() sub-processes
screamerbg Apr 10, 2016
430b170
Reintroduce deploy command and improve behavior
screamerbg Apr 11, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading