merged
authorOleksandr Gavenko <gavenkoa@gmail.com>
Mon, 20 Jun 2011 10:44:00 +0300
changeset 887 302014546fbb
parent 882 7eee0fbd837e (current diff)
parent 886 9b179c44f835 (diff)
child 888 4c1e80956723
merged
--- a/hg.rst	Sun Jun 19 17:27:34 2011 +0300
+++ b/hg.rst	Mon Jun 20 10:44:00 2011 +0300
@@ -327,3 +327,13 @@
   http://mercurial.selenic.com/wiki/MercurialHosting
                 Free Hosting of Mercurial Repositories
 
+* Merge or rebase uncommitted changes.
+
+  $ hg diff > .diff   # save local changes
+  $ hg revert -a
+  $ hg fetch
+  $ patch -p1 <.diff
+
+  http://mercurial.selenic.com/wiki/TipsAndTricks#Merge_or_rebase_with_uncommitted_changes
+  http://mercurial.selenic.com/wiki/ShelveExtension
+
--- a/windows-devel.rst	Sun Jun 19 17:27:34 2011 +0300
+++ b/windows-devel.rst	Mon Jun 20 10:44:00 2011 +0300
@@ -56,6 +56,10 @@
 'bp', 'bm' commands sets software breakpoints, debugger replaces the processor instruction with a
 break instruction.
 
+** Clear breakpoints.
+
+  bc *
+
 ** How to set WinDbg as a Default Windows Postmortem Debugger.
 
   cmd> WinDbg -I
@@ -83,6 +87,10 @@
 
   symchk /r c:\windows\system32 /s SRV*c:\symbols\*http://msdl.microsoft.com/download/symbols
 
+** Debugging child process.
+
+  .childdbg 1
+
 * Running at startup.
 
   HKCU\Software\Microsoft\Windows\CurrentVersion\Run