1
2006-07-16 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
3
* Done some directory reorganization.
4
* setup.py: added some basic install script
5
* Began to implement the GTK UI.
7
2006-07-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
9
* backend/errors.py: added some exceptions related to diff() and log()
10
* backend/info.py: implemented log()
11
* backend/info.py: diff() works well with revnos
12
* added e-mail address to copyright header
14
2006-07-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
16
* I turned 20 today, so please forgive me for the short changelog :)
18
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
21
* backend/errors.py: added some exceptions related to fileops.move()
22
* backend/fileops.py: implemented move()
23
* backend/info_helper.py: added diff_helper()
24
* backend/info.py: implemented diff()
26
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
28
* backend/init.py: moved pull() to backend/update.py
29
* backend/update.py: implemented update() and missing()
31
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
33
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
34
* backend/init.py: implemented pull()
36
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
38
* backend/info.py: implemented version(), whoami() and info()
39
* backend/info_helper.py: some helper functions for info.info()
41
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
43
* backend/info.py: nick() and revno() implemented
44
* backend/commit.py: minor tweaks to push()
45
* backend/init.py: minor tweaks to checkout() and branch()
47
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
49
* backend/init.py: checkout() implemented - not tested yet
50
* backend/commit.py: push() implemented - not tested yet
51
* backend/error.py: another bunch of exceptions added
53
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
55
* backend/commit.py: commit() implemented
56
* backend/fileops.py: remove() implemented
57
* backend/errors.py: more exceptions added
58
* more detailed comments for the different functions
60
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
62
* backend/errors.py: some basic exceptions added
63
* backend/fileops.py: mkdir() and add() implemented
64
* backend/init.py: init() and branch() implemented
65
* The work has begun :)