mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-24 06:15:57 +03:00
Updated hm script to work with Subversion.
This commit is contained in:
parent
81227b8fab
commit
985648a95f
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…
Reference in New Issue
Block a user