Mercurial > hg > crecord
graph
-
Fix display of non-ASCII characters in default user locale encodingThu, 28 Feb 2013 21:06:05 +0400, by immerrr
-
Enable whitespace optionsThu, 16 Jan 2014 15:19:42 -0500, by Jordi GutiƩrrez Hermoso
-
- closes issue #36: unable to commit changes to previously empty fileSat, 19 Jan 2013 08:18:52 -0500, by Mark Edgington
-
- allow -u parameter to work when user not defined in hgrc file (issue #34)Wed, 28 Nov 2012 14:15:15 -0500, by Mark Edgington
-
- fix small bug in last commit: don't toggle amend if version < 2.2Wed, 28 Nov 2012 13:05:45 -0500, by Mark Edgington
-
- add 'a' keybinding to toggle the amend flag available in more recent hg versionsWed, 28 Nov 2012 12:22:31 -0500, by Mark Edgington
-
- align display of context lines with added/removed lines. (issue #31)Sat, 28 Apr 2012 21:26:49 -0400, by Mark Edgington
-
- add HG: lines to commit message also when the 'message' option wasn't setWed, 29 Feb 2012 22:22:43 -0500, by Mark Edgington
-
curses chunk selector: append "HG:" help section to non-empty messages tooTue, 28 Feb 2012 18:47:35 +0400, by immerrr
-
qcrefresh: reuse topmost applied patch message when editing commit message in chunk selectorTue, 28 Feb 2012 18:46:28 +0400, by immerrr
-
hunk.getFromToLine(): fix for from-/tolen = 0, corresponding line start should be decremented in such casesThu, 23 Feb 2012 19:46:04 +0400, by immerrr
-
crpatch.parsepatch: when splitting diff hunk into smaller ones, account after-context when calculating their start linesThu, 23 Feb 2012 19:42:21 +0400, by immerrr
-
Use the right help messages for qcrefreshTue, 30 Aug 2011 16:11:27 -0700, by Steve Fink
-
Fix directory-dependence of my 'exclude' pattern, which caused qcrefresh to misbehave if not running from the directory that contained all modified files (!)Fri, 22 Jul 2011 15:58:33 -0700, by Steve Fink
-
Ugh. Left in pdb.set_trace.Fri, 03 Jun 2011 20:36:42 -0700, by Steve Fink
-
Add a qcrefresh command that updates the current patch with crecordThu, 26 May 2011 12:45:33 -0700, by Steve Fink
-
- strip lines beginning with 'HG:' from commit message when the (m)odify commitThu, 21 Jul 2011 17:13:00 +0200, by Mark Edgington
-
core: make compatible with changes to patch in hg 1.9Mon, 20 Jun 2011 11:49:05 +0200, by Peter Arrenbrecht
-
merge with blacktrashFri, 27 May 2011 17:31:02 +0200, by Peter Arrenbrecht
-
Stay compatible with 00a881581400 and 17cea10c343eWed, 18 May 2011 23:48:17 +0200, by Christian Ebert
-
core: make compatible with upcoming hg 1.9Wed, 25 May 2011 09:34:30 +0200, by Peter Arrenbrecht
-
add .hgignore for *.pyc filesWed, 25 May 2011 09:15:47 +0200, by Peter Arrenbrecht
-
- uses default editor for editing commit-messages nowFri, 11 Feb 2011 00:27:39 +0100, by Mark Edgington
-
- add shift-left (shift-h) event which either moves to the header of theThu, 03 Feb 2011 11:10:55 +0100, by Mark Edgington
-
keep all code lines under 80 chars in lengthSat, 06 Nov 2010 09:47:28 +0100, by Alexander Solovyov
-
cleanup: remove unused variables, backslashesSat, 06 Nov 2010 09:25:35 +0100, by Alexander Solovyov
-
core: updatedir moved to cmdutil in 00658492e2aaThu, 30 Sep 2010 02:42:34 +0200, by Christian Ebert
-
- a couple small changes to maintain backward compatibility with hg 1.1Mon, 16 Aug 2010 12:49:12 +0200, by Mark Edgington
-
- pulled in several changes from record.py (from crew revision 226a328a7ff3) --Mon, 16 Aug 2010 12:33:41 +0200, by Mark Edgington
-
- add warning about removing / adding new lines to patch when reviewing in anFri, 16 Jul 2010 01:11:50 +0200, by Mark Edgington
-
- implement toggle-all option ('A' key) to toggle applied status of allFri, 16 Jul 2010 01:11:47 +0200, by Mark Edgington
-
- fix small cosmetic bug where partially-applied indicator can erroneouslyFri, 16 Jul 2010 01:11:43 +0200, by Mark Edgington
-
Don't assume a black background.Tue, 13 Jul 2010 15:48:30 -0400, by Nicholas Riley
-
Reformat help similar to mainSun, 11 Jul 2010 23:16:43 +0200, by Christian Ebert
-
Abort when trying to crecord a mergeSun, 11 Jul 2010 23:16:42 +0200, by Christian Ebert
-
Do not translate debug messagesSun, 11 Jul 2010 23:16:42 +0200, by Christian Ebert
-
Correct typos in docstringSun, 11 Jul 2010 23:16:40 +0200, by Christian Ebert
-
- fix longstanding context-leak bug, where context from last hunk of previousTue, 06 Jul 2010 23:52:09 +0200, by Mark Edgington
-
Support keyword expansion with crecord and qcrecordSat, 08 May 2010 22:37:13 +0200, by Christian Ebert
-
Move user commands back to __init__Thu, 06 May 2010 20:15:53 +0200, by Christian Ebert
-
- handle encodings other than ASCII / UTF-8 gracefully -- if a string can't beWed, 05 May 2010 22:35:52 +0200, by Mark Edgington
-
Avoid fake conflicts due to keyword expansionMon, 26 Apr 2010 23:13:06 +0200, by Christian Ebert
-
Function variable naming and signature cleanupMon, 26 Apr 2010 23:12:20 +0200, by Christian Ebert
-
- add ability to review / edit patch prior to committingMon, 26 Apr 2010 00:08:25 +0200, by Mark Edgington
-
- clean up some extraneous import statementsSat, 17 Apr 2010 10:53:36 +0200, by Mark Edgington
-
Promote qnew as in 301633755decSat, 17 Apr 2010 10:41:10 +0200, by Christian Ebert
-
Change import style to allow demandimport to do its thing.Mon, 31 Aug 2009 15:02:19 -0400, by Greg Ward
-
Display ctrl characters in ^[char] notation to avoid them messing up the displayTue, 30 Jun 2009 23:04:23 +0200, by Mark Edgington
-
bugfix: filterpatch requires three argumentsSat, 27 Jun 2009 15:49:12 -0400, by Daniel Beck
-
crecord: bugfix - confirmation prompt was not appearing when 'c' was pressed for the first timeFri, 26 Jun 2009 20:29:25 +0200, by Mark Edgington
-
- fix crash caused when editing large commit-text lines (required modifying textpad)Wed, 24 Jun 2009 19:49:25 +0200, by Mark Edgington
-
crecord: update number of lines in chunk-pad upon resizeWed, 10 Jun 2009 23:33:40 +0200, by Mark Edgington
-
crecord: fix resizing of main window to work better, and remove initscr()Wed, 10 Jun 2009 22:52:56 +0200, by Mark Edgington
-
crecord: use getkey() method instead of getch() in main loop. Also call asWed, 10 Jun 2009 22:51:28 +0200, by Mark Edgington
-
crecord: remove debugging linesWed, 10 Jun 2009 22:40:26 +0200, by Mark Edgington
-
crecord: small improvements of code related to encodingMon, 08 Jun 2009 18:49:46 +0200, by Mark Edgington
-
crecord: modify to permit use of either encoding or util module (prevents problems with older mercurial versions)Sat, 06 Jun 2009 22:35:48 +0200, by Mark Edgington
-
crecord: adjust to refactoring of util (use encoding module)Sat, 09 May 2009 19:01:27 -0400, by Greg Ward
-
crecord: modify left-arrow behavior slightly -- first tries to fold if node is foldableWed, 25 Feb 2009 00:40:10 +0100, by Mark Edgington
-
- split things up into different files -- still runs... ;)Sun, 01 Feb 2009 15:05:09 +0100, by Mark Edgington