1
2006-07-08 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
3
* backend/errors.py: added some exceptions related to diff() and log()
4
* backend/info.py: implemented log()
5
* backend/info.py: diff() works well with revnos
6
* added e-mail address to copyright header
8
2006-07-07 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
10
* I turned 20 today, so please forgive me for the short changelog :)
12
2006-07-06 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
15
* backend/errors.py: added some exceptions related to fileops.move()
16
* backend/fileops.py: implemented move()
17
* backend/info_helper.py: added diff_helper()
18
* backend/info.py: implemented diff()
20
2006-06-20 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
22
* backend/init.py: moved pull() to backend/update.py
23
* backend/update.py: implemented update() and missing()
25
2006-06-19 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
27
* backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
28
* backend/init.py: implemented pull()
30
2006-06-18 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
32
* backend/info.py: implemented version(), whoami() and info()
33
* backend/info_helper.py: some helper functions for info.info()
35
2006-06-13 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
37
* backend/info.py: nick() and revno() implemented
38
* backend/commit.py: minor tweaks to push()
39
* backend/init.py: minor tweaks to checkout() and branch()
41
2006-06-12 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
43
* backend/init.py: checkout() implemented - not tested yet
44
* backend/commit.py: push() implemented - not tested yet
45
* backend/error.py: another bunch of exceptions added
47
2006-06-11 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
49
* backend/commit.py: commit() implemented
50
* backend/fileops.py: remove() implemented
51
* backend/errors.py: more exceptions added
52
* more detailed comments for the different functions
54
2006-06-10 Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
56
* backend/errors.py: some basic exceptions added
57
* backend/fileops.py: mkdir() and add() implemented
58
* backend/init.py: init() and branch() implemented
59
* The work has begun :)