~javierder/bzr-gedit/236017

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
1. Finish integration of all basic BZR commands (commands
   shown in bzr help and others):
   + add(for single files), ignore, mv, status, diff, merge,
   log, revert and check.
  
2. Implement all (or at least most of) bzr-gtk functionality
   (bug #213195)
  
3. Implement most bzr commands:
   + checkout, bind, unbind, whoami, init-repo, send, export,
    tag, remove, uncommit, info, annotate, help, nick, tag, 
    
4. Implement Sidebar like a "project browser" to allow direct
   access to Working tree files.
  
5. Implement progress indicator in dialogs that need this. I
   think bzr-gtk bug #127734 is connected with this.

6. Implement all remaining bzr commands

7. Work on UI changes to allow all customizations bzr commands
   need: Saving/changing default location, selecting specific
   revision, etc.

8. New UI for:
   + work with conflicts
   + work with aliases
   + allow select of storage format
   + bzr command line
   + authentification credentials. Probably bug #158806
   + merge from file/apply patch.