1
2006-07-16 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
3
* olive/backend/ui.py: GtkUIFactory implementation
4
* Done some directory reorganization.
5
* setup.py: added some basic install script
6
* Began to implement the GTK UI.
8
2006-07-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
10
* backend/errors.py: added some exceptions related to diff() and log()
11
* backend/info.py: implemented log()
12
* backend/info.py: diff() works well with revnos
13
* added e-mail address to copyright header
15
2006-07-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
17
* I turned 20 today, so please forgive me for the short changelog :)
19
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
22
* backend/errors.py: added some exceptions related to fileops.move()
23
* backend/fileops.py: implemented move()
24
* backend/info_helper.py: added diff_helper()
25
* backend/info.py: implemented diff()
27
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
29
* backend/init.py: moved pull() to backend/update.py
30
* backend/update.py: implemented update() and missing()
32
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
34
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
35
* backend/init.py: implemented pull()
37
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
39
* backend/info.py: implemented version(), whoami() and info()
40
* backend/info_helper.py: some helper functions for info.info()
42
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
44
* backend/info.py: nick() and revno() implemented
45
* backend/commit.py: minor tweaks to push()
46
* backend/init.py: minor tweaks to checkout() and branch()
48
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
50
* backend/init.py: checkout() implemented - not tested yet
51
* backend/commit.py: push() implemented - not tested yet
52
* backend/error.py: another bunch of exceptions added
54
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
56
* backend/commit.py: commit() implemented
57
* backend/fileops.py: remove() implemented
58
* backend/errors.py: more exceptions added
59
* more detailed comments for the different functions
61
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
63
* backend/errors.py: some basic exceptions added
64
* backend/fileops.py: mkdir() and add() implemented
65
* backend/init.py: init() and branch() implemented
66
* The work has begun :)