/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to ChangeLog

  • Committer: Szilveszter Farkas (Phanatic)
  • Date: 2006-07-16 16:27:59 UTC
  • mto: (0.14.1 main) (93.1.1 win32.bialix)
  • mto: This revision was merged to the branch mainline in revision 83.
  • Revision ID: Szilveszter.Farkas@gmail.com-20060716162759-f3e8596921edc374
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.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-07-16  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
2
 
 
3
    * Done some directory reorganization.
 
4
    * setup.py: added some basic install script
 
5
    * Began to implement the GTK UI.
 
6
 
 
7
2006-07-08  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
8
 
 
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
 
13
 
 
14
2006-07-07  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
15
 
 
16
    * I turned 20 today, so please forgive me for the short changelog :)
 
17
 
 
18
2006-07-06  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
19
 
 
20
    * I'm not dead :)
 
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()
 
25
 
 
26
2006-06-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
27
 
 
28
    * backend/init.py: moved pull() to backend/update.py
 
29
    * backend/update.py: implemented update() and missing()
 
30
 
 
31
2006-06-19  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
32
 
 
33
    * backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
 
34
    * backend/init.py: implemented pull()
 
35
 
 
36
2006-06-18  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
37
 
 
38
    * backend/info.py: implemented version(), whoami() and info()
 
39
    * backend/info_helper.py: some helper functions for info.info()
 
40
 
 
41
2006-06-13  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
42
 
 
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()
 
46
 
 
47
2006-06-12  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
48
 
 
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
 
52
 
 
53
2006-06-11  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
54
 
 
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
 
59
 
 
60
2006-06-10  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
61
 
 
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 :)