changeset 242 | 03d8f07230b3 |
parent 78 | 2a3407a14654 |
child 262 | 675474f5be32 |
241:4af1e1ccf75b | 242:03d8f07230b3 |
---|---|
1 # Copyright 2008-2009 LShift Ltd |
1 """ |
2 # |
2 Hook to log changesets pushed and pulled |
3 # Authors: |
3 """ |
4 # Paul Crowley <paul@lshift.net> |
|
5 # |
|
6 # This software may be used and distributed according to the terms |
|
7 # of the GNU General Public License, incorporated herein by reference. |
|
8 |
4 |
9 from mercurial.i18n import _ |
5 from mercurial.i18n import _ |
10 import mercurial.util |
6 import mercurial.util |
11 import mercurial.node |
7 import mercurial.node |
12 |
8 |