Re: [PATCH] shelve: allow multiple shelves with --patch and --stat

2017-01-15 Thread Pulkit Goyal
>> diff -r e9bc34f57537 -r 9dc4d056d85a hgext/shelve.py >> --- a/hgext/shelve.py Sun Jan 08 10:08:29 2017 +0800 >> +++ b/hgext/shelve.py Sat Jan 14 01:23:07 2017 +0530 >> @@ -523,13 +523,13 @@ >> ui.write(chunk, label=label) >> >> def singlepatchcmds(ui, repo, pats, opts,

Re: [PATCH] shelve: allow multiple shelves with --patch and --stat

2017-01-13 Thread Anton Shestakov
3b84608b1f0903a5 > # Parent e9bc34f57537249115de4de5c0990365ef65298e > shelve: allow multiple shelves with --patch and --stat > > Before this patch, there was a single way to see multiple shelves using > `--patch --list` which show all the shelves. Doing `--patch s1 s2` returns an > error. Thi

[PATCH] shelve: allow multiple shelves with --patch and --stat

2017-01-13 Thread Pulkit Goyal
# HG changeset patch # User Pulkit Goyal <7895pul...@gmail.com> # Date 1484337187 -19800 # Sat Jan 14 01:23:07 2017 +0530 # Node ID 9dc4d056d85a041b2b28587b3b84608b1f0903a5 # Parent e9bc34f57537249115de4de5c0990365ef65298e shelve: allow multiple shelves with --patch and --stat