log

age author description
Sat, 21 Nov 2015 14:03:39 -0600 Matt Mackall crecord: add missing metadata default tip
Sat, 21 Nov 2015 13:37:59 -0600 Matt Mackall core: fix compatibility with Mercurial 3.6
Wed, 11 Mar 2015 15:36:04 -0400 Harvey Chapman core: fix deleting newly added files from subdirectory
Fri, 27 Feb 2015 15:05:07 -0800 Siddharth Agarwal core: parse whitespace options from separate 'crecord' section
Fri, 27 Feb 2015 15:00:53 -0800 Siddharth Agarwal core: only parse whitespace-related diffopts
Thu, 26 Jun 2014 10:48:49 -0400 Mark Edgington Backed out changeset 679dc6c2df5d
Wed, 25 Jun 2014 18:32:26 +0400 immerrr Allow amending without changes
Tue, 18 Mar 2014 12:36:27 -0400 Mark Edgington - handle modifications made to newly-added files ; fixes issue #13
Thu, 13 Mar 2014 21:23:31 -0700 Pierre-Yves David hg2.9-compat: fix crecord from sub directory
Thu, 28 Feb 2013 21:06:05 +0400 immerrr Fix display of non-ASCII characters in default user locale encoding
Thu, 16 Jan 2014 15:19:42 -0500 Jordi GutiƩrrez Hermoso Enable whitespace options
Sat, 19 Jan 2013 08:18:52 -0500 Mark Edgington - closes issue #36: unable to commit changes to previously empty file
Wed, 28 Nov 2012 14:15:15 -0500 Mark Edgington - allow -u parameter to work when user not defined in hgrc file (issue #34)
Wed, 28 Nov 2012 13:05:45 -0500 Mark Edgington - fix small bug in last commit: don't toggle amend if version < 2.2
Wed, 28 Nov 2012 12:22:31 -0500 Mark Edgington - add 'a' keybinding to toggle the amend flag available in more recent hg versions
Sat, 28 Apr 2012 21:26:49 -0400 Mark Edgington - align display of context lines with added/removed lines. (issue #31)
Wed, 29 Feb 2012 22:22:43 -0500 Mark Edgington - add HG: lines to commit message also when the 'message' option wasn't set
Tue, 28 Feb 2012 18:47:35 +0400 immerrr curses chunk selector: append "HG:" help section to non-empty messages too
Tue, 28 Feb 2012 18:46:28 +0400 immerrr qcrefresh: reuse topmost applied patch message when editing commit message in chunk selector
Thu, 23 Feb 2012 19:46:04 +0400 immerrr hunk.getFromToLine(): fix for from-/tolen = 0, corresponding line start should be decremented in such cases
Thu, 23 Feb 2012 19:42:21 +0400 immerrr crpatch.parsepatch: when splitting diff hunk into smaller ones, account after-context when calculating their start lines
Tue, 30 Aug 2011 16:11:27 -0700 Steve Fink Use the right help messages for qcrefresh
Fri, 22 Jul 2011 15:58:33 -0700 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, 03 Jun 2011 20:36:42 -0700 Steve Fink Ugh. Left in pdb.set_trace.
Thu, 26 May 2011 12:45:33 -0700 Steve Fink Add a qcrefresh command that updates the current patch with crecord
Thu, 21 Jul 2011 17:13:00 +0200 Mark Edgington - strip lines beginning with 'HG:' from commit message when the (m)odify commit
Mon, 20 Jun 2011 11:49:05 +0200 Peter Arrenbrecht core: make compatible with changes to patch in hg 1.9
Fri, 27 May 2011 17:31:02 +0200 Peter Arrenbrecht merge with blacktrash
Wed, 18 May 2011 23:48:17 +0200 Christian Ebert Stay compatible with 00a881581400 and 17cea10c343e
Wed, 25 May 2011 09:34:30 +0200 Peter Arrenbrecht core: make compatible with upcoming hg 1.9
Wed, 25 May 2011 09:15:47 +0200 Peter Arrenbrecht add .hgignore for *.pyc files
Fri, 11 Feb 2011 00:27:39 +0100 Mark Edgington - uses default editor for editing commit-messages now
Thu, 03 Feb 2011 11:10:55 +0100 Mark Edgington - add shift-left (shift-h) event which either moves to the header of the
Sat, 06 Nov 2010 09:47:28 +0100 Alexander Solovyov keep all code lines under 80 chars in length
Sat, 06 Nov 2010 09:25:35 +0100 Alexander Solovyov cleanup: remove unused variables, backslashes
Thu, 30 Sep 2010 02:42:34 +0200 Christian Ebert core: updatedir moved to cmdutil in 00658492e2aa
Mon, 16 Aug 2010 12:49:12 +0200 Mark Edgington - a couple small changes to maintain backward compatibility with hg 1.1
Mon, 16 Aug 2010 12:33:41 +0200 Mark Edgington - pulled in several changes from record.py (from crew revision 226a328a7ff3) --
Fri, 16 Jul 2010 01:11:50 +0200 Mark Edgington - add warning about removing / adding new lines to patch when reviewing in an
Fri, 16 Jul 2010 01:11:47 +0200 Mark Edgington - implement toggle-all option ('A' key) to toggle applied status of all
Fri, 16 Jul 2010 01:11:43 +0200 Mark Edgington - fix small cosmetic bug where partially-applied indicator can erroneously
Tue, 13 Jul 2010 15:48:30 -0400 Nicholas Riley Don't assume a black background.
Sun, 11 Jul 2010 23:16:43 +0200 Christian Ebert Reformat help similar to main
Sun, 11 Jul 2010 23:16:42 +0200 Christian Ebert Abort when trying to crecord a merge
Sun, 11 Jul 2010 23:16:42 +0200 Christian Ebert Do not translate debug messages
Sun, 11 Jul 2010 23:16:40 +0200 Christian Ebert Correct typos in docstring
Tue, 06 Jul 2010 23:52:09 +0200 Mark Edgington - fix longstanding context-leak bug, where context from last hunk of previous
Sat, 08 May 2010 22:37:13 +0200 Christian Ebert Support keyword expansion with crecord and qcrecord
Thu, 06 May 2010 20:15:53 +0200 Christian Ebert Move user commands back to __init__
Wed, 05 May 2010 22:35:52 +0200 Mark Edgington - handle encodings other than ASCII / UTF-8 gracefully -- if a string can't be
Mon, 26 Apr 2010 23:13:06 +0200 Christian Ebert Avoid fake conflicts due to keyword expansion
Mon, 26 Apr 2010 23:12:20 +0200 Christian Ebert Function variable naming and signature cleanup
Mon, 26 Apr 2010 00:08:25 +0200 Mark Edgington - add ability to review / edit patch prior to committing
Sat, 17 Apr 2010 10:53:36 +0200 Mark Edgington - clean up some extraneous import statements
Sat, 17 Apr 2010 10:41:10 +0200 Christian Ebert Promote qnew as in 301633755dec
Mon, 31 Aug 2009 15:02:19 -0400 Greg Ward Change import style to allow demandimport to do its thing.
Tue, 30 Jun 2009 23:04:23 +0200 Mark Edgington Display ctrl characters in ^[char] notation to avoid them messing up the display
Sat, 27 Jun 2009 15:49:12 -0400 Daniel Beck bugfix: filterpatch requires three arguments
Fri, 26 Jun 2009 20:29:25 +0200 Mark Edgington crecord: bugfix - confirmation prompt was not appearing when 'c' was pressed for the first time
Wed, 24 Jun 2009 19:49:25 +0200 Mark Edgington - fix crash caused when editing large commit-text lines (required modifying textpad)
Wed, 10 Jun 2009 23:33:40 +0200 Mark Edgington crecord: update number of lines in chunk-pad upon resize
Wed, 10 Jun 2009 22:52:56 +0200 Mark Edgington crecord: fix resizing of main window to work better, and remove initscr()
Wed, 10 Jun 2009 22:51:28 +0200 Mark Edgington crecord: use getkey() method instead of getch() in main loop. Also call as
Wed, 10 Jun 2009 22:40:26 +0200 Mark Edgington crecord: remove debugging lines
Mon, 08 Jun 2009 18:49:46 +0200 Mark Edgington crecord: small improvements of code related to encoding
Sat, 06 Jun 2009 22:35:48 +0200 Mark Edgington crecord: modify to permit use of either encoding or util module (prevents problems with older mercurial versions)
Sat, 09 May 2009 19:01:27 -0400 Greg Ward crecord: adjust to refactoring of util (use encoding module)
Wed, 25 Feb 2009 00:40:10 +0100 Mark Edgington crecord: modify left-arrow behavior slightly -- first tries to fold if node is foldable
Sun, 01 Feb 2009 15:05:09 +0100 Mark Edgington - split things up into different files -- still runs... ;)
Sat, 31 Jan 2009 22:44:54 +0100 Mark Edgington crecord: use a python package directory in order to begin refactoring into multiple-files
Thu, 22 Jan 2009 23:37:09 +0100 Mark Edgington - catch CTRL-C when editing commit message, and exit edit mode
Wed, 07 Jan 2009 00:39:35 +0100 Mark Edgington crecord: show trailing whitespace and refactor printString method
Sun, 04 Jan 2009 14:19:29 +0100 Mark Edgington crecord: if not posix machine, then try wcurses import (prevents problems w/cygwin)
Sat, 03 Jan 2009 21:41:24 +0100 Mark Edgington crecord: add support for importing wcurses on windows machines
Thu, 01 Jan 2009 00:04:00 +0100 Mark Edgington crecord: properly print '\ No newline' HunkLine lines. (happy new year ;)
Wed, 24 Dec 2008 01:15:54 +0100 Mark Edgington crecord: use toggleFolded() for right-arrow unfolding
Wed, 24 Dec 2008 01:09:57 +0100 Mark Edgington crecord: left-arrow/h on a header folds the node
Wed, 24 Dec 2008 01:01:16 +0100 Mark Edgington crecord: fix off-by-one bug when calculating pad allocation size
Wed, 24 Dec 2008 00:20:50 +0100 Mark Edgington crecord: fix bug introduced by 2f8da973cc7a when specifying files on command line
Tue, 23 Dec 2008 21:11:46 +0100 Mark Edgington crecord: when a header is first unfolded, unfold all of its children
Tue, 16 Dec 2008 12:07:12 +0100 Mark Edgington crecord: remove preceding separating line if header is folded
Tue, 16 Dec 2008 11:50:21 +0100 Mark Edgington crecord: fix bug with counting number of lines to allocate when nodes are folded
Tue, 16 Dec 2008 01:23:08 +0100 Mark Edgington crecord: make folded headers show a single line status indicator. All headers are folded by default on launch of program.
Tue, 16 Dec 2008 01:23:08 +0100 Mark Edgington imported patch fold_parents_and_ancestors
Tue, 16 Dec 2008 01:23:08 +0100 Mark Edgington imported patch indicate_partially_applied_children
Tue, 16 Dec 2008 01:22:51 +0100 Mark Edgington crecord: show context lines at beginning and end of screen
Wed, 10 Dec 2008 00:46:07 +0100 Mark Edgington crecord: line-level apply/unapply is now working and enabled
Sat, 06 Dec 2008 16:18:36 +0100 Mark Edgington crecord: refactor the parsepatch function for better comprehension (keeping identical functionality to original function)
Sat, 06 Dec 2008 14:57:35 +0100 Mark Edgington crecord: add comments to (and rename some variables in) parsepatch function
Wed, 03 Dec 2008 20:34:26 +0100 Mark Edgington crecord: (hopefully) fix problems when printing tabs or unicode to the screen
Wed, 03 Dec 2008 16:12:31 +0100 Mark Edgington crecord: handle unicode and tab characters better (avoid ugly unaligned display)
Wed, 03 Dec 2008 00:59:37 +0100 Mark Edgington crecord: add commit-message window for adding comments as you go through the changes
Tue, 02 Dec 2008 22:18:15 +0100 Mark Edgington crecord: fix bug when there were no changes to files
Tue, 02 Dec 2008 22:06:03 +0100 Mark Edgington crecord: clean up help text
Tue, 02 Dec 2008 22:04:41 +0100 Mark Edgington crecord: enable parent-folding ('F' key) [this commit done via crecord! :)]
Mon, 01 Dec 2008 19:51:13 +0100 Mark Edgington [mq]: verify_hunk_level_commit_works
Mon, 01 Dec 2008 19:30:48 +0100 Mark Edgington [mq]: commit_confirmation
Mon, 01 Dec 2008 19:19:44 +0100 Mark Edgington [mq]: help_window
Mon, 01 Dec 2008 15:49:49 +0100 Mark Edgington imported patch enable_pgup_pgdown_jumping
Mon, 01 Dec 2008 15:49:30 +0100 Mark Edgington [mq]: scrolling
Sat, 29 Nov 2008 13:15:43 +0100 Mark Edgington [mq]: make_folding_work
Sat, 29 Nov 2008 00:49:18 +0100 Mark Edgington crecord: make the toggleApply function's constraints work for hunkLines
Sat, 29 Nov 2008 00:48:16 +0100 Mark Edgington [mq]: redo_arrow_key_actions
Fri, 28 Nov 2008 10:49:21 +0100 Mark Edgington [mq]: indent_items
Fri, 28 Nov 2008 00:59:28 +0100 Mark Edgington crecord: add logic to identify/change which item is selected, based on arrow keys and currently selected item.
Thu, 27 Nov 2008 00:26:27 +0100 Mark Edgington crecord: more big refactoring
Tue, 25 Nov 2008 20:35:18 +0100 Mark Edgington crecord: modify color-scheme, add line between headers
Mon, 24 Nov 2008 23:07:31 +0100 Mark Edgington crecord: more refactoring - added color-pair management methods/structures
Sat, 22 Nov 2008 13:51:08 +0100 Mark Edgington crecord: refactoring CursesChunkSelector
Thu, 20 Nov 2008 21:43:46 +0100 Mark Edgington crecord: curses-interface version of the record extension