Skip to content

Commit

Permalink
Explain the purpose of update-branches
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanor committed Nov 19, 2011
1 parent 6ff642b commit e797f55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions contrib/update-branches.py
@@ -1,6 +1,11 @@
#!/usr/bin/env python
# Copyright (c) 2011, Stefano Rivera
# Released under terms of the MIT/X/Expat Licence. See COPYING for details.
#
# This script keeps local checkouts of all branches currently involved in
# merge-requests, or all active branches.
# It should be run inside the root of a bzr repository, e.g.:
# $ bzr init-repo ibid; cd ibid; update-branches -a

import optparse
import os
Expand Down

0 comments on commit e797f55

Please sign in to comment.