~ubuntu-branches/ubuntu/precise/mercurial/precise-updates

« back to all changes in this revision

Viewing changes to tests/test-mq-qqueue.out

  • Committer: Bazaar Package Importer
  • Author(s): Vincent Danjean, Javi Merino, Vincent Danjean
  • Date: 2010-07-04 09:55:28 UTC
  • mfrom: (1.2.12 upstream)
  • Revision ID: james.westby@ubuntu.com-20100704095528-bzag1mhfylss9zth
Tags: 1.6-1
[ Javi Merino ]
* New upstream release (1.6). Many bug fixes and improvements. Among
    them:
  - push: break infinite http recursion bug with Python 2.6.5
       (issue2179 and issue2255) (Closes: #586907)
  - zeroconf: Don't use string exceptions (Closes: #585250)
* Removed patch for_upstream__bashism_in_examples.patch since a fix for
    #581122 is included upstream.
* Updated Standards-Version to 3.9 (no change needed)

[ Vincent Danjean ]
* debian/control:
  + Use Breaks instead of Conflicts
  + Use a fixed version in Replaces
    I put 1.4 but it has been a long time since nothing has been moved
    from mercurial to mercurial-common

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
%% default queue
 
2
patches (active)
 
3
%% applied patches in default queue
 
4
somestuff
 
5
%% try to change patch (create succeeds, switch fails)
 
6
abort: patches applied - cannot set new queue active
 
7
foo
 
8
patches (active)
 
9
%% empty default queue
 
10
popping somestuff
 
11
patch queue now empty
 
12
%% switch queue
 
13
foo (active)
 
14
patches
 
15
%% fail creating queue with already existing name
 
16
abort: queue "foo" already exists
 
17
foo (active)
 
18
patches
 
19
%% unapplied patches
 
20
%% fail switching back
 
21
abort: patches applied - cannot set new queue active
 
22
%% fail deleting current
 
23
abort: cannot delete currently active queue
 
24
%% switch back and delete foo
 
25
popping otherstuff
 
26
patch queue now empty
 
27
patches (active)
 
28
%% tricky cases
 
29
patches
 
30
store (active)
 
31
popping journal
 
32
patch queue now empty
 
33
somestuff
 
34
%% invalid names
 
35
abort: invalid queue name, may not contain the characters ":\/."
 
36
abort: invalid queue name, may not contain the characters ":\/."