"Kent Johnson" <[email protected]> wrote
I use plain old RCS for version control because its just me working on
the
code.
hg init # create a repository
md RCS in rcs
hg st # show what will be checked in
<edit .hgignore to remove build artifacts, etc from the above>
hg add # mark new files as to be added
Don't need any of that stuff
hg ci -m "Initial checkin" # the actual checkin
ci foo.py in rcs
and voila! you have a version-controlled project!
I prefer RCS - two commands is all you need (ci/co) :-)
Alan G.
_______________________________________________
Tutor maillist - [email protected]
To unsubscribe or change subscription options:
http://mail.python.org/mailman/listinfo/tutor