1
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
4
* backend/errors.py: added some exceptions related to fileops.move()
5
* backend/fileops.py: implemented move()
6
* backend/info_helper.py: added diff_helper()
7
* backend/info.py: implemented diff()
9
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
11
* backend/init.py: moved pull() to backend/update.py
12
* backend/update.py: implemented update() and missing()
14
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
16
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
17
* backend/init.py: implemented pull()
19
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
21
* backend/info.py: implemented version(), whoami() and info()
22
* backend/info_helper.py: some helper functions for info.info()
24
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
26
* backend/info.py: nick() and revno() implemented
27
* backend/commit.py: minor tweaks to push()
28
* backend/init.py: minor tweaks to checkout() and branch()
30
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
32
* backend/init.py: checkout() implemented - not tested yet
33
* backend/commit.py: push() implemented - not tested yet
34
* backend/error.py: another bunch of exceptions added
36
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
38
* backend/commit.py: commit() implemented
39
* backend/fileops.py: remove() implemented
40
* backend/errors.py: more exceptions added
41
* more detailed comments for the different functions
43
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
45
* backend/errors.py: some basic exceptions added
46
* backend/fileops.py: mkdir() and add() implemented
47
* backend/init.py: init() and branch() implemented
48
* The work has begun :)