mirror of
https://github.com/debauchee/barrier.git
synced 2025-07-24 03:48:26 +02:00
Updated hm script to work with Subversion.
This commit is contained in:
parent
81227b8fab
commit
985648a95f
1 changed files with 4 additions and 4 deletions
8
hm.py
8
hm.py
|
@ -276,12 +276,12 @@ def open_project():
|
|||
return False
|
||||
|
||||
def update():
|
||||
print "Running Mercurial pull and update..."
|
||||
os.system('hg pull')
|
||||
os.system('hg update')
|
||||
print "Running Subversion update..."
|
||||
os.system('svn update')
|
||||
|
||||
def revision():
|
||||
os.system('hg identify')
|
||||
# While this doesn't print out the revision specifically, it will do.
|
||||
os.system('svn info')
|
||||
|
||||
def destroy():
|
||||
msg = "Are you sure you want to remove the ./bin/ directory? [y/N]"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue