Skip to content

Commit

Permalink
Added batch scripts to clone and pull/update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ekolis committed Aug 4, 2015
1 parent ee3e814 commit 88350c9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions clone-dependencies.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
hg clone https://bitbucket.org/ekolis/dynamicviewmodel ../DynamicViewModel
hg clone https://bitbucket.org/ekolis/wpfviewshells ../WpfViewShells
7 changes: 7 additions & 0 deletions pull-update-dependencies.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
cd ..
cd DynamicViewModel
hg pull
hg update
cd ..\WpfViewShells
hg pull
hg update

0 comments on commit 88350c9

Please sign in to comment.