[wiki] [upstream] Introduced use of qcommit || f

From: <hg_AT_suckless.org>
Date: Thu, 4 Sep 2008 22:31:39 +0100 (BST)

changeset: 140:fbb960aefa72
tag: tip
user: f.e.negroni_AT_gmail.com
date: Thu Sep 04 22:31:37 2008 +0100
files: dwm/customisation/patch_queue.md
description:
Introduced use of qcommit


diff -r d66dce557d0f -r fbb960aefa72 dwm/customisation/patch_queue.md
--- a/dwm/customisation/patch_queue.md Sat Aug 30 22:11:28 2008 +0200
+++ b/dwm/customisation/patch_queue.md Thu Sep 04 22:31:37 2008 +0100
_AT_@ -102,11 +102,9 @@
 
 Since we are happy about our first customisation, we want to commit that in our MQ repository. This way, should we corrupt anything in our working copy, we can always roll back to a know state.
 
-The MQ repository is one level down from the base repo:
+The MQ repository is one level down from the base repo, so we use the special command //qcommit//:
 
- $ cd .hg/patches
- $ hg ci -m 'First patch to installation target'
- $ cd ../..
+ $ hg qcommit -m 'First patch to installation target'
 
 ###The second patch: forget about config.h
 
_AT_@ -143,9 +141,7 @@
 
 Let's again commit this latest patch in our MQ repository for safe keeping:
 
- $ cd .hg/patches
- $ hg ci -m 'Made config.h depend on config.def.h'
- $ cd ../..
+ $ hg qcommit 'Made config.h depend on config.def.h'
 
 ###Our first proper customisation: change the tiling factor
 
_AT_@ -168,9 +164,7 @@
 Tell MQ we are done with the patch and commit it to its repo:
 
         $ hg qrefresh
- $ cd .hg/patches
- $ hg ci -m 'Our mfact is now 0.5'
- $ cd ../..
+ $ hg qcommit -m 'Our mfact is now 0.5'
 
 ### List our patches
 
Received on Thu Sep 04 2008 - 23:31:39 CEST

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:30:25 CEST