Wed, 19 Jan 2022 11:42:53 -0600 |
Zach Wilson |
Fixed a couple issues with README
default tip master
|
Sat, 10 Dec 2022 23:06:46 -0800 |
Ludovic Chabant |
Add support for %-paths in commands auto-completion
|
Thu, 11 Nov 2021 12:38:09 -0800 |
Ludovic Chabant |
Fix missing `endif`.
|
Mon, 08 Nov 2021 10:37:27 -0800 |
Ludovic Chabant |
Correctly reset HGPLAIN after use.
|
Mon, 08 Nov 2021 10:35:02 -0800 |
Ludovic Chabant |
Fix indenting
|
Sat, 10 Oct 2020 09:30:27 -0700 |
Ludovic Chabant |
Improve support for moved files in diff commands.
|
Sat, 08 Feb 2020 20:52:39 +1100 |
Shane Harper |
Fix :Hgvdiff with a file that is a copy.
|
Sat, 11 Jan 2020 14:29:47 +1100 |
Shane Harper |
Use winsaveview() and winrestview() to save a few lines of code.
|
Tue, 09 Apr 2019 20:19:02 -0700 |
Ludovic Chabant |
Fix indenting
|
Tue, 09 Apr 2019 08:15:22 -0700 |
Ludovic Chabant |
Use `HGPLAIN` for lawrencium buffers too.
|
Sat, 03 Nov 2018 19:01:22 -0700 |
Ludovic Chabant |
Add `lawrencium_status_win_maxheight` setting.
|
Sat, 03 Nov 2018 18:57:53 -0700 |
Ludovic Chabant |
Add options completion for `Hglog` and `Hglogthis`.
|
Mon, 29 Oct 2018 18:51:58 +0100 |
Johan Norberg |
Allow passing extra arguments to Hglogthis and Hgvlogthis
|
Tue, 10 Jan 2017 23:52:34 -0800 |
Ludovic Chabant |
Add `:Hgchangestatus` to show the status of any changeset.
|
Wed, 07 Dec 2016 21:33:18 -0800 |
Ludovic Chabant |
Only set `v:errmsg` for real errors, not exceptions.
|
Mon, 13 Jun 2016 21:55:40 -0700 |
Ludovic Chabant |
Fixed for broken things after the reorganization.
|
Mon, 13 Jun 2016 09:32:34 -0700 |
Ludovic Chabant |
Split plugin file into multiple extensions.
|
Tue, 19 Apr 2016 21:33:41 -0700 |
Ludovic Chabant |
Merge pull request #11 from GitHub.
|
Sun, 21 Feb 2016 15:48:51 +0900 |
hokorobi |
Fix Hgrecord fileformat
|
Tue, 19 Apr 2016 21:30:42 -0700 |
Ludovic Chabant |
Merge pull request #12 from GitHub.
|
Sun, 21 Feb 2016 19:17:23 +0900 |
hokorobi |
Fix indent
|
Tue, 19 Apr 2016 21:24:08 -0700 |
Ludovic Chabant |
Use `diff` folding method for `Hgrecord`.
|
Tue, 19 Apr 2016 21:12:37 -0700 |
Ludovic Chabant |
Save/restore `&foldenable` when diffing files.
|
Fri, 19 Feb 2016 15:54:53 -0800 |
Ludovic Chabant |
Merge pull request #9 from GitHub.
|
Wed, 17 Feb 2016 10:46:03 +0100 |
Karl Yngve Lerv?g |
Fix minor error in paths for s:HgRecord
|
Fri, 19 Feb 2016 15:50:34 -0800 |
Ludovic Chabant |
Merge pull request #8 from GitHub.
|
Fri, 18 Dec 2015 13:17:54 +0100 |
Christian Brabandt |
add documentation
|
Fri, 18 Dec 2015 13:16:08 +0100 |
Christian Brabandt |
add complete commit message to annotate window
|
Fri, 19 Feb 2016 15:39:56 -0800 |
Ludovic Chabant |
Merge pull request #7 from GitHub.
|
Wed, 02 Dec 2015 22:45:12 +0400 |
namark |
Shellescaped all command arguments in HgRepo.GetCommand,
|
Tue, 16 Feb 2016 22:44:44 -0800 |
Ludovic Chabant |
Don't use `HGPLAIN` for `:Hg`.
|
Tue, 16 Feb 2016 22:14:26 -0800 |
Ludovic Chabant |
Correctly escape the command on Windows when `&shellslash` is enabled.
|
Tue, 16 Feb 2016 21:53:42 -0800 |
Ludovic Chabant |
Use HGPLAIN to ensure command outputs are clean.
|
Tue, 06 Oct 2015 23:13:43 -0700 |
Ludovic Chabant |
Escape paths to fix issues with repository paths with spaces in them.
|
Mon, 05 Oct 2015 23:51:42 -0700 |
Ludovic Chabant |
Check for `.hg` directory instead of `.hg/store`.
|
Mon, 05 Oct 2015 22:56:31 -0700 |
Ludovic Chabant |
Add `LICENSE` file.
|
Mon, 05 Oct 2015 22:56:00 -0700 |
Ludovic Chabant |
Add `:Hgremove` command.
|
Sun, 15 Mar 2015 08:32:45 -0700 |
Ludovic Chabant |
Add missing documentation entry for `Hgstatusrevert`.
|
Fri, 20 Feb 2015 13:35:19 -0800 |
Ludovic Chabant |
Correctly escape filename when opening a buffer from the status window.
|
Sat, 24 Jan 2015 13:27:42 -0800 |
Ludovic Chabant |
Revert files from the status window.
|
Sat, 27 Dec 2014 18:03:18 -0800 |
Ludovic Chabant |
Added tag 0.4.0 for changeset e4e29a1da13c
|
Sat, 27 Dec 2014 18:03:13 -0800 |
Ludovic Chabant |
Bumped version. I should release this stuff more often.
|
Sat, 27 Dec 2014 17:58:36 -0800 |
Ludovic Chabant |
Fix a bug with `:Hgstatus` showing diff summaries in its own window.
|
Wed, 10 Dec 2014 21:50:48 -0800 |
Ludovic Chabant |
Fix double escaping when Lawrencium is stored in a folder with spaces.
|
Thu, 04 Dec 2014 11:09:19 +1100 |
Shane Harper |
Don't touch vim registers holding deletions.
|
Tue, 16 Sep 2014 22:53:48 +0200 |
Ghennadi Pilipenco |
adding HgCmdPost custom autocmd
|
Mon, 01 Sep 2014 08:41:47 -0700 |
Ludovic Chabant |
Add `Hgrecord` and a few other things to the documentation.
|
Fri, 15 Aug 2014 17:12:49 -0700 |
Ludovic Chabant |
Added new `Hgrecord` command.
|
Fri, 15 Aug 2014 17:11:28 -0700 |
Ludovic Chabant |
Improvements for the `Hgdiff` family of commands
|
Fri, 15 Aug 2014 17:08:40 -0700 |
Ludovic Chabant |
Callback system for `Hgcommit` so we can refresh the `Hgstatus` window.
|
Fri, 15 Aug 2014 17:05:14 -0700 |
Ludovic Chabant |
Infrastructure improvements
|
Fri, 15 Aug 2014 16:52:49 -0700 |
Ludovic Chabant |
Simpler looking repo paths.
|
Tue, 05 Aug 2014 17:12:22 -0700 |
Ludovic Chabant |
Fix stupid typo, make sure paths are normalized.
|
Tue, 05 Aug 2014 17:11:03 -0700 |
Ludovic Chabant |
Ignore tags
|
Tue, 29 Jul 2014 16:45:10 -0700 |
Ludovic Chabant |
More advanced way to know what window to pick to show a diff summary.
|
Tue, 29 Jul 2014 16:35:54 -0700 |
Ludovic Chabant |
Keep alternate buffer intact when opening the status window.
|
Tue, 29 Jul 2014 16:34:49 -0700 |
Ludovic Chabant |
Fix for Lawrencium files having folded sections deleted incorrectly.
|
Tue, 29 Jul 2014 16:34:17 -0700 |
Ludovic Chabant |
Handle absolute/relative paths properly.
|
Fri, 25 Jul 2014 09:46:00 -0700 |
Ludovic Chabant |
Syntax highlighting for `Hgwannotate`.
|
Thu, 24 Jul 2014 10:37:08 -0700 |
Ludovic Chabant |
Fix typo bug, annotate window width.
|
Wed, 23 Jul 2014 21:39:41 -0700 |
Ludovic Chabant |
`Hgannotate` improvements.
|
Sun, 20 Jul 2014 21:39:46 -0700 |
Ludovic Chabant |
Make sure paths in the commit message are relative to the repo.
|
Wed, 16 Jul 2014 22:08:31 -0700 |
Ludovic Chabant |
Another attempt to fix weird issues with cleaning up diff buffers.
|
Wed, 16 Jul 2014 22:06:11 -0700 |
Ludovic Chabant |
`Hglogexport` uses relative paths correctly on Windows, auto-completes to files.
|
Sat, 05 Jul 2014 17:16:42 -0700 |
Kannan Rajah |
New command to export a patch and allow existing log command to take options.
|
Wed, 04 Jun 2014 15:36:33 -0700 |
Ludovic Chabant |
Check before cleaning any empty buffers left after new tab commands.
|
Sun, 01 Jun 2014 15:33:22 -0700 |
Ludovic Chabant |
More path escaping!
|
Sun, 01 Jun 2014 15:04:06 -0700 |
Ludovic Chabant |
Correctly escape paths on Windows.
|
Wed, 23 Apr 2014 21:43:34 -0700 |
Ludovic Chabant |
Add variants of existing commands that open things in a new tab page.
|
Wed, 23 Apr 2014 20:36:34 -0700 |
Ludovic Chabant |
Fix `Hgstatus` incorrectly saying nothing has changed.
|
Sun, 20 Apr 2014 20:30:01 -0700 |
Ludovic Chabant |
Merge pull request #1 from shaneharper/fix_blank_line_appended_to_hg_output
|
Fri, 21 Mar 2014 20:26:18 +1100 |
Shane Harper |
Fix: blank line added by HgRepo.ReadCommandOutput().
|
Fri, 07 Mar 2014 00:42:06 -0800 |
Ludovic Chabant |
Adding bookmark information to the status line.
|
Fri, 07 Mar 2014 00:31:35 -0800 |
Ludovic Chabant |
Re-edit a reverted file to see the change.
|
Fri, 07 Mar 2014 00:26:59 -0800 |
Ludovic Chabant |
Fixed some bug with filenames with spaces in them.
|
Mon, 17 Feb 2014 08:36:13 -0800 |
Ludovic Chabant |
Added tag 0.3.1 for changeset cac06d16dafc
|
Mon, 17 Feb 2014 08:36:08 -0800 |
Ludovic Chabant |
Bumped version.
0.3.1
|
Mon, 17 Feb 2014 08:35:30 -0800 |
Ludovic Chabant |
Fixed some bugs with the `Hgqseries` window.
|
Sun, 16 Feb 2014 23:53:36 -0800 |
Ludovic Chabant |
Added tag 0.3.0 for changeset f535cda5d20e
|
Sun, 16 Feb 2014 23:53:02 -0800 |
Ludovic Chabant |
Bumped version to 0.3.0.
0.3.0
|
Sun, 16 Feb 2014 23:52:29 -0800 |
Ludovic Chabant |
Reverted some automatic `Hgstatus` window refresh.
|
Sun, 16 Feb 2014 22:54:54 -0800 |
Ludovic Chabant |
Removed unnecessary option setting.
|
Sun, 16 Feb 2014 22:33:11 -0800 |
Ludovic Chabant |
Changes and fixes to the `Hglog` window:
|
Sun, 16 Feb 2014 17:31:18 -0800 |
Ludovic Chabant |
Made the `Hgstatus` window refresh itself when needed.
|
Sun, 16 Feb 2014 16:00:16 -0800 |
Ludovic Chabant |
MQ support:
|
Sat, 09 Nov 2013 13:20:17 -0800 |
Ludovic Chabant |
Added `Hgvimgrep` command.
|
Wed, 25 Sep 2013 18:33:33 +0400 |
lmytinsk |
Added return statement after calling s:error
|
Tue, 05 Mar 2013 21:01:05 -0800 |
Ludovic Chabant |
Added vertical `Hglog` commands.
|
Mon, 26 Nov 2012 21:07:43 -0800 |
Ludovic Chabant |
Made Lawrencium file easier to extend.
|
Sun, 25 Nov 2012 20:00:34 -0800 |
Ludovic Chabant |
`Hglog` changes:
|
Sat, 24 Nov 2012 08:50:30 -0800 |
Ludovic Chabant |
Made the `Hglog` window use Lawrencium buffers:
|
Fri, 23 Nov 2012 14:32:39 -0800 |
Ludovic Chabant |
Display simple message when `Hgstatus` is empty.
|
Fri, 23 Nov 2012 14:18:59 -0800 |
Ludovic Chabant |
Using Lawrencium buffers for `Hgstatus`.
|
Fri, 23 Nov 2012 13:44:14 -0800 |
Ludovic Chabant |
Disable folds in diff summaries.
|
Fri, 23 Nov 2012 13:43:08 -0800 |
Ludovic Chabant |
Better way to handle buffer actions:
|
Wed, 14 Nov 2012 22:31:33 -0800 |
Ludovic Chabant |
Updated documentation.
|
Wed, 14 Nov 2012 22:30:49 -0800 |
Ludovic Chabant |
Added `Hgannotate` command.
|
Wed, 14 Nov 2012 22:21:30 -0800 |
Ludovic Chabant |
Added ability to show diff summaries from the status window.
|
Wed, 14 Nov 2012 22:16:26 -0800 |
Ludovic Chabant |
Fixes for Lawrencium files:
|
Mon, 12 Nov 2012 16:47:50 -0800 |
Ludovic Chabant |
Updated the documentation.
|
Mon, 12 Nov 2012 11:37:56 -0800 |
Ludovic Chabant |
Improvements to Lawrencium paths:
|
Sun, 11 Nov 2012 10:36:13 -0800 |
Ludovic Chabant |
Moving `hglog` file type plugin to `ftplugin` directory where it belongs.
|
Sat, 10 Nov 2012 22:53:46 -0800 |
Ludovic Chabant |
`Hglog` window improvements:
|
Sat, 10 Nov 2012 18:45:44 -0800 |
Ludovic Chabant |
Use Lawrencium files for displaying revisions in an `Hgdiff`.
|
Sat, 10 Nov 2012 11:17:34 -0800 |
Ludovic Chabant |
Added "diff summary" commands to use `hg diff` instead of Vim's diff.
|
Fri, 09 Nov 2012 05:52:34 -0800 |
Ludovic Chabant |
Fixed a bug initializing global setting.
|
Thu, 08 Nov 2012 23:05:44 -0800 |
Ludovic Chabant |
Lawrencium files changes:
|
Thu, 08 Nov 2012 13:58:29 -0800 |
Ludovic Chabant |
Lots of changes that should have gone in other commits (ugh):
|
Sun, 04 Nov 2012 16:13:23 +0100 |
Sylvain Soliman |
avoid conflicts with plugins like minibufexplorer that might open a buffer when a new one is created
|
Wed, 07 Nov 2012 07:14:15 -0800 |
Ludovic Chabant |
`:Hg!` command changes:
|
Tue, 28 Aug 2012 21:37:53 -0700 |
Ludovic Chabant |
Added `Hglog` command.
|
Tue, 14 Aug 2012 22:29:52 -0700 |
Ludovic Chabant |
Stop fucking with my brain, Python.
|
Tue, 14 Aug 2012 22:26:59 -0700 |
Ludovic Chabant |
Added auto cd'ing into the repo root for `:Hg`.
|
Tue, 14 Aug 2012 21:49:58 -0700 |
Ludovic Chabant |
Updated completion file to latest version of Mercurial.
|
Fri, 10 Aug 2012 21:33:27 -0700 |
Ludovic Chabant |
Fixed problems with spaces in paths (thanks to @lllama).
|
Fri, 30 Mar 2012 15:29:10 -0700 |
Ludovic Chabant |
Added `qnew` and `qrefresh` commands to the `Hgstatus` window.
|
Thu, 23 Feb 2012 21:25:48 -0800 |
Ludovic Chabant |
Merged changes.
|
Thu, 23 Feb 2012 21:24:16 -0800 |
Ludovic Chabant |
Updated documentation with `Hgrevert`.
|
Thu, 23 Feb 2012 21:20:28 -0800 |
Ludovic Chabant |
Added `Hgrevert` command.
|
Mon, 13 Feb 2012 15:41:45 -0800 |
Ludovic Chabant |
Fixed incorrect URL in README.
|