/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: Jelmer Vernooij
  • Date: 2008-06-29 16:11:12 UTC
  • mfrom: (475.2.2 gtk)
  • mto: This revision was merged to the branch mainline in revision 519.
  • Revision ID: jelmer@samba.org-20080629161112-3j4zp0r0e7cv6cds
Merge Chad's progress bar in viz patch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
2006-07-08  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
2
 
 
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
7
 
 
8
 
2006-07-07  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
9
 
 
10
 
    * I turned 20 today, so please forgive me for the short changelog :)
11
 
 
12
 
2006-07-06  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
13
 
 
14
 
    * I'm not dead :)
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()
19
 
 
20
 
2006-06-20  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
21
 
 
22
 
    * backend/init.py: moved pull() to backend/update.py
23
 
    * backend/update.py: implemented update() and missing()
24
 
 
25
 
2006-06-19  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
26
 
 
27
 
    * backend/errors.py: renamed NoPushLocationKnown to NoLocationKnown
28
 
    * backend/init.py: implemented pull()
29
 
 
30
 
2006-06-18  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
31
 
 
32
 
    * backend/info.py: implemented version(), whoami() and info()
33
 
    * backend/info_helper.py: some helper functions for info.info()
34
 
 
35
 
2006-06-13  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
36
 
 
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()
40
 
 
41
 
2006-06-12  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
42
 
 
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
46
 
 
47
 
2006-06-11  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
48
 
 
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
53
 
 
54
 
2006-06-10  Szilveszter Farkas <Szilveszter.Farkas@gmail.com>
55
 
 
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 :)