/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-06 17:08:45 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-20060706170845-da015b629f5876a4
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()

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2006-07-06  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
2
 
 
3
    * I'm not dead :)
 
4
    * backend/errors.py: added some exceptions related to fileops.move()
 
5
    * backend/fileops.py: implemented move()
 
6
    * backend/info_helper.py: added diff_helper()
 
7
    * backend/info.py: implemented diff()
 
8
 
 
9
2006-06-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
10
 
 
11
    * backend/init.py: moved pull() to backend/update.py
 
12
    * backend/update.py: implemented update() and missing()
 
13
 
 
14
2006-06-19  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
15
 
 
16
    * backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
 
17
    * backend/init.py: implemented pull()
 
18
 
 
19
2006-06-18  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
20
 
 
21
    * backend/info.py: implemented version(), whoami() and info()
 
22
    * backend/info_helper.py: some helper functions for info.info()
 
23
 
 
24
2006-06-13  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
25
 
 
26
    * backend/info.py: nick() and revno() implemented
 
27
    * backend/commit.py: minor tweaks to push()
 
28
    * backend/init.py: minor tweaks to checkout() and branch()
 
29
 
 
30
2006-06-12  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
31
 
 
32
    * backend/init.py: checkout() implemented - not tested yet
 
33
    * backend/commit.py: push() implemented - not tested yet
 
34
    * backend/error.py: another bunch of exceptions added
 
35
 
 
36
2006-06-11  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
37
 
 
38
    * backend/commit.py: commit() implemented
 
39
    * backend/fileops.py: remove() implemented
 
40
    * backend/errors.py: more exceptions added
 
41
    * more detailed comments for the different functions
 
42
 
 
43
2006-06-10  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
 
44
 
 
45
    * backend/errors.py: some basic exceptions added
 
46
    * backend/fileops.py: mkdir() and add() implemented 
 
47
    * backend/init.py: init() and branch() implemented
 
48
    * The work has begun :)