admin:hg
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
admin:hg [2013/02/27 16:58] – created jwarrior | admin:hg [Unknown date] (current) – external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Hg ====== | ||
+ | * //hg incoming// shows what will be pulled | ||
+ | * //hg pull// pulls new changes from the master repository | ||
+ | * //hg pull// http:// | ||
+ | * //hg update// updates the local working kiln repo - does the equivalent of a config map load | ||
+ | * //hg status// shows differences between the master repo and the local working repo | ||
+ | * //hg commit// pushes changes from the local working repo to the master repo. always comment | ||
+ | * //hg clone https:// |