| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
ok tobias@
|
|
|
|
|
|
|
| |
to be sent first, can occure multiple times (although this is ignored) but
should be supplied before Directory.
OK joris@
|
|
|
|
|
|
|
|
|
| |
mostly gotten rid of them. It would be nice to know if there is a
fatal loop instead of dying quietly, so call errx instead of exit(1).
errx does not call fatal so it should be fine.
OK niallo@
|
|
|
|
|
|
|
| |
happened in fatal(). If that behavior is desired, please tell the
client before calling fatal().
OK niallo@
|
|
|
|
|
|
| |
it is the only safe thing to do.
OK niallo@
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
although i advise against using it on real development trees for now.
only a few commands work right so far:
- commit
- diff
- status
- log
- update (partially working)
if you feel like testing remote and run into bugs feel free to
contact me, and please include a full trace (-t).
|
|
|
|
|
|
|
|
|
|
|
|
| |
this for the past 2 weeks now and it should go in at
the start of the hackathon so others can help out.
this code is a lot safer, smarter, faster and best of
all it is actually doing what it is suppose to do!
basic checkout, update, status, diff and commit are
working in local mode only.
there is no support for any remote setups now.
|
|
|
|
|
|
| |
with gnu on errors.
ok xsa@
|
| |
|
| |
|
| |
|
| |
|
|
time ago, but we were being held back by jfb. too bad for him.
next step is to use fatal() through out the code for unrecoverable
errors instead of trying to be all nice and fluffy and reach main() again.
ok niallo@ and xsa@
|