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