~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2006-10-31 19:34:44 UTC
  • mfrom: (2063.5.5 ignore-branch)
  • mto: This revision was merged to the branch mainline in revision 2105.
  • Revision ID: john@arbash-meinel.com-20061031193444-5625664a35654df5
(Cheuksan Edward Wang) Fix bug #29488, allow 'bzr ignore' to take multiple paths

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
  
11
11
  BUG FIXES:
12
12
 
 
13
    * ``bzr ignore`` takes multiple arguments. (Cheuksan Edward Wang, #29488)
 
14
 
13
15
    * mv correctly handles paths that traverse symlinks. 
14
16
      (Aaron Bentley, #66964)
15
17
 
133
135
    * Leave HttpTransportBase daughter classes decides how they
134
136
      implement cloning. (Vincent Ladeuil, #61606)
135
137
 
136
 
   * diff3 does not indicate conflicts on clean merge. (Aaron Bentley)
 
138
    * diff3 does not indicate conflicts on clean merge. (Aaron Bentley)
137
139
 
138
140
  TESTING:
139
141