/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_log.py

  • Committer: Aaron Bentley
  • Date: 2008-02-24 16:42:13 UTC
  • mfrom: (3234 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3235.
  • Revision ID: aaron@aaronbentley.com-20080224164213-eza1lzru5bwuwmmj
Merge with bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
80
80
        self.run_bzr_error('bzr: ERROR: Logging revision 0 is invalid.',
81
81
                           ['log', '-r-2..0'])
82
82
 
 
83
    def test_log_unsupported_timezone(self):
 
84
        self._prepare()
 
85
        self.run_bzr_error('bzr: ERROR: Unsupported timezone format "foo", '
 
86
                           'options are "utc", "original", "local".',
 
87
                           ['log', '--timezone', 'foo'])
 
88
 
83
89
    def test_log_negative_begin_revspec_full_log(self):
84
90
        self._prepare()
85
91
        log = self.run_bzr("log -r -3..")[0]
216
222
    message:
217
223
      merge branch 2
218
224
        ------------------------------------------------------------
219
 
        revno: 1.1.1.1.1
 
225
        revno: 1.2.1
220
226
        committer: Lorem Ipsum <test@example.com>
221
227
        branch nick: smallerchild
222
228
        timestamp: Just now
252
258
message:
253
259
  merge branch 2
254
260
    ------------------------------------------------------------
255
 
    revno: 1.1.1.1.1
 
261
    revno: 1.2.1
256
262
    committer: Lorem Ipsum <test@example.com>
257
263
    branch nick: smallerchild
258
264
    timestamp: Just now
274
280
message:
275
281
  merge branch 2
276
282
    ------------------------------------------------------------
277
 
    revno: 1.1.1.1.1
 
283
    revno: 1.2.1
278
284
    committer: Lorem Ipsum <test@example.com>
279
285
    branch nick: smallerchild
280
286
    timestamp: Just now