~yasumoto7/five-a-day/icon_countdown

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Daniel Holbach
  • Date: 2008-07-10 16:13:07 UTC
  • mfrom: (97.1.1 five-a-day)
  • Revision ID: daniel.holbach@canonical.com-20080710161307-pe7ggp1l6xye9uth
* fiveaday/bzr.py:
  commit_changes: rename force param to force_push
  add: add force_push param, which gets passed to commit_changes
* 5-a-day:
  On "--add", if the local branch does not exist yet, force pushing
  after adding the bug. (LP: #245866)
  - users push to their local branches. If the remote branch is
    older than 60 minutes, it gets pushed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
five-a-day (0.44) UNRELEASED; urgency=low
 
2
 
 
3
  * fiveaday/bzr.py:
 
4
    commit_changes: rename force param to force_push
 
5
    add: add force_push param, which gets passed to commit_changes
 
6
  * 5-a-day:
 
7
    On "--add", if the local branch does not exist yet, force pushing
 
8
    after adding the bug. (LP: #245866)
 
9
 
 
10
 -- Daniel Hahler <ubuntu@thequod.de>  Sat, 05 Jul 2008 19:59:51 +0200
 
11
 
1
12
five-a-day (0.43) intrepid; urgency=low
2
13
 
3
14
  * fiveaday/bzr.py, fiveaday/files.py, 5-a-day, fiveaday/parser.py,
4
15
    fiveadayapplet/controller.py:
5
 
    - users push to their own branches, every 10th commit is pushed.
 
16
    - users push to their local branches. If the remote branch is
 
17
      older than 60 minutes, it gets pushed.
6
18
    - merge ~/.5-a-day-team file into the branch too.
7
19
    - add new --add-team, --remove-team, --show-team(s) options. 
8
20
  * fiveaday/signature.py: removed unnecessary import.