tests/test-commit-copy.out
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Wed, 08 Apr 2009 13:29:51 +0900
changeset 8068 389e2820280d
parent 3675 6990e499d71a
permissions -rw-r--r--
inotify: Simplifying init code simplifying retry = False try: try: doA() retry = True except X: doB() retry = True except: doC() pass if retry: doD() -- into -- try: try: doA() except X: doB() except: doC() pass else: doD()
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
3675
6990e499d71a Revert almost all of 5be434785317; add a test
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
diff changeset
     1
foo renamed from bar:26d3ca0dfd18e44d796b564e38dd173c9668d3a9
6990e499d71a Revert almost all of 5be434785317; add a test
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
diff changeset
     2
   rev    offset  length   base linkrev nodeid       p1           p2
6990e499d71a Revert almost all of 5be434785317; add a test
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
diff changeset
     3
     0         0       6      0       0 26d3ca0dfd18 000000000000 000000000000
6990e499d71a Revert almost all of 5be434785317; add a test
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
diff changeset
     4
     1         6       7      1       1 d267bddd54f7 26d3ca0dfd18 000000000000