← Back to team overview

mvhub-dev team mailing list archive

[Merge] lp:~reddy22222/mvhub/fix_cheatsheet into lp:mvhub

 

Srihari Reddy has proposed merging lp:~reddy22222/mvhub/fix_cheatsheet into lp:mvhub.

Requested reviews:
  MVHub devs with commit rights (mvhub-commit)


see commit message
-- 
https://code.launchpad.net/~reddy22222/mvhub/fix_cheatsheet/+merge/26735
Your team MVHub Developers is subscribed to branch lp:mvhub.
=== modified file 'app-mvhub/doc/cheat_sheets/bzr_workflow.txt'
--- app-mvhub/doc/cheat_sheets/bzr_workflow.txt	2010-06-01 20:56:27 +0000
+++ app-mvhub/doc/cheat_sheets/bzr_workflow.txt	2010-06-03 18:52:26 +0000
@@ -54,7 +54,7 @@
 
 		# merge trunk ---> your branch
 		cdw
-		bzr merge ../trunk
+		bzr merge lp:mvhub/trunk
 		bzr commit -m "merged trunk"
 				
 # PROCEDURE	Make A Merge Request


Follow ups